Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontTables Class / GetExtenderGlyphs Method

In This Topic
    GetExtenderGlyphs Method
    In This Topic
    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