Quote:
Originally Posted by shutout5591
Great! Let me know how it works for you.
I wasn't quite sure where to put DefaultCharacter. Heres where i put it
Code:
<?xml version="1.0" encoding="utf-8"?>
<!--
This file contains an xml description of a font, and will be read by the XNA
Framework Content Pipeline. Follow the comments to customize the appearance
of the font in your game, and to change the characters which are available to draw
with.
-->
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
<Asset Type="Graphics:FontDescription">
<DefaultCharacter>?</DefaultCharacter>
</Asset>
</XnaContent>
Its the last of the Asset declarations before the character region. When i had it before the sytle element, it said compile error, so i put it after.
Let me know how it works!
|
I assume you snipped the rest of the lines from the XML file.
That worked for SIR TET (which BTW I'm going to update to version 4
ter later today).