GlyphPosition

GlyphPosition

Overview

GlyphPosition is a class in Aspose.PDF FOSS for .NET.

One element of a TJ-style glyph-position array: a string with an optional preceding/following position adjustment (in 1/1000 text units).

This class provides 2 methods for working with GlyphPosition objects in .NET programs. Available methods include: GlyphPosition. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: HasPosition, Position, Text.

Properties

NameTypeAccessDescription
TextstringReadGets the text.
PositiondoubleReadGets the position.
HasPositionboolReadGets the has position.

Methods

SignatureDescription
GlyphPosition(text: string)Calls GlyphPosition on this GlyphPosition instance.
GlyphPosition(text: string, position: double)

See Also