Jump to content
Sign in to follow this  
bravesofts

Android custom fonts for Alcinoe Controls

Recommended Posts

hello All:

May i know please the right way to work with custom fonts inside android.?
i have Patch this unit here: (FMX.FontGlyphs.Android), but no effect....
i know that Alcinoe controls are native device controls and the paint in fmx android is ( FPaint: JPaint; )
please guide me and if there is any demo or sample will be more helpful..
i have watch in youtube how can do that in android studio and i follow the same steps but the controls didn't change their font as i expected ...
i deploy a folder inside the res remote path named as (font) an inside that folder i deploy two xml files( attr.xml and myfont_familly.xml) and also deploy my fonts there ..
after that i go to my custom styles.xml and i add this line here:
<item name="android:fontFamily">@font/myfont_familly</item>
but when i compile to run in android no effect happen ???
please any reply will be so usefull

SMS Read-Write.rar

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
Sign in to follow this  

×