Class XFontMetrics
Collects information of a physical font face.
public sealed class XFontMetrics
- Inheritance
-
XFontMetrics
- Inherited Members
Properties
Ascent
Gets the ascent value.
public int Ascent { get; }
Property Value
AverageWidth
Gets the average width.
public int AverageWidth { get; }
Property Value
CapHeight
Gets the height of capital letters.
public int CapHeight { get; }
Property Value
Descent
Gets the descent value.
public int Descent { get; }
Property Value
Leading
Gets the leading value.
public int Leading { get; }
Property Value
LineSpacing
Gets the line spacing value.
public int LineSpacing { get; }
Property Value
MaxWidth
Gets the maximum width of a character.
public int MaxWidth { get; }
Property Value
Name
Gets the font name.
public string Name { get; }
Property Value
StemH
Gets an internal value.
public int StemH { get; }
Property Value
StemV
Gets an internal value.
public int StemV { get; }
Property Value
StrikethroughPosition
Gets the strikethrough position.
public int StrikethroughPosition { get; }
Property Value
StrikethroughThickness
Gets the strikethrough thickness.
public int StrikethroughThickness { get; }
Property Value
UnderlinePosition
Gets the underline position.
public int UnderlinePosition { get; }
Property Value
UnderlineThickness
Gets the underline thickness.
public int UnderlineThickness { get; }
Property Value
UnitsPerEm
Gets the ascent value.
public int UnitsPerEm { get; }
Property Value
XHeight
Gets the height of a lower-case character.
public int XHeight { get; }