GlyphMetricsFloat Structure (Microsoft.DirectX.Direct3D)

Contains information about the position and orientation of the corresponding glyph in the string.

Definition

Visual BasicPublic Structure GlyphMetricsFloat
C#public struct GlyphMetricsFloat 
C++public value class GlyphMetricsFloat 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
GlyphMetricsFloat Initializes a new instance of the GlyphMetricsFloat class.
ToString Obtains a string representation of the current instance.

Properties

PropertyDescription
BlackBoxX Specifies the width of the smallest rectangle (the glyph's black box) that completely encloses the glyph.
BlackBoxY Specifies the height of the smallest rectangle (the glyph's black box) that completely encloses the glyph.
CellIncX Specifies the horizontal distance from the origin of the current character cell to the origin of the next character cell.
CellIncY Specifies the vertical distance from the origin of the current character cell to the origin of the next character cell.
GlyphOrigin Specifies the x and y coordinates of the upper-left corner of the smallest rectangle that completely encloses the glyph.

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: