I try to understand how custom type faces loaded from a binary resource is related to the Font class. In particular, I wonder if there is a way to find the custom typeface by name, so that I can say Font(“MyCustomTypeFaceName”, size); or if I always have to create the font with the typeface pointer, i.e. Font(myTypeFacePtr);
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Adding a typeface | 2 | 544 | October 25, 2018 | |
Fonts and typefaces | 4 | 60 | August 28, 2025 | |
Runtime problems with custom font | 8 | 905 | September 19, 2012 | |
Yet another Font question | 3 | 344 | May 12, 2017 | |
Example code for creating & using Custom Typeface? | 25 | 6323 | August 17, 2020 |