Font PNG files

I created a custom font with a PNG 33x38 pixel symbol in a PNG file.

But when I DRAWTEXT, it doesn't show up.

Thing is when I edit the FNT file to just change the pointer to another known good PNG file, the symbol in the top left (x/y offset = 0) does show up. So I'm doing everything correct... except the PNG file has something wrong with it.

I use GIMP and I looked at the PNG Image properties for both my desired symbol (FileA.png) and the PNG file that works correctly (FileB.png). Both have the same properties:

  • GreyScale: GIMP built-in D65 Grayscale with sRGB TRC
  • 8-bit Gamma Integer
  • PNG image
  • 1 layer
  • Black background and White foreground

So, something else is wrong with my FileA.png file. Any ideas?

Thanks!!