Sean Barrett
87352fdcb5
stb_truetype: fix bug in handling of stbtt_hheap that could cause severe badness
ago%!(EXTRA string=7 years)
Sean Barrett
3f01acced4
stb_textedit: allow overriding key-input typedef
ago%!(EXTRA string=7 years)
Sean Barrett
76ec599c68
stb_truetype - remove duplicate definition
ago%!(EXTRA string=7 years)
Sean Barrett
ee0ebfc79b
version numbers
ago%!(EXTRA string=7 years)
Sean Barrett
4254a9f237
stb_truetype credits
ago%!(EXTRA string=7 years)
Sean Barrett
501e29b245
stb_truetype.h docs
ago%!(EXTRA string=7 years)
Rob Loach
5c2c826df9
stb_truetype: Silence warnings of winding_lengths
...
Coverty scan shows potential warnings of winding_lengths. Forcing it to be a NULL fixes the issue.
ago%!(EXTRA string=7 years)
Kenney Phillis Jr
6e50ac7860
stb_truetype: Fix undefined function warning
...
This fixes the error in bug report #516 . This should work as intended
since the function definitions line up.
ago%!(EXTRA string=8 years)
Dougall Johnson
1f2b4271e3
stb_truetype: Fix CFF GetGlyphBox optional params
...
Fixes #404
ago%!(EXTRA string=8 years)
Dougall Johnson
84fd09ea53
stb_truetype: Fix sign error in CFF push immediate
ago%!(EXTRA string=8 years)
Sean Barrett
555efbedfc
Update version numbers
ago%!(EXTRA string=8 years)
Fabian Giesen
b1d058e5c7
stb_truetype: Fix typo, as pointed out by oyvindjam.
...
Fixes #471 .
ago%!(EXTRA string=8 years)
Fabian Giesen
30c7c6b583
stb_truetype: Support reading OS/2 vertical metrics
...
...as present in MS TrueType files. Since this table is optional,
the new stbtt_GetFontVMetricsOS2 has a return value and can fail.
This is a replacement for pull request #463 .
Fixes #463 .
ago%!(EXTRA string=8 years)
Sean Barrett
423298e071
fix SDF documentation and add example code
ago%!(EXTRA string=8 years)
Sean Barrett
38479bc58c
stb_truetype version number
ago%!(EXTRA string=8 years)
Sean Barrett
9a2e92e818
SDF documentation
ago%!(EXTRA string=8 years)
Sean Barrett
5defc65c23
Initial SDF support
ago%!(EXTRA string=8 years)
Cort
f3d8e52ddc
stb_truetype: fontdata can be const in stbtt_PackFontRange[s]()
ago%!(EXTRA string=8 years)
Sean Barrett
0c1232f576
version number
ago%!(EXTRA string=8 years)
Sean Barrett
e248e30954
change license to public-domain AND mit (based on twitter vote)
ago%!(EXTRA string=8 years)
Cort
f5519a8f85
stbtt: chardata can be const in GetBakedQuad() and GetPackedQuad()
ago%!(EXTRA string=8 years)
Sean Barrett
96620a3a54
update version numbers
ago%!(EXTRA string=8 years)
Sean Barrett
0bd0a9abc4
stb_truetype: comment typo
...
stb_c_lexer: end-of-array wrapped overflow bug
ago%!(EXTRA string=8 years)
Dougall Johnson
9bb7f80cb8
stb_truetype: Fix a couple of CFF bugs
...
The CFF/Type 2 changes broke including without STB_TRUETYPE_IMPLEMENTATION defined, and had a typo. Sorry!
ago%!(EXTRA string=8 years)
Sean Barrett
cca943e78a
version history
ago%!(EXTRA string=8 years)
Sean Barrett
3d1c790e96
version history
ago%!(EXTRA string=8 years)
Sean Barrett
d0b576c474
update stb_truetype version
ago%!(EXTRA string=8 years)
IntellectualKitty
75a8fd9d41
Add function to get the number of fonts in a TrueType file
ago%!(EXTRA string=9 years)
IntellectualKitty
7fa573cd61
Update stb_truetype.h
ago%!(EXTRA string=9 years)
Sean Barrett
996ccf2159
update version numbers
ago%!(EXTRA string=9 years)
Sean Barrett
5d9423f8fd
fix -Wcast-qual in stb_rect_pack, stb_textedit, stb_truetype
ago%!(EXTRA string=9 years)
Dougall Johnson
0181b37188
CFF and Type 2 charstream parsing in stb_truetype
...
This is a partial implementation of the CFF and Type 2 charstring
specifications. It allows stb_truetype to read most OTF files.
ago%!(EXTRA string=9 years)
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()
...
Add a macro to allow fabs() to be provided by the user, as with the other
maths functions. Update the implementation code to use it instead of fasb().
Signed-off-by: Simon Glass <sjg@chromium.org>
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
...
stb_textedit: end-of-line handling places cursor before newline
stb_truetype: avoid compiler warning due to local vars hiding local vars
readme: add list of one-file libs
ago%!(EXTRA string=10 years)
Sean Barrett
ff116a4fe8
allow font ranges with first_char = 0;
...
fix divide by 0 for exactly-vertical edges;
fix possible divide by 0 for exactly-horizontal edges
add documentation for stbtt_Rasterize;
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)