58 Commits (be5bf3213023b488fc8be62b18062bc868b57e4b)

Author SHA1 Message Date
Sean Barrett a1a918a487 fix unused variable warning ago%!(EXTRA string=9 years)
Sean Barrett 6e4154737c update version numbers, documentation, and contributors ago%!(EXTRA string=9 years)
Sean Barrett 56e8fd063c don't leak vertex data if text is scaled to 0 ago%!(EXTRA string=9 years)
Sean Barrett 5990ff8a47 remove duplicate typedef of stbtt_fontinfo ago%!(EXTRA string=9 years)
Sean Barrett 4ff6723a6d make resample_test work in VC6 ago%!(EXTRA string=9 years)
Craig Donner ee6978cb68 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. ago%!(EXTRA string=9 years)
Craig Donner 49b65c0873 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. ago%!(EXTRA string=9 years)
Jorge Rodriguez 5e2d0fd777 Add support for obtaining the entire kerning table from a font all at once, for use in rendering packed textures offline. ago%!(EXTRA string=9 years)
Simon Glass 4ef7d07a44 ttf: Correct direct use of fabs() ago%!(EXTRA string=9 years)
Sean Barrett 48ec72ac12 Update stbtt_fontinfo.userdata field on paths where user never has access to it. ago%!(EXTRA string=9 years)
Sean Barrett ad9a570e27 stb_truetype version history; update README ago%!(EXTRA string=9 years)
Sean Barrett 16fc63404d suppress bogus static analysis warning ago%!(EXTRA string=10 years)
Sean Barrett 6382e49063 don't crash if out of memory allocating a new active edge (assert in debug) ago%!(EXTRA string=10 years)
Sean Barrett 232927699c Vita warning fix ago%!(EXTRA string=10 years)
Sean Barrett 4de75eb0cc stb_textedit: better support for baseline at bottom ago%!(EXTRA string=10 years)
Sean Barrett ff116a4fe8 allow font ranges with first_char = 0; ago%!(EXTRA string=10 years)
Sean Barrett 54b1879725 document stbtt_Rasterize ago%!(EXTRA string=10 years)
Sean Barrett 264bc5725f credits ago%!(EXTRA string=10 years)
Sergey Popov f24f92bcc7 Fix -Wextra warning in stb_truetype.h ago%!(EXTRA string=10 years)
Sean Barrett ad57cd038b fix assert() to be STBTT_assert() ago%!(EXTRA string=10 years)
Sean Barrett c6ee732c79 allow finer-grained PackFontRanges with Gather & Render; ago%!(EXTRA string=10 years)
Giumo X. Clanjor (哆啦比猫/兰威举) 3159971d85 stb_truetype: fix wrong result returned by stbtt_GetFontOffsetForIndex ago%!(EXTRA string=10 years)
Sean Barrett 20b04f4aa9 stb_truetype version 1.06 ago%!(EXTRA string=10 years)
Sean Barrett e4be8fae2c fix misplaced STBTT_DEF definition ago%!(EXTRA string=10 years)
Sean Barrett a51c2d4ab0 update version number etc ago%!(EXTRA string=10 years)
Peter LaValle 63550ae9ed Update stb_truetype.h ago%!(EXTRA string=10 years)
Sean Barrett 8a0a882f53 stb_truetype version update ago%!(EXTRA string=10 years)
Sean Barrett a7ee207475 fix missing free in the new rectangle packing ago%!(EXTRA string=10 years)
Sean Barrett ab6aaa85be credits, STBTT_STATIC docs ago%!(EXTRA string=10 years)
unknown ffe447630d Couple of places should be using STBTT_memset instead of memset ago%!(EXTRA string=10 years)
unknown 30eb4371c8 Change double literals 0.5 to float type ago%!(EXTRA string=10 years)
Cap Petschulat 7579b8a177 Fix the simple truetype example ago%!(EXTRA string=10 years)
ocornut 45fec17148 stb_truetype: added STBTT_STATIC to make all implementation static ago%!(EXTRA string=10 years)
ocornut 2c13513a95 stb_truetype: fix for if stb_rect_pack .h wasn't included. ago%!(EXTRA string=10 years)
ocornut 90c18fd41a stb_truetype: split stbtt_PackFontRanges() into 3 functions for advanced uses, allow stbtt_PackBegin() to take NULL pixels ago%!(EXTRA string=10 years)
Sean Barrett 00965512d7 update version number ago%!(EXTRA string=11 years)
Sean Barrett 26439254e8 fix use of stbrp_coord if no stb_rect_pack; ago%!(EXTRA string=11 years)
Sean Barrett d1c85eac78 update version numbers ago%!(EXTRA string=11 years)
Sean Barrett 97037461d9 stb_truetype: ago%!(EXTRA string=11 years)
Fabian Giesen 82677e5518 stb_truetype: Fix implicit conversion warnings. ago%!(EXTRA string=11 years)
Fabian Giesen 27974c42f9 stb_truetype: Negative size = pixels for EM square. ago%!(EXTRA string=11 years)
Fabian Giesen 5f674fc7e5 stb_truetype: Cancel out phase offset from box filter correctly. ago%!(EXTRA string=11 years)
Sean Barrett 22dbcffef7 stbtt_Pack* documentation ago%!(EXTRA string=11 years)
Sean Barrett f03e352093 stb_rect_pack: fix LARGE_RECT bug ago%!(EXTRA string=11 years)
Sean Barrett 0a3dd5aff3 new font bitmap baking API ago%!(EXTRA string=11 years)
Sean Barrett c32d5c40d2 update version number & contributors ago%!(EXTRA string=11 years)
Fabian Giesen f36b7116e2 Fix a few bugs with subpixel shifts, shift_y in particular. ago%!(EXTRA string=11 years)
Sean Barrett d26beed67d comments/ version update for platformID = Unicode ago%!(EXTRA string=11 years)
Sean Barrett 2da2806d20 update version numbers due to warnings/minor fixes ago%!(EXTRA string=11 years)
HouQiming 8c83fc2bad Added STBTT_PLATFORM_ID_UNICODE ago%!(EXTRA string=11 years)