2007-01-23 05:59 PM
DEFINE STYLE "AC_STYLE_1" "Arial Narrow", 8 * 25.4 * GLOB_SCALE, 5, 0 SET STYLE "AC_STYLE_1" TEXT2 0, 0, LampLetter
DEFINE STYLE "AC_STYLE_1" "Arial Narrow", 8 * 25.4, 5, 0 SET STYLE "AC_STYLE_1" TEXT2 0, 0, LampLetterI thought the version with GLOB_SCALE in it would surely work, but I get the same behavior out of each. Does it matter that I don't have a MUL2 statement in any script?
2007-01-23 10:54 PM
2007-01-23 11:09 PM
2007-01-24 12:08 AM
2007-01-24 12:26 AM
2007-01-24 12:40 AM
Valery wrote:Yes. I forgot to mention that I removed "/ 72" from the equation.
I want to be corrected.
2015-03-06 03:51 AM
define style{2} "AC_STYLE_1" "Arial", textsize / 72 * 25.4 , 0 paragraph "AC_PRG_3" 2, 0'-0.0000", 0'-0.0000", 0'-0.0000", 3'-3.3701" pen penAttribute_3 set style "AC_STYLE_1" cust_obj_size cust_obj_text_space cust_obj_member endparagraph paragraph "AC_PRG_4" 2, 0'-0.0000", 0'-0.0000", 0'-0.0000", 3'-3.3701" cust_obj_spacing cust_obj_text_oc endparagraph textblock "AC_TEXTBLOCK_2" 75-4.8216", 8, 0'-0.0000", 3'-3.3701", 3'-3.3701", 3'-3.3701", "AC_PRG_3", "AC_PRG_4" richtext2 0'-0.0000", 0'-0.0000", "AC_TEXTBLOCK_2"
textsizeis a real number parameter.
textblock ...fixed_heightfrom 1 to 0 the text gets huge, but does not seem to be the right parameter to change.