Font.Font Constructor

Language:

Creates a new instance of a Font class.

Definition

Visual Basic Public Sub New( _
    ByVal pUnk As ID3DXFont _
)
C# public Font(
    ID3DXFont pUnk
);
C++ public:
 Font(
    ID3DXFont pUnk
);
JScript public function Font(
    pUnk : ID3DXFont
);

Parameters

pUnk Microsoft.DirectX.PrivateImplementationDetails.ID3DXFont
Unmanaged Component Object Model (COM) ID3DXFont interface pointer.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center