3 using SiliconStudio.Core;
4 using SiliconStudio.Core.Serialization;
5 using SiliconStudio.Core.Serialization.Contents;
8 namespace SiliconStudio.
Paradox.Graphics
17 [ContentSerializer(typeof(DataContentSerializer<StaticSpriteFontData>))]
float FontDefaultLineSpacing
The default line spacing of the font.
Glyph[] Glyphs
An array of Glyph data.
Describes kerning information.
SharpDX.DirectWrite.Font Font
Description of a glyph (a single character)
Data for a static SpriteFont object that supports kerning.
float BaseOffset
The number of pixels from the absolute top of the line to the base of the characters.
Kerning[] Kernings
An array of Kerning data.
Data for a SpriteFont object.
ContentReference< Image >[] Bitmaps
An array of Image data.