-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] : add the prototype of a translation systeme (WIP)
[IMP] : improvement of ImGuiFreetype, customized to take into account the color change of the PR ocornut/imgui#3369. static func copy from ImDraw for avoid modification of Imdraw [FiX] : fix project change notif for some widget, was not take into account [ADD] : add a black screen under the texture, because a colored glyph need to have a tint color of Vec4(1,1,1,1). else on light theme we can see only full ImGuiColText color [IMP] : improvement of FontInfos for create a table who can say which glyph is colored or not. glyphInfos was modified for reflect this change. due to that, each glyphs is rendered differently regarding if colored or not [FIX] : add COLR and partial CMAP parsing/display in fontParser
- Loading branch information
Showing
17 changed files
with
1,068 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.