AriZuu / ttf2ugui

Simple utility to convert TTF fonts into uGUI bitmap fonts.
114 stars 54 forks source link

Let freetype handle antialiasing #13

Closed Scyak closed 2 months ago

Scyak commented 2 months ago

Antialiasing is no longer done manually, instead the font is rendered antialiased via freetype when using bpp=8. This improves positioning of the antialiased character.

Scyak commented 2 months ago

I ran clang-format across the whole thing to get everything consistent, making some assumptions about the way it was supposed to be configured based on what was already there. But if you'd prefer to leave the formatting of the stuff I didn't change untouched I can also remove that commit again.

AriZuu commented 2 months ago

clang-format is fine. Merged. Thanks again.