Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontTables Class
Properties Methods

In This Topic
    FontTables Class Members
    In This Topic

    The following tables list the members exposed by FontTables.

    Public Properties
     NameDescription
    Public PropertyGets the Font associated with this FontTables instance.  
    Top
    Public Methods
     NameDescription
    Public MethodGets 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.

     
    Public MethodReturns the advance height for the given glyph.

    Depends on 'vmtx' table.

     
    Public MethodReturns name of the glyph from "post" table.

    Depends on 'post' table.

     
    Public MethodGets the y coordinate of a glyph's vertical origin, in design units.

    Depends on 'vmtx', 'glyf', 'VORG', 'cff', 'cff2' tables.

     
    Public MethodReturns the advance width for the given glyph.

    Depends on 'hmtx' table.

     
    Public MethodReturns the array of user interface strings associated with each palette entry.

    Depends on 'CpalDraw', 'name' tables.

     
    Public MethodReturns the array of font palettes (from CPAL table).

    Depends on 'CpalDraw', 'name'(optionally) tables.

     
    Public MethodReturns a HashSet with all supported Unicode characters.

    Depends on 'cmap' table.

     
    Public MethodReturns a string with the list of supported Unicode ranges.

    Depends on 'OS/2' table.

     
    Public MethodReturns a value indicating if the specified OpenType table is loaded.  
    Public MethodLoads the missing OpenType tables specified with an array of tags.  
    Public MethodReturns the glyph index for the specified Unicode character.

    Depends on 'cmap' table.

     
    Public MethodTries to return index of the glyph by its name from "post" table.

    Depends on 'post' table.

     
    Public MethodMaps the specified set of Unicode characters to the font glyphs and fills the set of successfully mapped characters.

    Depends on 'cmap' table.

     
    Public MethodUnloads OpenType tables specified with an array of tags.  
    Top
    See Also