.. highlightlang:: us .. index:: FontSetFaceName .. _fontsetfacename: FontSetFaceName =============== .. us.tag FontSetFaceName GERMAN FontSet :ref:`FontSetFaceName` setzt den Namen des Fonts. .. function:: bool = FontSetFaceName(hFont, ssFaceName) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war, und FALSE (0), wenn ein Fehler aufgetreten ist. .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. uparam:: ssFaceName *ssFaceName* ist der Name des Fonts, z. B. `"Courier"``. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontGetFaceName` :sub:`id-825916`