Jump to content
Jim McKeeth

Any font property editor for FireMonkey?

Recommended Posts

It makes sense that FireMonkey doesn't have the TFontDialog, but I'm curious if there is anything similar out there before I recreate it from scratch.

Share this post


Link to post

I would like it to be cross platform. I realize enumerating the fonts will be specific to platforms, but I'm looking for a font properties editor. 

Edited by Jim McKeeth

Share this post


Link to post

Hi

I'm also interested in this. 

Any news/conclusions?


Under VCL I had a reusable configurator where the user can change (dynamically) the font for the whole application (all forms/all controls).
I would like to have it back in FMX also.

 

 

Share this post


Link to post

I asked this once, and Remy Lebeau answered thus:

‐--------

There is nothing built-in to FMX for retrieving the device's fonts.  I've seen 3rd party solutions that provide FMX wrappers for OSX and Windows, but not for Android.  Android does have some APIs you can try directly, see:

 

https://stackoverflow.com/questions/3532397/how-to-retrieve-a-list-of-available-installed-fonts-in-android

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×