commit | 9150c23c0446fba375714437b90e31603cf28c23 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jan 04 15:17:21 2023 +0100 |
committer | ocornut <omarcornut@gmail.com> | Wed Jan 04 15:22:56 2023 +0100 |
tree | 2ee2833c2258db5377e7224503b3dfdd4ca66fbc | |
parent | 9c1dac3ff0c476a998a56b015682f09a3ccb4f74 [diff] |
imgui_freetype: fixed a packing issue which in some occurrences would prevent large amount of glyphs from being packed correctly. (#5788, #5829) This seemingly innocuous change sursingly had very large side-effects of completly breaking packing for the test font mentioned in above issue. Not even sure why tbh. New code matches what stb_truetype's stbtt_PackBegin() does.