.. highlightlang:: us .. index:: TBSetEdgeDistance .. _tbsetedgedistance: TBSetEdgeDistance ================= .. us.tag TBSetEdgeDistance ENGLISH TB_Set :ref:`TBSetEdgeDistance` specifies the distance between the text string and the left and top edges of the bounding box. .. function:: bool = TBSetEdgeDistance (hText, rsDistance) .. 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:: rsDistance *rsDistance* is the distance between the text end the bounding rectangle in centimeters. .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`TBGetEdgeDistance` :sub:`id-941280`