FontTypeMetric¶
-
class
Draft.FontTypeMetric((object)arg1) → None¶ A class to retrieve font and text properties for annotations.
__init__( (object)arg1) -> None
-
Ascent¶ The distance in pixels from the text baseline to the highest/upper grid coordinate used to place an outline point.
-
BaselineOffset¶ Offset in pixels from the bottom of the image to the baseline used to write the text. Use this to align text from different point sizes and fonts.
-
Descent¶ The distance in pixels from the baseline to the lowest grid coordinate used to place an outline point. Always a negative value.
-
MaxHorizontalAdvance¶ Maximum horizontal advance in pixels.
-
TextHeight¶ The height in pixels of the text written, this does not include any padding.
-
TextWidth¶ The width in pixels of the text written, this does not include any padding.
-
