Releases: StbSharp/StbTrueTypeSharp
Releases · StbSharp/StbTrueTypeSharp
1.26.10
1.26.9
1.24.8
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