ObjectID =  text .create  (  Text ,  Width ,  Height  )  
                                     
Description :

This instruction creates a text block (i.e., a text object of a set length and set height).


Parameters :

  • Text to create.
  • Width of the block, expressed in pixels.
  • Height of the block, expressed in pixels.

Return Handle :

  • ObjectID of the text object.

Examples :