Lets talk about Fonts

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi All

I would like to know more about the use of Fonts. I would like to display a timer value hh:mm:ss in the LCD type font. I have seen this in AmberHome weather app and would like to do it also.

All advice/comments would be greatly appreciated.

Regards

John
 

Theera

Well-Known Member
Licensed User
Longtime User
Upvote 0

yttrium

Active Member
Licensed User
Longtime User
Take a look at my commit here to see how I added the Fonce Sans font to my app, and how I set a label's text to use it.

Note that I added the .otf (OTF and TTF should work) file to my ./Files/ folder, with the name "foncesans.otf".
 
Upvote 0
Top