Font Size in Popupmenu Root › Technical support › Tricks This topic has 1 reply, 2 voices, and was last updated 13 years, 10 months ago by Support. Viewing 1 post (of 1 total) Author Posts July 7, 2011 at 2:29 pm #46178 SupportKeymaster Hello For changing a menu font you can use the CustomMenuFont:TFont variable. This variable is declared in the sSkinMenus.pas unit and used for drawing of text in menus (if CustomMenuFont is not Nil). Example of using : CustomMenuFont := TFont.Create; CustomMenuFont.Name := 'Comic Sans MS'; CustomMenuFont.Style := [fsBold]; uses sSkinMenus; Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks