Skip to main content

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

For this font basically everything is roughly 7px in heigh. The decender or ascenders might go past this a touch.

8 is the factor you can scale by using the .ttf that still maintains the fonts correct visuals while increasing the size. The program I use I have found works best when using incruments of 8, 16, etc.

I should probably include information on these about ascender and descenders.

Hope that helps, cheers!

Thanks! Knowing the info about the maximum span in pixels between ascender and descenders for the whole fonts are super useful when using them on devices that divide the video memory in tiles like 8-bits consoles. Thanks for the quick reply!

Good point, I'll take time to go through these and make notes of that for each font.

I should mention, you can still use the .png file and adjust the glyph positions as needed (removing ascender and decenders for the ones that you require). Hope that helps.

Thanks for reaching out!