diff options
author | Hans Hagen <pragma@wxs.nl> | 1997-10-28 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 1997-10-28 00:00:00 +0100 |
commit | 4da38599c2b3c2397582838a9ac715897af7b1a8 (patch) | |
tree | 143f0325bc01f46719da582c7ee7cfd95aba8de1 /tex/context/base/font-pcr.tex | |
download | context-4da38599c2b3c2397582838a9ac715897af7b1a8.tar.gz |
stable 1997.10.28
Diffstat (limited to 'tex/context/base/font-pcr.tex')
-rw-r--r-- | tex/context/base/font-pcr.tex | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tex/context/base/font-pcr.tex b/tex/context/base/font-pcr.tex new file mode 100644 index 000000000..93839fe67 --- /dev/null +++ b/tex/context/base/font-pcr.tex @@ -0,0 +1,40 @@ +%D \module
+%D [ file=font-pcr,
+%D version=1995.1.1,
+%D title=\CONTEXT\ Font Macros,
+%D subtitle=Adobe Courier,
+%D author=Hans Hagen,
+%D date=\currentdate,
+%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
+
+%D This module defines the Standard Adobe Courier. We use
+%D the \YandY\ texnansi encoding vector.
+
+\startcoding[texnansi]
+
+\definecorps [14.4pt,12pt,11pt,10pt,9pt,8pt] [tt]
+ [tf=com sa 1,
+ sl=coo sa 1,
+ tfa=com sa 1.200,
+ tfb=com sa 1.440,
+ tfc=com sa 1.728,
+ tfd=com sa 2.074]
+
+\definecorps [7pt,6pt,5pt] [tt]
+ [tf=com sa 1,
+ sl=coo sa 1]
+
+\definecorps [14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt] [tt]
+ [tf=com sa 1,
+ sl=coo sa 1]
+
+\definecorps [14.4pt,12pt,10pt] [tt]
+ [sla=coo sa 1.200,
+ slb=coo sa 1.440,
+ slc=coo sa 1.728,
+ sld=coo sa 2.074]
+
+\stopcoding
+
+\endinput
+
\ No newline at end of file |