.. highlightlang:: us .. index:: FontSetAngle .. _fontsetangle: FontSetAngle ============ .. us.tag FontSetAngle ENGLISH FontSet :ref:`FontSetAngle` sets the font angle. .. function:: bool = FontSetAngle(hFont, rsAngle) .. 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:: rsAngle *rsAngle* is the angle of the font in the range of 0 to 360 degrees. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontGetAngle` :sub:`id-222416`