Click or drag to resize

ShapedTextGetGlyphYPos Method

The Y 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 GetGlyphYPos(
	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 Y position for the glyph at the specified index
See Also