One would think that there would be a Font property for MainMenu, since there is one for just about everything else e.g. Buttons, Labels, etc.
Write, for instance,
procedure TForm2.FormCreate(Sender: TObject);
begin
Screen.MenuFont.Name := 'Arial Black';
end;
and make sure that the OwnerDraw
property of your TMainMenu
is set to true
.
Look at the TScreen.MenuFont property.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With