Closed jeanvr-iff closed 1 year ago
検証するためのデータを提供してください
Thanks for your attention. Here are the files i'm using. Test_Icon_Font.zip
恐らくそのコンバータはUnicodeをサポートしていません。 生成されたデータをご自身で調べてください。 文字コード0x20~0x7Eの範囲しか収録されていないことがわかるはずです。
こちらのツールが使えるかも知れません。
Thanks for the tips. I've got this to work using Remix Icon's font file using either fontconvert or FontCreator.
Hi, i'm trying to use a .otf font file from FontAwesome to render icons on screen. I've converted this file using Adafruit's "fontconvert" program to obtain an array that i can use on "setFont" function. The problem is that i only get an empty rectangle on screen, meaning that the character was not able to be rendered correctly. The code is shown below:
NOTE: "f015" is the unicode shown here: https://fontawesome.com/icons/house?f=classic&s=solid
Here is the object exported on "FA6_Regular.h":