summaryrefslogtreecommitdiff
path: root/tex/context/base/type-msw.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-05-07 14:21:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-05-07 14:21:00 +0200
commit66a308adb8acc92c16afd883827e6e835d721a8e (patch)
tree88fcf9695df9fdfb06da585fed1e5c42eedf8949 /tex/context/base/type-msw.tex
parentec9c0aa1126e13b1e536a7f26d93278c46c1d347 (diff)
downloadcontext-66a308adb8acc92c16afd883827e6e835d721a8e.tar.gz
beta 2010.05.07 14:21
Diffstat (limited to 'tex/context/base/type-msw.tex')
-rw-r--r--tex/context/base/type-msw.tex69
1 files changed, 0 insertions, 69 deletions
diff --git a/tex/context/base/type-msw.tex b/tex/context/base/type-msw.tex
deleted file mode 100644
index 4757b5008..000000000
--- a/tex/context/base/type-msw.tex
+++ /dev/null
@@ -1,69 +0,0 @@
-%D \module
-%D [ file=type-msw,
-%D version=2005.02.04,
-%D title=\CONTEXT\ Typescript Macros,
-%D subtitle=Microsoft Windows Fonts,
-%D author=Hans Hagen,
-%D date=\currentdate,
-%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
-%C
-%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
-
-% \usetypescriptfile[type-msw]
-%
-% \definetypeface[verdana][ss][sans] [verdana] [default][encoding=texnansi]
-% \definetypeface[verdana][rm][serif][palatino][default][encoding=texnansi,rscale=1.1]
-% \definetypeface[verdana][mm][math] [palatino][default][encoding=texnansi,rscale=1.1]
-% \definetypeface[verdana][tt][mono] [modern] [default][encoding=texnansi,rscale=1.25]
-%
-% \setupbodyfont[verdana] \showfontstrip
-%
-% \startlines
-% {\rm test {\sl test} {\it test} {\bf test} {\bs test} {\bi test}}
-% {\ss test {\sl test} {\it test} {\bf test} {\bs test} {\bi test}}
-% {\tt test {\sl test} {\it test} {\bf test} {\bs test} {\bi test}}
-% \stoplines
-
-\starttypescriptcollection[microsoft windows]
-
-% verdana
-
-\starttypescript [sans] [verdana] [name]
- \setups[font:fallback:sans]
- \definefontsynonym [Sans] [Verdana]
- \definefontsynonym [SansBold] [Verdana-Bold]
- \definefontsynonym [SansItalic] [Verdana-Italic]
- \definefontsynonym [SansBoldItalic] [Verdana-BoldItalic]
-\stoptypescript
-
-\starttypescript [sans] [verdana] [texnansi,ec,qx]
- \definefontsynonym [Verdana] [\typescriptthree-verdana] [encoding=\typescriptthree]
- \definefontsynonym [Verdana-Bold] [\typescriptthree-verdanab] [encoding=\typescriptthree]
- \definefontsynonym [Verdana-Italic] [\typescriptthree-verdanai] [encoding=\typescriptthree]
- \definefontsynonym [Verdana-BoldItalic] [\typescriptthree-verdanaz] [encoding=\typescriptthree]
- \loadmapfile[\typescriptthree-microsoft-verdana.map]
-\stoptypescript
-
-% arial
-
-\starttypescript [sans] [arial] [name]
- \setups[font:fallback:sans]
- \definefontsynonym [Sans] [ArialMT]
- \definefontsynonym [SansBold] [Arial-BoldMT]
- \definefontsynonym [SansItalic] [Arial-ItalicMT]
- \definefontsynonym [SansBoldItalic] [Arial-BoldItalicMT]
-\stoptypescript
-
-\starttypescript [sans] [arial] [texnansi,ec,qx]
- \definefontsynonym [ArialMT] [\typescriptthree-arial] [encoding=\typescriptthree]
- \definefontsynonym [Arial-BoldMT] [\typescriptthree-arialbd] [encoding=\typescriptthree]
- \definefontsynonym [Arial-ItalicMT] [\typescriptthree-ariali] [encoding=\typescriptthree]
- \definefontsynonym [Arial-BoldItalicMT] [\typescriptthree-arialbi] [encoding=\typescriptthree]
- \loadmapfile[\typescriptthree-microsoft-arial.map]
-\stoptypescript
-
-\stoptypescriptcollection
-
-\endinput