PdfFont.Ascent Property

Gets the font ascent, expressed in the glyph coordinate system.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public short Ascent { get; }
VB
Public ReadOnly Property Ascent As Short
	Get

Property Value

Type: Int16
The font ascent, expressed in the glyph coordinate system.

Remarks

See TransformationMatrix for more detail about glyph coordinate system.

Ascent is the maximum height above the baseline reached by glyphs in this font, excluding the height of glyphs for accented characters.

See Also