Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / CreateFontTables Method

In This Topic
    CreateFontTables Method
    In This Topic
    Creates an instance of the FontTables class for this font with the specified set of OpenType tables. Used to access information contained in the font's OpenType tables.
    Syntax
    'Declaration
     
    Public Function CreateFontTables( _
       ByVal ParamArray tags() As TableTag _
    ) As FontTables
    public FontTables CreateFontTables( 
       params TableTag[] tags
    )

    Parameters

    tags
    See Also