Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

A few bugs:

  • Fonts exported from 0.91b have a different line height than ones from 0.9.  I tried opening the same pxf file in both versions, exporting it as a ttf, and opening it in Photoshop, and the font has to be displayed at a different size.  The resulting font looks the same for each character, but it has a different line height.
  • At least one font generates an invalid ttf file.  To replicate this: 1) Start a new font.  2) Go to the uppercase A character (U+0041).  3) Place a single pixel at 0,0.  4) Export that as a ttf.  The result is a valid font in 0.9, but an invalid font in 0.91b that can't be installed in Windows.
  • The close button on the tab at the top center of the window doesn't work.
(2 edits) (+1)

yeah something seems a little funky with the heights in this version, my tallest letter is 24px, but it's exporting at 44pt. it used to be pretty predictable based on the tallest letter. but then I had to use 58px  in photoshop (which is 44pt at 96ppi, but even with my document at 72ppi i had to use 58px, because 44pt would just be 44px). idk maybe i just dont understand fonts...

but it would make more sense to me if they were exported at 72ppi so it would match the pixel height

(+2)

I tracked down exactly why the line height is messed up in the export, and made a fixer script in Python: https://gist.github.com/nimaid/b255a861361e2de6e0040e6db668b38c

Thank you for your contribution! ❤️

This is exactly why I'm advocating for open source.