Click or drag to resize
Pdftools logo

Glyph Properties

The Glyph type exposes the following members.

Properties
 NameDescription
Public propertyPosition

Glyph position

This is the position of the glyph within its TextFragment. To find the point on the page this position has to be transformed with Transform.

The extent of the glyph with respect to its position depends on the text fragment's WritingMode. In Horizontal writing mode, the glyph's position is at the left of the glyph on the height of the base line. In Vertical writing mode, the glyph's position is at the middle of the glyph's horizontal extent, vertically at the top.

Public propertyText

Glyph text

This is the glyph's associated text.
Public propertyWidth

Glyph width

This is the width of the glyph.
Top
See Also