TEXTMETRICW Structure

 

Contains information about a font.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public struct TEXTMETRICW

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldtmAscent

Contains the distance a character extends above the base line.

System_CAPS_pubfieldtmAveCharWidth

Contains the average width of characters.

System_CAPS_pubfieldtmBreakChar

Contains the character used to define word breaks for text justification.

System_CAPS_pubfieldtmCharSet

Contains a TextMetricsCharacterSet values that specifies the character set of the font.

System_CAPS_pubfieldtmDefaultChar

Contains the character to be substituted for characters not in the font.

System_CAPS_pubfieldtmDescent

Contains the distance characters extend below the baseline.

System_CAPS_pubfieldtmDigitizedAspectX

Contains the horizontal aspect of the device for which the font was designed.

System_CAPS_pubfieldtmDigitizedAspectY

Contains the vertical aspect of the device for which the font was designed.

System_CAPS_pubfieldtmExternalLeading

Contains the amount of extra leading that the application adds between rows.

System_CAPS_pubfieldtmFirstChar

Contains the first character defined in the font.

System_CAPS_pubfieldtmHeight

Contains the maximum height of characters in the font.

System_CAPS_pubfieldtmInternalLeading

Contains the amount of leading inside the bounds set by the Height property.

System_CAPS_pubfieldtmItalic

Contains a value indicating whether the font is italic.

System_CAPS_pubfieldtmLastChar

Contains the last character defined in the font.

System_CAPS_pubfieldtmMaxCharWidth

Contains the maximum character width.

System_CAPS_pubfieldtmOverhang

Contains the extra width per string that may be added to some synthesized fonts.

System_CAPS_pubfieldtmPitchAndFamily

Contains information about the pitch, technology, and family of a physical font.

System_CAPS_pubfieldtmStruckOut

Contains a value indicating whether the font specifies a horizontal line through the characters.

System_CAPS_pubfieldtmUnderlined

Contains a value indicating whether the font is underlined.

System_CAPS_pubfieldtmWeight

Contains the weight of the font.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: