Documents for PDF, .NET Edition Documentation
CreateFontTables Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > Font Class : CreateFontTables Method
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

Reference

Font Class
Font Members