TAdvGlowButton font

I am new to the TMS tools.  I am using a TAdvGlowButton.  How do I change the font?  The normal font 'Name' has no effect when I change it.

Thanks!
Doug

Did you try: 

AdvGlowbutton.ParentFont = false

AdvGlowbutton.Appearance.SystemFont = false

This fixed it

AdvGlowbutton.Appearance.SystemFont = false

Thank you!