FontDescription Structure (Microsoft.DirectX.Direct3D)

Defines the attributes of a font.

Definition

Visual BasicPublic Structure FontDescription
C#public struct FontDescription 
C++public value class FontDescription sealed 
JScriptIn JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
FontDescription Initializes a new instance of the FontDescription class.
ToString Obtains a string representation of the current instance.

Properties

PropertyDescription
CharSet Retrieves or sets the character set for the font.
FaceName Retrieves or sets the name of the font.
Height Retrieves or sets the height of the font in logical units.
IsItalic Determines whether a font is italic.
MipLevels Retrieves or sets the number of mip levels requested.
OutputPrecision Retrieves or sets the output precision for a font.
PitchAndFamily Retrieves or sets the pitch and family of a font.
Quality Retrieves or sets the output quality of a font.
Weight Retrieves or sets the weight of a font.
Width Retrieves or sets the width of a font in logical units.

Structure Information

NamespaceMicrosoft.DirectX.Direct3D
AssemblyMicrosoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong NameMicrosoft.DirectX.Direct3DX,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492
Show: