[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.CreateFontTables

CreateFontTables Method

CreateFontTables(params TableTag[])

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.

Declaration
public FontTables CreateFontTables(params TableTag[] tags)
Public Function CreateFontTables(ParamArray tags As TableTag()) As FontTables
Parameters
Type Name Description
TableTag[] tags
Returns
Type Description
FontTables