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.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public Point Position { get; }

Property Value

Point
Exceptions
ExceptionCondition
InvalidOperationExceptionthe object has already been closed
See Also