Click or drag to resize
Pdftools logo

Glyph Class

Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.ContentGlyph

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public class Glyph : NativeObject

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
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also