Font.Font Constructor
|
Language: |
Note: This documentation is preliminary and is subject to change.
Creates a new instance of a Font class.
Definition
Visual Basic .NET |
Public Sub New( _ ByVal device As Device, _ ByVal height As Integer, _ ByVal width As Integer, _ ByVal weight As FontWeight, _ ByVal miplevels As Integer, _ ByVal italic As Boolean, _ ByVal charset As CharacterSet, _ ByVal outputPrecision As Precision, _ ByVal quality As FontQuality, _ ByVal pitchFamily As PitchAndFamily, _ ByVal faceName As String _ ) |
C# |
public Font( Device device, int height, int width, FontWeight weight, int miplevels, bool italic, CharacterSet charset, Precision outputPrecision, FontQuality quality, PitchAndFamily pitchFamily, string faceName ); |
Managed C++ |
public: Font( Device *device, int height, int width, FontWeight weight, int miplevels, bool italic, CharacterSet charset, Precision outputPrecision, FontQuality quality, PitchAndFamily pitchFamily, String *faceName ); |
JScript .NET |
public function Font( device : Device, height : int, width : int, weight : FontWeight, miplevels : int, italic : boolean, charset : CharacterSet, outputPrecision : Precision, quality : FontQuality, pitchFamily : PitchAndFamily, faceName : String ); |
Parameters
© 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