LOGFONTW Members
Include Protected Members
Include Inherited Members
Specifies the attributes of a font.
The LOGFONTW type exposes the following members.
Methods
Name
Description
Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for this instance. (Inherited from ValueType.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns the fully qualified type name of this instance. (Inherited from ValueType.)
Top
Fields
Name
Description
Specifies the character set.
Specifies the clipping precision.
Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device.
A null-terminated string that specifies the typeface name of the font.
Specifies the height, in logical units, of the font's character cell or character.
Specifies an italic font if set to true.
Specifies the angle, in tenths of degrees, between each character's base line and the x-axis of the device.
Specifies the output precision.
Specifies the pitch and family of the font.
Specifies the output quality.
Specifies a strikeout font if set to true.
Specifies an underline font if set to true.
Specifies the weight of the font in the range 0 through 1000.
Specifies the average width, in logical units, of characters in the font.
Top