Click or drag to resize

ShapedTextGetGlyph Method

Get the glyph ID at the indicated place in the shaped sequence. This number is specific to the font file used to generate the shaping results, and does not always have a clean mapping to a particular Unicode codepoint in the original string.

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

Parameters

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

Return Value

Type: UInt32
returns the glyph ID for the indicated place in the shaped result
See Also