How to use a bitmap font? #8342
XiaofengdiZhu
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 1 reply
-
There an old issue related to that #2127. It should be possible although not really documented. I am currently reworking the font system and this is among my goal that this becomes more easily possible. |
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
-
I already have a rasterized bitmap font in the application, and it seems that ImGui rasterize the ttf font to a bitmap too.
If ImGui uses my bitmap font, I will not have to provide the ttf font only for ImGui, and ImGui will not have to rasterize ttf font in runtime.
Beta Was this translation helpful? Give feedback.
All reactions