pygame-ce
pygame-ce copied to clipboard
Port `TTF_SetFontHinting`
trafficstars
This could have a lot of uses, specifically for pixel art games.
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!