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

In This Topic
    LoadTables Method
    In This Topic
    Loads the missing OpenType tables specified with an array of tags.
    Syntax
    'Declaration
     
    Public Sub LoadTables( _
       ByVal ParamArray tags() As TableTag _
    ) 
    public void LoadTables( 
       params TableTag[] tags
    )

    Parameters

    tags
    See Also