ShapedTextGetNumGlyphs Method |
Number of glyphs present in the shaped text. Might be different from the .
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetNumGlyphs()
Public Function GetNumGlyphs As Integer
public:
virtual int GetNumGlyphs() sealed
Return Value
Type:
Int32returns the number of utf32 codepoints in this shaped text
See Also