.. highlightlang:: us .. index:: FontSetFaceName .. _fontsetfacename: FontSetFaceName =============== .. us.tag FontSetFaceName ENGLISH FontSet :ref:`FontSetFaceName` sets the font face name. .. function:: bool = FontSetFaceName(hFont, ssFaceName) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. uparam:: ssFaceName *ssFaceName* specifies the typeface name of the font, e.g. "Courier". .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontGetFaceName` :sub:`id-825916`