We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TTF_SetFontHinting
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!