I’m trying to find a way to globally change the font in a FireMonkey project. What is the easiest way to do it without having to change the font property for all the components? If there a way to set the font of an entire application or an entire form (like in VCL)?
feedback
|
|
You should be able to do this with Duck Duck Delphi... This would change all of the fonts for components on a form:
And I haven't tried it, but either of these "should" work for doing the same application-wide:
Duck Duck Delphi can be found here: | ||||
|
feedback
|
|
FireMonkey styles are the way to do this. Note that the VCL way of doing things with This article covers the topic in some detail. | |||
|
feedback
|