.. highlightlang:: us .. _fontgetfacename: FontGetFaceName =============== .. index:: FontGetFaceName .. us.tag FontGetFaceName ENGLISH FontGet :ref:`FontGetFaceName` gets the font face name. .. function:: ssFaceName = FontGetFaceName(hFont) .. us.return **Return Value** *ssFaceName* is the face name of the font, e.g. "Courier". .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontSetFaceName` :sub:`id-831036`