.. highlightlang:: us .. index:: FontGetAngle .. _fontgetangle: FontGetAngle ============ .. us.tag FontGetAngle GERMAN FontGet :ref:`FontGetAngle` liefert den Winkel des Fonts. .. function:: rsAngle = FontGetAngle(hFont) .. us.return **Returnwert** *rsAngle* ist der Winkel des Fonts im Bereich 0 bis 360 Grad. .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontSetAngle` :sub:`id-387578`