Partager via


BitmapFont update for beta2 (Finally!)

As you've probably surmised from the last post, I seem to be somewhat loose in my interpretation of "later this week".

Attached is an updated version (finally!) of the BitmapFont.cs class along with its corresponding demonstration project.

Note that this update only covers the BitmapFont class, not the entire XNA Extras package. I hope to have an updated version of all the XNA Extras classes sometime "later this week"...

BitmapFont update 061118.zip

Comments

  • Anonymous
    November 19, 2006
    BitbmapFont part of the XNA Extras package has been released, this is good news to people like me who

  • Anonymous
    November 19, 2006
    I'm getting an error message in method private int DrawString_internal(Vector2 vAt, Color cText, string str) if (!fSBOverride)                sb.Begin(SpriteBlendMode.AlphaBlend); is showing the error message Object reference not set to an instance of an object. I've tried a few things to fix the problem, but nothing seems to work. [Do you get this problem with the BitmapFontDemo project? or with your own code? If it's your own code, can you make the font portion available? Thanks. -GaryKac]