Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change globally the Fonts in FireMonkey?

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)?

like image 310
DelphiFM Avatar asked Nov 04 '22 09:11

DelphiFM


1 Answers

FireMonkey styles are the way to do this. Note that the VCL way of doing things with ParentXXX is not offered in FMX.

This article covers the topic in some detail.

like image 130
David Heffernan Avatar answered Nov 09 '22 09:11

David Heffernan