Share via


FontDescription Constructor

Initializes a new instance of FontDescription.

Overload List

Name Description
FontDescription (String, Single, Single) Initializes a new instance of FontDescription and initializes its members to the specified font, size, and spacing, using FontDescriptionStyle.Regular as the default value for Style.
FontDescription (String, Single, Single, FontDescriptionStyle) Initializes a new instance of FontDescription and initializes its members to the specified font, size, spacing, and style.
FontDescription (String, Single, Single, FontDescriptionStyle, Boolean) Initializes a new instance of FontDescription using the specified values.

See Also

Reference

FontDescription Class
FontDescription Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace