FreeCalypso > hg > ueda-linux
view ueda/uschem-print/transfont.ps @ 92:e147e428b417
ifctf-part-lib/footprints/SN74AVC4T774PW.fp: created based on datasheet
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 Dec 2018 23:34:05 +0000 |
parents | cd92449fdb51 |
children |
line wrap: on
line source
%!PS-Adobe-3.0 Resource-ProcSet %%LanguageLevel: 2 %%BeginResource: procset (Procedure for recoding fonts to ISOLatin1Encoding on the fly) 1.0 0 currentglobal true setglobal /transfontdict 20 dict def /transfont { dup //transfontdict exch known { //transfontdict exch get } { currentglobal exch true setglobal dup findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding //ISOLatin1Encoding def currentdict end /transfont-dummy-fontname exch definefont //transfontdict 2 index 2 index put exch pop exch setglobal } ifelse } bind def setglobal %%EndResource