Arbortext IsoDraw > Macro Language Reference > Menu Commands > Text Menu > Text
  
Text
The TEXT command activates one text property and assigns it to all selected text elements. All text elements created after the execution of this command will also have these properties.
TEXTattributevalue
attribute
value
FONT
Any installed font name as a quoted string.
SIZE
Any float number as a point value.
FACE
One of: NORMAL, BOLD, ITALIC, BOLDITALIC.
ALIGN
One of:
As a global alignment:
CENTERED
As a horizontal alignment:
LEFT, MEDIUM, RIGHT
As a vertical alignment:
TOP, MIDDLE, BOTTOM, BASE_LINE
LEADING
Any float number as a point value.
KERNING
Any float number.
POSITION
Any float number as a point value.
TEXT FONT "arial"
TEXT SIZE 12.8
TEXT FACE BOLD
TEXT ALIGN RIGHT
TEXT LEADING 3.7
TEXT KERNING 7
TEXT POSITION 12.7