Font.GetGlyphData Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Returns information about the placement and orientation of a glyph in a character cell.
Definition
Visual Basic .NET |
Public Function GetGlyphData( _ ByVal glyph As Integer _ ) As Texture |
C# |
public Texture GetGlyphData( int glyph ); |
Managed C++ |
public: Texture* GetGlyphData( int glyph ); |
JScript .NET |
public function GetGlyphData( glyph : int ) :
Texture; |
Parameters
Return Value
Microsoft.DirectX.Direct3D.Texture
. A Texture object that contains the glyph.
Remarks
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center