How do you create a .XNB Font file for use with CocosSharp?

Posted by Chris Pietschmann on Game Development See other posts from Game Development or by Chris Pietschmann
Published on 2014-08-23T15:01:49Z Indexed on 2014/08/23 16:34 UTC
Read the original article Hit count: 489

Filed under:
|
|

I know the .XNB file format is an XNA thing and that CocosSharp inherits this from its MonoGame roots. However there doesn't seem to be any information on how to create your own .XNB fonts to use with CocosSharp. I've tried searching but can find any information.

Could someone explain it here or point me to a tutorial on how to create .XNB font file for use with CocosSharp?

A site to download already compiled .XNB Fonts would also be acceptable.

Update: Another thing that makes this tricky is that I guess XNA Game Studio could be used, but it's not compatible with Windows 8.1; which is what I currently use for my dev machine...

© Game Development or respective owner

Related posts about XNA

Related posts about monogame