The face's ascender is the vertical distance from the baseline to the topmost
point of any glyph in the face. This field's value is a positive number, expressed
in the glyph coordinate system. For all font types except Type 3, the units of
glyph space are one-thousandth of a unit of text space. Some font designs use
a value different from 'bbox.yMax'.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetAscent()
Public Function GetAscent As Double
public:
virtual double GetAscent() sealed
Return Value
Type:
Double the ascent
Remarks Only relevant for scalable formats.
See Also