.. highlightlang:: us .. index:: FontSetAngle .. _fontsetangle: FontSetAngle ============ .. us.tag FontSetAngle GERMAN FontSet :ref:`FontSetAngle` setzt den Ausgabewinkel des Fonts. .. function:: bool = FontSetAngle(hFont, rsAngle) .. 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:: rsAngle *rsAngle* ist der Winkel des Fonts im Bereich 0 bis 360 Grad. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontGetAngle` :sub:`id-222416`