Bitmap Font Generator について - hirmiura/starsector-mod-JapaneseFonts GitHub Wiki

AngelCodeBitmap Font Generator にて、zlibライセンスで配布されている。

おそらくデファクトスタンダード

設定について

Starsector の制限

  • 連番フォントファイル (_0.png. _1.png, ...) に対応していない。
    • Export Options -> Texture -> Width / Height で指定してあげる。 (2^n)
  • 文字の高さが可変だと文字がずれる。
    • Export Options -> Equalize the cell heights をチェックする。
  • fntファイルの face="" に空白が入っているとStarsectorが落ちる。
    • 空白を消してあげる。
    • ダブルクォートで囲まれているのでいけそうに思えるが罠。