View Single Post
Old 09-23-2008, 04:10 PM   #34 (permalink)
itsnotabigtruck
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,434
itsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud of
Default

Quote:
Originally Posted by shutout5591 View Post
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 4ter later today).
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote