Skip to main content

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

PixelForge

Create and edit pixel fonts, and export them to TTF · By Sergi Lazaro

Disable automatic size determination

A topic by proudpaster created Aug 01, 2024 Views: 66 Replies: 1
Viewing posts 1 to 2

Hello!

I really like the app, however, there is one issue I have with it. I want to render my font at a specific size, but it's automatically determined by the tallest character.

Is there any way to disable it?

That's just how fonts are handled in general, the largest height is what your pc uses to recognize the "size" of the font
This means if you have anything that goes below like a Q or g it also increases that height.
Thankfully whatever size it appears as in the font file is what the default size is, for pixel fonts if you want it to be larger just multiply that size by 2 for best results.

12 goes to 24, 24 to 48 etc.If you wanted it to be smaller, you'll have to make a smaller font unfortunately.