pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

Port `TTF_SetFontHinting`

Open narilee2006 opened this issue 1 year ago • 0 comments
trafficstars

This could have a lot of uses, specifically for pixel art games.

image

Here is my proposed API design.

font = pygame.Font(None, 25);
font.font_hinting = pygame.FONT_HINTING_NORMAL;

I would like to be assigned to this issue!

narilee2006 avatar Apr 27 '24 13:04 narilee2006