Click or drag to resize
Pdftools logo

GlyphPosition Property

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.


Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax
C#
public Point Position { get; }

Property Value

Point
Exceptions
ExceptionCondition
InvalidOperationExceptionthe object has already been closed
See Also