TAdvGlowButton how to change Font

Yeah, simple as that - how to I change the font of a plain AdvGlowButton caption - via the Font property I can set bold etc. but not the font itself? What I'm missing?

TIA,

Harry

Set AdvGlowButton.Appearance.SystemFont = false,
otherwise it will force the font to the default Windows system font the app is running on.