2 tgreer
yes, i've noticed that
about +/- in values (+/-6)
now it works
interesting, that original file had "-", so i did copy-paste, and it was not working properly
i have PS tasks in my scripting, but can't spend too much time on it
and i am repeatedly back to PS issues from time to time
my programs generate PS files online for simple layouts
in past i tried to use this FONT notation (operator) making a copy-paste from original file
/Swiss721BT-Roman*1 findfont [6.59999 0 0 -6 0 0 ]mfnt sfnt
it was NOT working, so I switched to another simplier notation, like
(Swiss721BT-Bold) 6.50 selectfont
the point is that AI does not say where is an error trying to open PS file
AI message is "Unable to open file"
today i "accidentally" changed
"mfnt sfnt" onto "makefont setfont"
and it worked
how come "mfnt sfnt" was working in the original file hell knows
(may be there is an operator of re-assigning??)
now about stars
dear tgreer i will give to u 3 stars if u will help me with another issue, i asked months ago
how to make a right justification?
example
if i need to place a line
"tgreer gets 3 stars"
in a position 100 115
my program will generate simple lines
100 115 moveto
("tgreer..") show
now if i want this line to END in a position 100, 115 what is an algorithm? is there a reserse typing operator in PS?