Messie

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: What happened to TsMenuManager? #44083
    Messie
    Participant
    'Support' wrote:

    CustomMenuFont := TFont.Create;

    CustomMenuFont.Name := 'Comic Sans MS';

    CustomMenuFont.Style := [fsBold];

    uses sSkinMenus;

    Hi,

    I tried to use it in the CB2009:

    Code:
    CustomMenuFont = new TFont;
    CustomMenuFont->Name = FontName;
    CustomMenuFont->Size = 11;
    CustomMenuFont->Style = TFontStyles() << fsBold;

    But the Font Style is not applied. Any suggestion why?

    regards, Messie

Viewing 1 post (of 1 total)