Skip to content

Releases: StbSharp/StbTrueTypeSharp

1.26.10

Choose a tag to compare

@rds1983 rds1983 released this 02 Jul 14:50

Dropped target "net45"

1.26.9

Choose a tag to compare

@rds1983 rds1983 released this 01 Jan 22:48

Port of stb_truetype.h v1.26

1.24.8

Choose a tag to compare

@rds1983 rds1983 released this 12 Jul 20:54

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