FontDescription.DefaultCharacter Property
Note
This property is available only when developing for Windows.
Gets or sets the default character for the font.
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
Syntax
[ContentSerializerAttribute]
public Nullable<char> DefaultCharacter { get; set; }
Property Value
The default character for this font.
Remarks
If set to anything other than null, this character will be automatically substituted any time an attempt is made to draw or measure characters that are not in the font.
If set to null, missing characters will produce an exception.
See Also
Reference
FontDescription Class
FontDescription Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP