The arm platform cannot load fonts. I need your help #4777
asdone7
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment 1 reply
-
|
Hi, I am experiencing the same issue on my Raspberry Pi 5. I am using GLFW3 and OpenGL 3. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello,
I can load fonts well under Ubuntu, but I can't load fonts when I use cross compilation to generate binary files for arm platform.
I added regular.ttf font in the way of "ImFont* font = io.Fonts->AddFontFromFileTTF". After the construction is completed, open the binary file, all the symbols displayed are "?"。
I checked the construction log and prompted me whether "void gui_init()': unused variable 'font'" is related to this. However, I also have this prompt when building under ubuntu, and it does not display abnormity
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions