commit | 9a9712807efb4c197d94e9f9a7d2b02159f029d1 | [log] [tgz] |
---|---|---|
author | omar <omarcornut@gmail.com> | Thu Jan 10 13:38:51 2019 +0100 |
committer | omar <omarcornut@gmail.com> | Thu Jan 10 22:23:05 2019 +0100 |
tree | 9b131b2258dc3156edee94ac72840bbc0a6c799c | |
parent | e3ccc967895e9bf3986d133224d1e359054849db [diff] |
ImFontAtlas: Rewrote stb_truetype based builder. - Atlas width is now properly based on total surface rather than glyph count (unless overridden with TexDesiredWidth). - Fixed atlas builder so missing glyphs won't influence the atlas texture width. (#2233) - Fixed atlas builder so duplicate glyphs (when merging fonts) won't be included in the rasterized atlas.