You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: