One would think that for MainMenu there will be a Font property, since it is for everything else, for example. Buttons, shortcuts, etc.
Write for example
procedure TForm2.FormCreate(Sender: TObject); begin Screen.MenuFont.Name := 'Arial Black'; end;
and make sure that the OwnerDraw property of your TMainMenu set to true .
OwnerDraw
TMainMenu
true
Take a look at the TScreen.MenuFont property.
Source: https://habr.com/ru/post/1308544/More articles:Rails Architecture Issues - oopHow to determine: scroll up or down? - c #Manipulate DisplayMember before displaying it - c #The correct way to write "ID" in SQL columns - sqlWhy is toInteger :: Int → Integer lazy? - haskellWhich libraries use design patterns implemented using metaprogramming techniques at compile time? - c ++Problem loading RTF file in windows richTextBox - c #Is www.example.com/post/21/edit URI RESTful? I think I know the answer, but I have another question - pythonHow to create unselected TreeViewItem in WPF - triggersHow to index arrays (tags) in CouchDB using couchdb-lucene - arraysAll Articles