Table of Contents

TUIFont.GetTTFTable Method

Returns a True Type table for the font, if the platform gives the functionality. Currently supported in OSX only. To see if the platform supports returning tables, see SupportsTTFTables

Syntax

Namespace: FlexCel.Core

public virtual Byte[] GetTTFTable(Int64 tableName)

Parameters

<-> Parameter Type Description
tableName Int64

See also