home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / Novinky / adobe / Instal / archive.z / AIRes.dll / TEXT / 769 < prev    next >
Text File  |  1998-10-05  |  1KB  |  31 lines

  1. /BuildChar {
  2.     Adobe_Illustrator_AI5_vars exch /_bitlobyte exch put
  3.     Adobe_Illustrator_AI5_vars exch /_bitfont exch put
  4.     _bitfont /FontScript get 1 eq
  5.     _bithibyte 0 eq
  6.     _bitlobyte 129 ge _bitlobyte 159 le and
  7.     _bitlobyte 224 ge _bitlobyte 252 le and
  8.     or and and
  9.     {
  10.         Adobe_Illustrator_AI5_vars /_bithibyte Adobe_Illustrator_AI5_vars /_bitlobyte get put
  11.         0 0 setcharwidth
  12.     }
  13.     {
  14.         _bithibyte 256 mul _bitlobyte add
  15.         16 4 string cvrs dup length (K) dup length
  16.         dup 4 -1 roll add string Adobe_Illustrator_AI5_vars exch /_bitkey exch put
  17.         exch _bitkey copy pop _bitkey exch 3 -1 roll putinterval
  18. %  This is for Windows support
  19.         _lineorientation 1 eq _bithibyte 0 ne and {
  20.             0 _bitfont /FontAscent get neg translate
  21.         } if
  22.         _bitfont /CharMetrics get _bitkey cvn get 0 setcharwidth
  23.         _bitfont /CharStrings get _bitkey cvn get exec
  24.         _lineorientation 1 eq _bithibyte 0 ne and {
  25.             0 _bitfont /FontAscent get translate
  26.         } if
  27.         Adobe_Illustrator_AI5_vars /_bithibyte 0 put
  28.     } ifelse
  29. } bind def
  30.  
  31.