home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / gs / gs650w32.exe / gs6.50 / lib / gs_cff.ps < prev    next >
Text File  |  2000-12-05  |  21KB  |  751 lines

  1. %    Copyright (C) 1997, 1998, 1999, 2000 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of AFPL Ghostscript.
  3. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
  4. % distributor accepts any responsibility for the consequences of using it, or
  5. % for whether it serves any particular purpose or works at all, unless he or
  6. % she says so in writing.  Refer to the Aladdin Free Public License (the
  7. % "License") for full details.
  8. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  9. % in a plain ASCII text file named PUBLIC.  The License grants you the right
  10. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  11. % conditions described in the License.  Among other things, the License
  12. % requires that the copyright notice and this notice be preserved on all
  13. % copies.
  14.  
  15. % $Id: gs_cff.ps,v 1.7.2.2 2000/11/09 23:11:33 rayjj Exp $
  16. % Loader for CFF (compressed) fonts, including OpenType CFFs.
  17. % The following are not implemented yet:
  18. %    Deleted entries in the Name Index
  19. %    Embedded PostScript
  20. %    Multiple Master fonts
  21. %    Chameleon fonts
  22. %    Synthetic fonts
  23.  
  24. % ---------------- Font loading machinery ---------------- %
  25.  
  26. % Augment the FONTPATH machinery so it recognizes OpenType CFF font sets.
  27.  
  28. /.scanfontheaders where {
  29.   pop /.scanfontheaders [
  30.    .scanfontheaders aload pop (OTTO*)
  31.   ] def
  32. } if
  33.  
  34. % Load a font file that might be an OpenType CFF font set.
  35.  
  36. % <file> .loadfontfile -
  37. /.loadnonottofontfile /.loadfontfile load def
  38. /.loadfontfile {
  39.   dup 4 string .peekstring pop (OTTO) eq {
  40.         % If this is a font at all, it's an OpenType CFF font set.
  41.     .loadottofontfile
  42.   } {
  43.         % Not a TrueType font.
  44.     .loadnonottofontfile
  45.   } ifelse
  46. } bind def
  47.  
  48. % <file> .loadottofontfile -
  49. /.loadottofontfile {
  50.   /FontSetInit /ProcSet findresource begin
  51.   2 dict begin
  52.   /f exch def /cff null def
  53.   card32 pop card16 6 { next pop } repeat dup {
  54.         % Stack: numtables tablesleft
  55.     dup 0 eq {
  56.       pop pop /.loadottofontfile cvx /invalidfont signalerror
  57.     } if
  58.     f 4 string readstring pop (CFF ) eq { sub exit } if
  59.     1 sub
  60.   } loop
  61.         % Stack: tablesread
  62.   card32 pop card32 card32
  63.         % Stack: tablesread start length
  64.   exch 3 -1 roll 1 add 16 mul 12 add sub
  65.   f exch subfilefilter flushfile    % skip to start
  66.   f exch subfilefilter end
  67.     % Use a random FontSet resource name.  ****** WRONG ******
  68.   realtime rand xor =string cvs exch false
  69.   ReadData
  70. } bind def
  71.  
  72. 30 dict begin
  73.  
  74. % ---------------- Standard strings (actually names) ---------------- %
  75.  
  76. /StandardStrings mark
  77.     % The initial StandardStrings that that denote characters are
  78.     % defined as a pseudo-Encoding.
  79. % 0
  80.   /CFFStandardStrings .findencoding aload pop
  81. % 379
  82.   (001.000)
  83. % 380
  84.   (001.001) (001.002) (001.003) /Black /Bold
  85.   /Book /Light /Medium /Regular /Roman
  86.   /Semibold
  87. .packtomark def
  88.  
  89. % ---------------- Standard encodings ---------------- %
  90.  
  91. /StandardEncodings [
  92.  
  93. % StandardEncoding
  94. mark
  95.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  96.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  97.   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  98.   17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  99.   33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
  100.   49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
  101.   65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
  102.   81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 0
  103.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  104.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  105.   0 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
  106.   0 111 112 113 114 0 115 116 117 118 119 120 121 122 0 123
  107.   0 124 125 126 127 128 129 130 131 0 132 133 0 134 135 136
  108.   137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  109.   0 138 0 139 0 0 0 0 140 141 142 143 0 0 0 0
  110.   0 144 0 0 0 145 0 0 146 147 148 149 0 0 0 0
  111. .packtomark
  112.  
  113. % ExpertEncoding
  114. mark
  115.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  116.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  117.   1 229 230 0 231 232 233 234 235 236 237 238 13 14 15 99
  118.   239 240 241 242 243 244 245 246 247 248 27 28 249 250 251 252
  119.   0 253 254 255 256 257 0 0 0 258 0 0 259 260 261 262
  120.   0 0 263 264 265 0 266 109 110 267 268 269 0 270 271 272
  121.   273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
  122.   289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 0
  123.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  124.   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  125.   0 304 305 306 0 0 307 308 309 310 311 0 312 0 0 313
  126.   0 0 314 315 0 0 316 317 318 0 0 0 158 155 163 319
  127.   320 321 322 323 324 325 0 0 326 150 164 169 327 328 329 330
  128.   331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346
  129.   347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
  130.   363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
  131. .packtomark
  132.  
  133. ] readonly def
  134.  
  135. % ---------------- Standard Charsets ---------------- %
  136.  
  137. % We include an explicit 0 at the beginning of each charset.
  138.  
  139. /StandardCharsets [
  140.  
  141. % ISOAdobe
  142. mark
  143.   0
  144.   1 1 228 { } for
  145. .packtomark
  146.  
  147. % Expert
  148. mark
  149.   0
  150.   1 229 230 231 232 233 234 235 236 237 238 13 14 15 99 239
  151.   240 241 242 243 244 245 246 247 248 27 28 249 250 251 252 253
  152.   254 255 256 257 258 259 260 261 262 263 264 265 266 109 110 267
  153.   268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
  154.   284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299
  155.   300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
  156.   316 317 318 158 155 163 319 320 321 322 323 324 325 326 150 164
  157.   169 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
  158.   342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357
  159.   358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
  160.   374 375 376 377 378
  161. .packtomark
  162.  
  163. % ExpertSubset
  164. mark
  165.   0
  166.   1 231 232 235 236 237 238 13 14 15 99 239 240 241 242 243
  167.   244 245 246 247 248 27 28 249 250 251 253 254 255 256 257 258
  168.   259 260 261 262 263 264 265 266 109 110 267 268 269 270 272 300
  169.   301 302 305 314 315 158 155 163 320 321 322 323 324 325 326 150
  170.   164 169 327 328 329 330 331 332 333 334 335 336 337 338 339 340
  171.   341 342 343 344 345 346
  172. .packtomark
  173.  
  174. ] readonly def
  175.  
  176. % ---------------- Font loading ---------------- %
  177.  
  178. % ------ Utilities ------ %
  179.  
  180. /advance {    % <n> advance -
  181.   f cff eq { pos add /pos exch store } { pop } ifelse
  182. } bind def
  183. /next {        % - next <byte>
  184.   f read {
  185.     1 advance
  186.     DEBUG { (  ) print dup = } if
  187.   } if
  188. } bind def
  189. /next2 {    % - next2 <byte1> <byte2>
  190.   f read {
  191.     f read {
  192.       2 advance
  193.       DEBUG { (  ) print 1 index =only (,) print dup = } if
  194.     } {
  195.       1 advance
  196.       DEBUG { (  ) print dup = } if
  197.     } ifelse
  198.   } if
  199. } bind def
  200. /nextstring {    % <length> nextstring <string>
  201.   dup 0 eq {
  202.     pop ()
  203.   } {
  204.     string f exch readstring pop dup length advance
  205.     DEBUG { (  ) print dup == } if
  206.   } ifelse
  207. } bind def
  208. /card8        % - card8 <card8>
  209.  /next load
  210. def
  211. /card16 {    % - card16 <card16>
  212.   next2 exch 8 bitshift add
  213. } bind def
  214. /card32 {    % - card32 <card32>
  215.   card16 16 bitshift card16 add
  216. } bind def
  217. /offsetprocs [
  218.   /card8 load
  219.   /card16 load
  220.   { card8 16 bitshift card16 add } bind
  221.   /card32 load
  222. ] readonly def
  223. /offsetproc {    % <offsize> offsetproc <proc>
  224.   1 sub //offsetprocs exch get
  225. } bind def
  226. /offset {    % <offsize> offset <offset>
  227.   offsetproc exec
  228. } bind def
  229. /sid        % - <sid> sid
  230.   /card16 load
  231. def
  232. /Index {    % - Index <array>
  233.   mark card16 dup 0 ne {
  234.     1 exch next offsetproc dup exec pop exch {
  235.       dup exec dup 4 -1 roll sub 3 1 roll exch
  236.     } repeat pop
  237.   } if pop .packtomark
  238.   [ exch { nextstring } forall ] readonly
  239. } bind def
  240. /tokens {    % - tokens <num1> ... <op#> (op# = 12 means EOF)
  241.   {
  242.     f read not { 12 exit } if
  243.     DEBUG { (..) print dup = } if
  244.     1 advance
  245.     dup 12 eq { pop next 32 add exit } if
  246.     dup 28 lt { exit } if
  247.     dup 32 lt {
  248.       28 sub {
  249.     { card16 32768 xor 32768 sub }
  250.     { 4 offset dup 16#7fffffff gt { -1 32 bitshift add } if }
  251.     { tokenreal }
  252.     { 31 exit }
  253.       } exch get exec
  254.     } {
  255.       dup 247 lt {
  256.     139 sub
  257.       } {
  258.     247 sub {
  259.       { next 108 add }
  260.       { next 364 add }
  261.       { next 620 add }
  262.       { next 876 add }
  263.       { next 108 add neg }
  264.       { next 364 add neg }
  265.       { next 620 add neg }
  266.       { next 876 add neg }
  267.       % 255 is deliberately omitted and will cause a rangecheck
  268.     } exch get exec
  269.       } ifelse
  270.     } ifelse
  271.   } loop
  272. } bind def
  273. /tokenbuf 100 string def
  274. /tokenput {    % <index> <char> tokenput <index+1>
  275.   tokenbuf 2 index 3 -1 roll put 1 add
  276. } bind def
  277. /tokenrealarray [
  278.  (0123456789.E) { } forall
  279.  [(E) 0 get /tokenput cvx (-) 0 get] cvx
  280.  null        % will give an error
  281.  (-) 0 get
  282.  { exit }
  283. ] readonly def
  284. /tokenreal {    % - tokenreal <float>
  285.   0 {
  286.     next exch 1 index -4 bitshift tokenrealarray exch get exec tokenput
  287.         % We must leave the byte on the stack temporarily so that
  288.         % the exit will see a consistent stack state.
  289.     1 index 15 and tokenrealarray exch get exec tokenput exch pop
  290.   } loop
  291.   tokenbuf 0 3 -1 roll getinterval cvr exch pop
  292. } bind def
  293. /Dict {        % <opsdict> Dict -
  294.   /opdict exch store {
  295.     mark tokens
  296.     DEBUG { (tokens: ) print ] dup === mark exch aload pop } if
  297.     opdict exch .knownget { exec } if cleartomark
  298.   } loop cleartomark
  299. } bind def
  300. /idstring {    % <sid> idstring <string|name>
  301.   dup 391 lt { //StandardStrings } { 391 sub strings } ifelse exch get
  302. } bind def
  303. /idname {    % <sid> idname <name>
  304.   idstring dup type /nametype ne { cvn } if
  305. } bind def
  306. /subfilefilter {    % <file> <length> subfilefilter <filter>
  307.     % SubFileDecode interprets a length of 0 as infinite.
  308.   dup 0 le { pop pop () 0 } if () /SubFileDecode filter
  309. } bind def
  310.  
  311. % ------ Top dictionary ------ %
  312.  
  313. /offput {    % <offset> <proc> offput -
  314.   DEBUG { (queued: ) print 1 index =only ( ) print dup === } if
  315.   currentdict exch aload length 1 add packedarray cvx
  316.   offsets 3 1 roll put
  317. } bind def
  318. /queueput {    % <font> <proc> queueput -
  319.   16#7fffffff offsets { pop .min } forall
  320.   pos sub nextstring
  321.   3 1 roll aload length 2 add packedarray cvx
  322.   [ queued aload pop counttomark 2 add -1 roll ]
  323.   /queued exch store
  324. } bind def
  325. /xxput {    % <value> <key> <dict> xxput -
  326.   3 1 roll exch put
  327. } bind def
  328. /putfi {    % <value> <key> putfi -
  329.   FontInfo xxput
  330. } bind def
  331. /xdef {        % <value> <key> xdef -
  332.   exch def
  333. } bind def
  334. /topdictops mark
  335.   12 { exit }
  336.   0 { idstring /version putfi }
  337.   1 { idstring /Notice putfi }
  338.   32 { idstring /Copyright putfi }
  339.   2 { idstring /FullName putfi }
  340.   3 { idstring /FamilyName putfi }
  341.   4 { idstring /Weight putfi }
  342.   33 { 0 ne /isFixedPitch putfi }
  343.   34 { /ItalicAngle putfi }
  344.   35 { /UnderlinePosition putfi }
  345.   36 { /UnderlineThickness putfi }
  346.   37 { /PaintType xdef }
  347.   38 { /FontType xdef }        % actually CharstringType
  348.   39 { counttomark array astore /FontMatrix xdef }
  349.   13 { /UniqueID xdef }
  350.   5 { counttomark array astore /FontBBox xdef }
  351.   40 { /StrokeWidth xdef }
  352.   14 { counttomark array astore /XUID xdef }
  353.   15 {
  354.     dup StandardCharsets length lt {
  355.       StandardCharsets exch get /charset xdef
  356.     } {
  357.       { queuecharset } offput
  358.     } ifelse
  359.   }
  360.   16 {
  361.     dup StandardEncodings length lt {
  362.       /Encoding xdef
  363.     } {
  364.       { queueEncoding } offput
  365.     } ifelse
  366.   }
  367.   17 { { readCharStrings } offput }
  368.   18 { exch /readPrivate cvx 2 packedarray offput }
  369.     % CIDFont operators
  370.   62 {        % ROS, must be first in a CIDFont
  371.     currentdict /FontType undef
  372.     currentdict /Private undef
  373.     currentdict /Encoding undef
  374.     currentdict /FontMatrix undef
  375.     /CIDFontVersion 0 def
  376.     /CIDFontRevision 0 def
  377.     /CIDFontType 0 def
  378.     /CIDCount 8720 def
  379.     3 dict begin
  380.     /Supplement xdef
  381.     idstring /Ordering xdef
  382.     idstring /Registry xdef
  383.     /CIDSystemInfo currentdict end def
  384.   }
  385.   63 { /CIDFontVersion xdef }
  386.   64 { /CIDFontRevision xdef }
  387.   65 { /CIDFontType xdef }
  388.   66 { /CIDCount xdef }
  389.   67 { /UIDBase xdef }
  390.   68 { { readFDArray } offput }
  391.   69 { { readFDSelect } offput }
  392.     % This operator only appears in a FDArray element.
  393.   70 { idstring /FontName exch def }
  394. .dicttomark readonly def
  395.  
  396. % readcharset and readFDSelect may require the length of CharStringArray,
  397. % but these structures may occur in the file before the CharStrings.
  398. % If that happens, use a hack: assume that all the data up to the next
  399. % queued read should be read.
  400.  
  401. /charstringcount {    % <font> charstringcount <count> true
  402.             % <font> charstringcount <length> false
  403.   /CharStringArray .knownget {
  404.     length true
  405.   } {
  406.     % Hack: look for the next queued read.
  407.     16#7fffffff offsets { pop .min } forall
  408.     pos sub false
  409.   } ifelse
  410. } bind def
  411.  
  412. /readCharStrings {    % <font> readCharStrings -
  413.   /CharStringArray Index put
  414. } bind def
  415.  
  416. % ------ Charsets and encodings ------ %
  417.  
  418. % Note: formats 1 and 2 can overflow the operand stack.
  419. % We'll fix this if it ever becomes necessary.
  420. /charsetcount {
  421.   charstringcount { 1 sub } { 2 idiv } ifelse
  422. } bind def
  423. /charsetformats [
  424. { [ 0 3 -1 roll charsetcount { sid } repeat ]
  425. } bind
  426. { [ 0 3 -1 roll charsetcount {
  427.     dup 0 eq { pop exit } if
  428.     sid card8 1 add 2 index .min { exch 1 sub 1 index 1 add } repeat pop
  429.   } loop ]
  430. } bind
  431. { [ 0 3 -1 roll charsetcount {
  432.     dup 0 eq { pop exit } if
  433.     sid card16 1 add 2 index .min { exch 1 sub 1 index 1 add } repeat pop
  434.   } loop ]
  435. } bind
  436. ] readonly def
  437. /queuecharset {        % <font> queuecharset -
  438.   { readcharset } queueput
  439. } bind def
  440. /readcharset {        % <data> <font> readcharset -
  441.   begin 0 () /SubFileDecode filter /f exch store
  442.   charsetformats next get currentdict exch exec /charset exch def end
  443. } bind def
  444.  
  445. /encodingformats [
  446. { 1 1 next { next exch Encoding 3 1 roll put } for
  447. } bind
  448. { 1 next {
  449.     next next 1 add {
  450.             % Stack: gid code
  451.       Encoding 1 index 3 index put
  452.       exch 1 add exch 1 add
  453.     } repeat pop
  454.   } repeat pop
  455. } bind
  456. ] readonly def
  457. /queueEncoding {    % <font> queueEncoding -
  458.   { readEncoding } queueput
  459. } bind def
  460. /readEncoding {        % <data> <font> readEncoding -
  461.   begin 0 () /SubFileDecode filter /f exch store
  462.   /Encoding [ 256 { /.notdef } repeat ] def
  463.   next encodingformats 1 index 127 and get exec
  464.   128 ge {
  465.             % Read supplementary encodings.
  466.     next {
  467.       Encoding next sid idname put
  468.     } repeat
  469.   } if end
  470. } bind def
  471.  
  472. % ------ FDArray and FDSelect ------ %
  473.  
  474. /readFDArray {        % <font> readFDArray -
  475.   Index exch
  476.   2 dict begin /f null def begin
  477.   [ exch {
  478.     dup length subfilefilter /f exch store
  479.     10 dict begin
  480.     /FontType 2 def
  481.     /PaintType 0 def
  482.     /FontMatrix [0.001 0 0 0.001 0 0] def
  483.     /Private 20 dict def
  484.     //topdictops Dict currentdict end
  485.   } forall ] /FDArray xdef end end
  486. } bind def
  487.  
  488. % Note: this implementation can overflow the operand stack.
  489. % We'll fix this if it ever becomes necessary.
  490. /fdselectformats [
  491. { [ exch charstringcount pop { card8 } repeat ] } bind
  492. { /FDSelect cvx /invalidfont signalerror } bind
  493. dup
  494. { pop [ card16 card16 exch {
  495.         % Stack: previndex
  496.     card8 card16 dup 4 1 roll 3 -1 roll sub 1 sub {
  497.       exch 1 index
  498.     } repeat exch
  499.   } repeat pop ]
  500. } bind
  501. ] readonly def
  502.  
  503. /readFDSelect {        % <font> readFDSelect -
  504.   begin fdselectformats next get currentdict exch exec /FDSelect exch def end
  505. } bind def
  506.  
  507.  
  508. % ------ Private dictionary ------ %
  509.  
  510. /deltarray {        % -mark- <num1> ... deltarray <num1'> ...
  511.   0 counttomark 1 sub { counttomark -1 roll add dup } repeat pop
  512.   counttomark array astore
  513. } bind def
  514.  
  515. /privatedictops mark
  516.   12 { exit }
  517.   6 { deltarray /BlueValues xdef }
  518.   7 { deltarray /OtherBlues xdef }
  519.   8 { deltarray /FamilyBlues xdef }
  520.   9 { deltarray /FamilyOtherBlues xdef }
  521.   41 { /BlueScale xdef }
  522.   42 { /BlueShift xdef }
  523.   43 { /BlueFuzz xdef }
  524.   10 { 1 array astore /StdHW xdef }
  525.   11 { 1 array astore /StdVW xdef }
  526.   44 { deltarray /StemSnapH xdef }
  527.   45 { deltarray /StemSnapV xdef }
  528.   46 { 0 ne /ForceBold xdef }
  529.   47 { /ForceBoldThreshold xdef }
  530.   48 { /lenIV xdef }
  531.   49 { /LanguageGroup xdef }
  532.   50 { /ExpansionFactor xdef }
  533.   51 { /initialRandomSeed xdef }
  534.   19 { PrivateStart add { readSubrs } offput }
  535.   20 { /defaultWidthX xdef }
  536.   21 { /nominalWidthX xdef }
  537.     % Multiple Master fonts only
  538.   59 { /NDV xdef }
  539.   60 { /CDV xdef }
  540.   61 { /lenBuildCharArray xdef }
  541. .dicttomark readonly def
  542.  
  543. /readPrivate {        % <font> <size> readPrivate -
  544.   2 dict begin
  545.   /PrivateStart pos def
  546.   f 3 1 roll exch 1 index f exch subfilefilter /f exch store
  547.   dup /FontType get exch
  548.   /Private get begin
  549.         % Default lenIV to -1 even for Type 1 CharStrings.
  550.   2 ne { /lenIV -1 def } if
  551.   //privatedictops Dict end
  552.   exch /f exch store advance
  553.   end
  554. } bind def
  555.  
  556. /readSubrs {        % <font> readSubrs -
  557.   /Subrs Index put
  558. } bind def
  559.  
  560. % ------ Main program ------ %
  561.  
  562. % Clean up after finishing a font.
  563. /cleanupFont {        % (currentdict) cleanupFont -
  564.         % Remove unwanted entries.
  565.   currentdict /charset undef
  566.   currentdict /CharStringArray undef
  567. } bind def
  568.  
  569. % Update the Encoding and CharStrings for a real font.
  570. /finishFont {        % (currentdict) finishFont -
  571.         % Construct the real Encoding.
  572.         % The value of Encoding is either a number, for predefined
  573.         % encodings, or an array of mixed GIDs and names.
  574.   /Encoding mark Encoding
  575.   DEBUG { (Encoding: ) print dup === flush } if
  576.   dup type /integertype eq {
  577.     StandardEncodings exch get { idname } forall
  578.   } {
  579.     {
  580.       dup type /integertype eq { charset exch get idname } if
  581.     } forall
  582.   } ifelse .packtomark def
  583.         % Construct the CharStrings.
  584.         % Note that they may only correspond to an initial
  585.         % subset of the charset.
  586.   /CharStrings charset length CharStringArray length .min dict def
  587.   DEBUG {
  588.     charset length =only ( charset ) print
  589.     CharStringArray length =only ( CharStringArray) =
  590.     charset == flush
  591.   } if
  592.   0 1 CharStrings maxlength 1 sub {
  593.     dup CharStringArray exch get
  594.     exch charset exch get idstring CharStrings xxput
  595.   } for
  596.   cleanupFont
  597. } bind def
  598.  
  599. % Replace CharStrings with GlyphDirectory for a CIDFont.
  600. /finishCIDFont {    % (currentdict) finishCIDFont -
  601.         % Construct the GlyphDirectory, similar to CharStrings.
  602.   /FDBytes FDArray length 1 gt { 1 } { 0 } ifelse def
  603.   /GlyphDirectory charset length CharStringArray length .min dict def
  604.   DEBUG {
  605.     charset length =only ( charset ) print
  606.     CharStringArray length =only ( CharStringArray) =
  607.     charset == flush
  608.   } if
  609.   0 1 GlyphDirectory maxlength 1 sub {
  610.     dup CharStringArray exch get
  611.         % If there is more than one FDArray entry, add the font
  612.         % index to the beginning of each charstring.
  613.     FDBytes 1 eq {
  614.       FDSelect 2 index get
  615.       1 string dup 0 4 -1 roll put exch concatstrings
  616.     } if
  617.     exch charset exch get GlyphDirectory xxput
  618.   } for
  619.         % Clean up.
  620.   currentdict /FDSelect undef
  621.   cleanupFont
  622. } bind def
  623. % We need to pass the file as a parameter for the sake of the PDF
  624. % interpreter. Also for the sake of PDF, a flag forces the font
  625. % to be defined as <resname> instead of the name embedded in the data.
  626. % This is needed for subsetted fonts; it is valid if the CFF
  627. % contains only a single font.
  628. /StartData {          % <resname> <nbytes> StartData -
  629.   currentfile exch subfilefilter false ReadData
  630. } bind def
  631. /ReadData {           % <resname> <file> <forceresname> ReadData -
  632.  
  633.     % Initialize.
  634.  
  635.   30 dict begin
  636.   /forceresname exch def
  637.   /cff exch def
  638.   /pos 0 def
  639.   /resname exch cvlit def
  640.   /DEBUG DEBUG def    % bring the binding closer
  641.  
  642.     % Read the header.
  643.  
  644.   /f cff def
  645.   /vmajor next def
  646.   /vminor next def
  647.   /hdrsize next def
  648.   /aoffsize next def
  649.  
  650.     % Read the Indexes.
  651.  
  652.   /names Index def
  653.   /topdicts Index def
  654.   /strings Index def
  655.   /gsubrs Index def
  656.  
  657.     % Read the top Dicts.
  658.  
  659.   /offsets 50 dict def
  660.   /queued [] def
  661.   /opdict null def        % reserve a slot
  662.   /fonts [ topdicts {
  663.     0 () /SubFileDecode filter /f exch def
  664.     40 dict begin
  665.         % Preload defaults that differ from PostScript defaults,
  666.         % or that are required.
  667.       /FontType 2 def
  668.       /PaintType 0 def
  669.       /FontMatrix [0.001 0 0 0.001 0 0] def
  670.       /charset StandardCharsets 0 get def
  671.       /Encoding 0 def
  672.       /FontInfo 10 dict
  673.     dup /UnderlinePosition -100 put
  674.     dup /UnderlineThickness 50 put
  675.       def
  676.       /Private 20 dict
  677.     gsubrs length 0 ne { dup /GlobalSubrs gsubrs put } if
  678.       def
  679.       //topdictops Dict
  680.     currentdict end
  681.   } forall ] def
  682.  
  683.     % Read other tables with queued offsets.
  684.  
  685.   DEBUG { (offsets: ) print [ offsets { pop } forall ] == } if
  686.   { /f cff def
  687.     DEBUG { (pos=) print pos = } if
  688.     offsets pos 2 copy .knownget not { pop pop exit } if
  689.     3 1 roll undef
  690.     DEBUG { (exec queued: ) print dup == } if
  691.     exec
  692.   } loop
  693.   offsets length 0 ne {
  694.     (Error: missing tables at ) print [ offsets { pop } forall ] ==
  695.     (Current position is ) print pos ==
  696.     flush stop
  697.   } if
  698.  
  699.     % Process out-of-order tables.
  700.  
  701.   DEBUG { queued length =only ( queued) = flush } if
  702.   queued { exec } forall
  703.  
  704.     % Update Encoding and CharStrings.
  705.  
  706.   fonts {
  707.     begin
  708.     currentdict /CIDFontType known { finishCIDFont } { finishFont } ifelse
  709.     end
  710.   } forall
  711.  
  712.     % Wrap up.
  713.  
  714.   resname mark 0 1 fonts length 1 sub {
  715.     DEBUG { dup =only ( ) print flush } if
  716.     dup names exch get
  717.     forceresname { pop resname } if
  718.     DEBUG { dup == flush } if
  719.     exch fonts exch get
  720.     dup /CIDFontType known {
  721.         % This is a CIDFont.
  722.       dup /CIDFontName 3 index put
  723.       1 index exch /CIDFont defineresource
  724.     } {
  725.         % This is a font.
  726.       dup /FontName 3 index put
  727.       1 index exch definefont
  728.     } ifelse
  729.   } for .dicttomark
  730.   end        % temporary dict
  731.   end        % FontSetInit ProcSet
  732.   /FontSet defineresource pop
  733.  
  734. } bind def
  735.  
  736. % ---------------- Resource category definition ---------------- %
  737.  
  738. currentdict end readonly
  739.  
  740. languagelevel exch 2 .setlanguagelevel
  741.  
  742. /FontSet /Generic /Category findresource dup length dict .copydict
  743. /Category defineresource pop
  744.  
  745. /FontSetInit exch /ProcSet defineresource pop
  746.  
  747. .setlanguagelevel
  748.