TEXTMETRICW Members
Include Protected Members
Include Inherited Members
Contains information about a font.
The TEXTMETRICW 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
Contains the distance a character extends above the base line.
Contains the average width of characters.
Contains the character used to define word breaks for text justification.
Contains a [TextMetricsCharacterSet] values that specifies the character set of the font.
Contains the character to be substituted for characters not in the font.
Contains the distance characters extend below the baseline.
Contains the horizontal aspect of the device for which the font was designed.
Contains the vertical aspect of the device for which the font was designed.
Contains the amount of extra leading that the application adds between rows.
Contains the first character defined in the font.
Contains the maximum height of characters in the font.
Contains the amount of leading inside the bounds set by the Height property.
Contains a value indicating whether the font is italic.
Contains the last character defined in the font.
Contains the maximum character width.
Contains the extra width per string that may be added to some synthesized fonts.
Contains information about the pitch, technology, and family of a physical font.
Contains a value indicating whether the font specifies a horizontal line through the characters.
Contains a value indicating whether the font is underlined.
Contains the weight of the font.
Top