Click or drag to resize

ShapedTextGetGlyphXPos Method

The X position of the glyph at the requested index. This number has been scaled by GetScale().

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double GetGlyphXPos(
	uint index
)

Parameters

index
Type: SystemUInt32
the index of the glyph position to be retrieved. Must be less than GetNumGlyphs()

Return Value

Type: Double
returns the X position for the glyph at the specified index
See Also