.. highlightlang:: us .. index:: TBGetFont .. _tbgetfont: TBGetFont ========= .. us.tag TBGetFont NOTREADYENGLISH TB_Get :ref:`TBGetFont` return a copy of the font, which is used to print the text. .. function:: hFont = TBGetFont(hText) .. us.return **Return Value** *hFont* is the handle of the font. After using the font it should be deleted with the :ref:`FontDestroy` function. .. us.params **Parameters** .. uparam:: hText The handle of a text object created with :ref:`TBCreate`. .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`FontCreate`, :ref:`TBSetFont` :sub:`id-1110552`