1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
% run texfont from currentpath with the fonts on subpath fontsite/500
% texfont --en=texnansi --ve=fontsite --co=opus type-fsf.dat
% texfont --en=texnansi --ve=fontsite --co=typewriter type-fsf.dat
\starttypescript [sans] [opus] [name]
\definefontsynonym [Sans] [Opus]
\definefontsynonym [SansCaps] [OpusSmCaps]
\definefontsynonym [SansItalic] [Opus-Italic]
\definefontsynonym [SansBold] [Opus-Bold]
\definefontsynonym [SansBoldCaps] [OpusSmCaps-Bold]
\definefontsynonym [SansBoldItalic] [Opus-BoldItalic]
\definefontsynonym [SansSlanted] [Opus-Slanted] % faked
\definefontsynonym [SansBoldSlanted] [Opus-BoldSlanted] % faked
\stoptypescript
\starttypescript [sans] [opus] [texnansi,ec,8r]
\definefontsynonym [Opus] [\typescriptthree-opusrg] [encoding=\typescriptthree]
\definefontsynonym [OpusSmCaps] [\typescriptthree-opusscrg] [encoding=\typescriptthree]
\definefontsynonym [Opus-Italic] [\typescriptthree-opusi] [encoding=\typescriptthree]
\definefontsynonym [Opus-Bold] [\typescriptthree-opusb] [encoding=\typescriptthree]
\definefontsynonym [Opus-BoldItalic] [\typescriptthree-opusbi] [encoding=\typescriptthree]
\definefontsynonym [OpusSmCaps-Bold] [\typescriptthree-opusscb] [encoding=\typescriptthree]
\definefontsynonym [Opus-Slanted] [\typescriptthree-opusrg-slanted-167] [encoding=\typescriptthree]
\definefontsynonym [Opus-BoldSlanted] [\typescriptthree-opusb-slanted-167] [encoding=\typescriptthree]
\stoptypescript
\starttypescript [map] [opus] [texnansi,ec,8r]
\loadmapfile[\typescriptthree-fontsite-opus.map]
\stoptypescript
\starttypescript [mono] [typewriter] [name]
\definefontsynonym [Mono] [Typewriter]
\definefontsynonym [MonoItalic] [Typewriter-Italic]
\definefontsynonym [MonoBold] [Typewriter-Bold]
\definefontsynonym [MonoBoldItalic] [Typewriter-BoldItalic]
\definefontsynonym [MonoSlanted] [Typewriter-Slanted] % faked
\definefontsynonym [MonoBoldSlanted] [Typewriter-BoldSlanted] % faked
\stoptypescript
\starttypescript [mono] [typewriter] [texnansi,ec,8r]
\definefontsynonym [Typewriter] [\typescriptthree-typerg] [encoding=\typescriptthree]
\definefontsynonym [Typewriter-Italic] [\typescriptthree-typei] [encoding=\typescriptthree]
\definefontsynonym [Typewriter-Bold] [\typescriptthree-typeb] [encoding=\typescriptthree]
\definefontsynonym [Typewriter-BoldItalic] [\typescriptthree-typebi] [encoding=\typescriptthree]
\definefontsynonym [Typewriter-Slanted] [\typescriptthree-typerg-slanted-167] [encoding=\typescriptthree]
\definefontsynonym [Typewriter-BoldSlanted] [\typescriptthree-typeb-slanted-167] [encoding=\typescriptthree]
\definefontsynonym [TypewriterCond] [\typescriptthree-typecrg]
\definefontsynonym [TypewriterCond-Bold] [\typescriptthree-typecb]
\stoptypescript
\starttypescript [map] [typewriter] [texnansi,ec,8r]
\loadmapfile[\typescriptthree-fontsite-typewriter.map]
\stoptypescript
\starttypescript [serif] [garamond] [name]
\definefontsynonym [Serif] [FSGaramond]
\definefontsynonym [SerifCaps] [FSGaramondSmCaps]
\definefontsynonym [SerifItalic] [FSGaramond-Italic]
\definefontsynonym [SerifBold] [FSGaramond-Bold]
\definefontsynonym [SerifBoldCaps] [FSGaramondSmCaps-Bold]
\definefontsynonym [SerifSlanted] [FSGaramond-Slanted]
\definefontsynonym [SerifBoldSlanted] [FSGaramond-BoldSlanted]
\stoptypescript
\starttypescript [serif] [garamond] [texnansi,ec,8r]
\definefontsynonym [FSGaramond] [\typescriptthree-garamond] [encoding=\typescriptthree]
\definefontsynonym [FSGaramondSmCaps] [\typescriptthree-garasc] [encoding=\typescriptthree]
\definefontsynonym [FSGaramond-Italic] [\typescriptthree-garai] [encoding=\typescriptthree]
\definefontsynonym [FSGaramond-Bold] [\typescriptthree-garab] [encoding=\typescriptthree]
\definefontsynonym [FSGaramond-BoldItalic] [\typescriptthree-garabi] [encoding=\typescriptthree]
\definefontsynonym [FSGaramondSmCaps-Bold] [\typescriptthree-garascb] [encoding=\typescriptthree]
\definefontsynonym [FSGaramond-Slanted] [\typescriptthree-garamond-slanted-167] [encoding=\typescriptthree]
\definefontsynonym [FSGaramond-BoldSlanted] [\typescriptthree-garab-slanted-167] [encoding=\typescriptthree]
\stoptypescript
\starttypescript [map] [garamond] [texnansi,ec,8r]
\loadmapfile[\typescriptthree-fontsite-garamond.map]
\stoptypescript
\endinput
|