2021-01-05 04:18 PM
I am using TouchGFX.
There is a font that you need during the design of the screen, so I want to know how to add a font.
In the picture above, you can see many fonts, and all I want is to add a new font to the font list.
The font I am trying to add is Korean font.
And can you tell where the fonts on the list are located on the PC?
Question 1: How to register a new font for a font list item
Question 2: Which folder of the PC are the fonts in the Font list?
I need your help.
2021-01-06 01:18 AM
To make them available to your project you need to copy your font file(s) to the folder, which is part of your project:
TouchGFX\assets\fonts
Please create the folder fonts if it has not already been created in assets.
Good luck!
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
/Peter