de_draw_text()

Draws text at given location, with given font, height and angle, height and angle are in simulator units. Typically, used in artwork creation macros rather than in the de_add_text() function. Returns: none.

Syntax:

de_draw_text(font, x,y, height, angle, string);

where

font is an integer indicating text font number.

  • 0 = Hershey Roman
  • 1 = Hershey Roman Narrow

x,y is the location for the text string (lower left corner of first character).

height is the height of the text in user units.

angle is an angle in simulator angle units.

string is a text string.

Example:
de_draw_text(1, 12.3,45.6, 44, 90.0, "this is a text string");

Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources