kobold2d

Sprite Kit and bitmap fonts

回眸只為那壹抹淺笑 提交于 2019-11-28 14:04:52
I am currently using Cocos2D, but also reading new iOS Sprite Kit docs. However, I'm not able to find how to use bitmap fonts. Is there any trick to use my .fnt files? Sprite Kit doesn't officially support bitmap fonts yet, so you will either have to implement your own or use one of the two options below: 1) BMGlyph - http://www.bmglyph.com/tutorials-spritekit-bitmap-font/ 2) Glyph Designer - https://71squared.zendesk.com/hc/en-us/articles/200037472-Using-Glyph-Designer-1-8-with-Sprite-Kit Both are great and will get the job done. I personally prefer BMGlyph because you get access to the code

Sprite Kit and bitmap fonts

假如想象 提交于 2019-11-27 08:04:31
问题 I am currently using Cocos2D, but also reading new iOS Sprite Kit docs. However, I'm not able to find how to use bitmap fonts. Is there any trick to use my .fnt files? 回答1: Sprite Kit doesn't officially support bitmap fonts yet, so you will either have to implement your own or use one of the two options below: 1) BMGlyph - http://www.bmglyph.com/tutorials-spritekit-bitmap-font/ 2) Glyph Designer - https://71squared.zendesk.com/hc/en-us/articles/200037472-Using-Glyph-Designer-1-8-with-Sprite