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
Unit: FlexCel.Core
function TUIFont.GetTTFTable(const tableName: Int64): TBytes; virtual;
Parameters
<-> |
Parameter |
Type |
Description |
const |
tableName |
Int64 |
|
See also