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
| Name | Type | Access | Description |
|---|---|---|---|
Text | string | Read | Gets the text. |
Position | double | Read | Gets the position. |
HasPosition | bool | Read | Gets the has position. |
Methods
| Signature | Description |
|---|---|
GlyphPosition(text: string) | Calls GlyphPosition on this GlyphPosition instance. |
GlyphPosition(text: string, position: double) |