Font Size in Popupmenu Root › Technical support › Tricks This topic has 1 reply, 2 voices, and was last updated 13 years, 9 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 5, 2011 at 10:05 am #34654 OpfinderParticipant is there a way to change the fontsize in the TPopupmenu using OnmeasureItim and OnDrawItem and still have full skin support in the popupmenu I lost skinssupport when drawing text in OnDrawItem Best Regards Opfinder 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 2 posts - 1 through 2 (of 2 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