Skip to content

Releases: StbSharp/StbTrueTypeSharp

1.26.10

02 Jul 14:50
Compare
Choose a tag to compare

Dropped target "net45"

1.26.9

01 Jan 22:48
Compare
Choose a tag to compare

Port of stb_truetype.h v1.26

1.24.8

12 Jul 20:54
Compare
Choose a tag to compare

API Changes:
Method stbtt_InitFont became internal in order to prevent many issues with it demanding data pointer to be valid during the application lifetime.
Use new method CreateFont instead.

Closed Issues:
#3 - Throw exception in stb_InitFont is the font lacks index map
#4 - Copy the data passed in the stbtt_InitFont in the newly created unmanaged memory buffer