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
)
Public Function GetGlyph (
index As UInteger
) As UInteger
public:
virtual unsigned int GetGlyph(
[InAttribute] unsigned int index
) sealed
function GetGlyph(index);
Parameters
- index
- Type: SystemUInt32
the index of the glyph to be retrieved. Must be less than GetNumGlyphs()
Return Value
Type:
UInt32returns the glyph ID for the indicated place in the shaped result
See Also