.. highlightlang:: us .. _tablegetfontlist: TableGetFontList ================ .. index:: TableGetFontList .. us.tag TableGetFontList table.fonts New400 :ref:`TableGetFontList` returns a vector with font handles. .. function:: hvFonts = TableGetFontList(hTable) .. us.return **Return Value** *hvFonts* is a vector with font handles. After a font is not longer used it must be deleted using the :ref:`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 :ref:`TableSetFontIndex`. .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. us.comment **Comment** The font list can contain unused fonts. All unused fonts are removed from the list during the document is saved to file. .. seealso:: :ref:`overview-table`, :ref:`TableGetFontIndex`, :ref:`TableSetFontIndex`, :ref:`TableAddFont` :sub:`id-814887`