AriZuu / ttf2ugui

Simple utility to convert TTF fonts into uGUI bitmap fonts.
111 stars 53 forks source link

Fix antialiasing #12

Closed Scyak closed 4 weeks ago

Scyak commented 4 weeks ago

8bpp fonts no longer have last row and column cut off if the rendering of the upscaled glyph used for antialiasing has dimensions not divisible by 16, and regardless of divisibility glyphs are now placed correctly in the bitmap

AriZuu commented 4 weeks ago

Merged, thanks for contribution!