It uses the same .fnt format as BMFont, and in other engines we were able to use to two interchangeably. However when I try the font file from samples, it works fine, but using a font from glyph designer is throwing a null exception error in LoadXml(reader).
System.NullReferenceException: 'Object reference not set to an instance of an object.'
Manually comparing the XML I don't see much difference, there are just a few attributes missing, such as color. But with the lib compiled I can't see exactly whats causing the error. I can provide the font file if needed?
Hi there,
Does this library support fonts exported from glyph designer?
http://www.71squared.com/glyphdesigner
It uses the same .fnt format as BMFont, and in other engines we were able to use to two interchangeably. However when I try the font file from samples, it works fine, but using a font from glyph designer is throwing a null exception error in LoadXml(reader).
System.NullReferenceException: 'Object reference not set to an instance of an object.'
Manually comparing the XML I don't see much difference, there are just a few attributes missing, such as color. But with the lib compiled I can't see exactly whats causing the error. I can provide the font file if needed?
Thanks