.. highlightlang:: us .. index:: TBSetAngle .. _tbsetangle: TBSetAngle ========== .. us.tag TBSetAngle NOTREADYENGLISH TB_Set :ref:`TBSetAngle` sets the angle under which the text should be drawn. .. function:: bool = TBSetAngle(hText, rsAngle) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hText The handle of a text object created with :ref:`TBCreate`. .. uparam:: rsAngle *rsAngle* sets the angle of the text. The angle is specified in degrees (0 to 360). .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`TBGetAngle` :sub:`id-1915189`