Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Pixel Font Converter!

Lets you create your own TTF fonts out of pixel font images! · By YellowAfterlife

Wierd lines between pixels

A topic by Gigores created 42 days ago Views: 76 Replies: 2
Viewing posts 1 to 3

I Created a font for my pygame game but there is a wierd spacings between pixels, how do i fix it? image.png

Developer

You can switch “Contour type” to “Outline” in Output, but it generally seems that your font is not being drawn at pixel-perfect scale (e.g. look at that poor t in Credits) so you should look into how that’s usually done in pygame

thanks, just changing font size a little bit fixed the problem