2D Toolkit Forum
2D Toolkit => Support => Topic started by: bluelotus on October 12, 2013, 05:31:11 am
-
Hi all,
I have now been trying for several hours to get a font out of Glyph Designer and into Unity/tk2d.
I have exported a font from Glyph designer as, BMfont (txt) BMfont (xml) and BMfont (binary) -
In all cases the font file (.fnt) can be inserted into the tk2d font and an atlas generated using the png file.
However,
Using the fonts on a tk2dtextmesh does not seem to work>? (they do not appear) :(
I have an older font that I exported a long time ago and it is working - but the original .fnt file says, unix executable type (event though it is .fnt)
Could the 64 by 64 png be too small?
Really I can't see why this isn't working - everything looks right - but the text does not show up in the scene on the textmesh.
Any advice around this would be appreciated.
Regards,
Chris.
-
Can you attach the font here, fnt + texture?
-
No worries I have just sent the files to the support email.
Regards,
Chris.
-
So, as Unikron has pointed out,
The issue was that the sprite sheet png only had numbers in it but the text field text had alpha chars only. :-[
All working now!
Thanks,
Chris.