Documents for PDF, .NET Edition Documentation
GetExtenderGlyphs Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontTables Class : GetExtenderGlyphs Method
Gets the array of glyph indices, such as Arabic kashidas, that a client may insert to extend the length of the line for justification.

Depends on 'JSTF' table.

Syntax
'Declaration
 
Public Function GetExtenderGlyphs( _
   ByVal scriptTag As ScriptTag _
) As System.UShort()
public System.ushort[] GetExtenderGlyphs( 
   ScriptTag scriptTag
)

Parameters

scriptTag
See Also

Reference

FontTables Class
FontTables Members