[Caps] Build fails after adding auto-kerning to font in Caps

After adding auto-kerning to my font in Caps my build fails with this error:
"encountered kerning data before spacing entries concluded, line 2"

To reproduce:

  1. In Caps open the Asheville-Sans-14-Bold.fnt included in the SDK.
  2. In Kerning apply Auto-Kern (Alpha-only, Replace)
  3. Save and download your font and try to use it in your project.

Workaround:
I got the damaged font to work again by opening the .fnt file and moving all the pairs table to be the last item in the metrics table. The downloaded file had the left and right items after pairs.

1 Like