TableGetFontListΒΆ

TableGetFontList returns a vector with font handles.

hvFonts = TableGetFontList(hTable)

Return Value

hvFonts is a vector with font handles. After a font is not longer used it must be deleted using the FontDestroy function. The position of a font handle in the vector corresponds to the index in the table cell. The first font has the index 1. The index is set using the function TableSetFontIndex. .. us.params

Parameters

hTable

Identifies the table object.

Comment

The font list can contain unused fonts. All unused fonts are removed from the list during the document is saved to file.

id-814887