omar
5a679a45cc
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. ( #1718 , #2036 )
...
If you were conveniently using the imgui copy of those STB headers in your project, you will have to update your include paths.
The reason for this change is to avoid conflicts for projects that may also be importing their own copy of the STB libraries. Note that imgui's copy of stb_textedit.h is modified.
ago%!(EXTRA string=7 years)
omar
6eda9ed3fb
Skip missing font glyphs V2 revert changes to stb_truetype.h (
ago%!(EXTRA string=7 years)
omar
787a475650
Skip missing font glyphs to 1) avoid using space for missing glyphs and 2) allow merging fonts with overlapping ranges. Demo: Fixed displaying ? instead of greyed out empty box. ( #1671 , #1703 )
ago%!(EXTRA string=7 years)
omar
6662fe7b18
stb_truetype: Fixed unused variable warnings for configuration where asserts are disabled. ( #1642 )
ago%!(EXTRA string=7 years)
omar
ff5f56dd21
Updated to stb_truetype 1.19 (include minor fix for #1622 )
ago%!(EXTRA string=7 years)
omar
8e8117c7b1
stb_truetype update (with OpenType, Type 2 font handling) ( #976 )
ago%!(EXTRA string=8 years)
ocornut
379533f661
Updated stb_truetype.h, stb_rect_pack.h primarily to reduce warnings ( #883 )
ago%!(EXTRA string=9 years)
ocornut
9945eecaf4
stb_truetype: updated 1.08 > 1.10 + minor unused variable warning fix
ago%!(EXTRA string=9 years)
ocornut
730e8119fe
Updated stb_truetype 1.07 -> 1.08
ago%!(EXTRA string=10 years)
ocornut
26a992c6f6
Updated to stb_truetype 1.07 (back to vanilla version as our minor changes are now in master & fix #280 )
ago%!(EXTRA string=10 years)
ocornut
d7a2a23457
Updated to stb_truetype 1.06 ( #133 )
ago%!(EXTRA string=10 years)
ocornut
95e2afcad6
Updated to stb_truetype 1.05
ago%!(EXTRA string=10 years)
ocornut
f1ccd32cb1
stb_truetype: implementation is now static + submitted PR to origin.
ago%!(EXTRA string=10 years)
ocornut
a1c0c0e298
stb_truetype.h mod comment
ago%!(EXTRA string=10 years)
ocornut
4f6643cc0c
Fix missing glyph handling in modified stb_truetype.h (ttf branch)
ago%!(EXTRA string=10 years)
ocornut
6c6d1746d4
Fix missing glyph handling in modified stb_truetype.h
ago%!(EXTRA string=10 years)
ocornut
b3a208901a
Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean.
ago%!(EXTRA string=10 years)