diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:56:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:56:46 +0000 |
commit | c0ab42c2dba9941316ff2957fd13bbb2c50e162e (patch) | |
tree | aa7a1145ba51b2b98d591f49597eaeab4d42aa95 /Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd | |
parent | 8f6b667a0eb5f453a32cfa5aebf57a99cf6ee024 (diff) |
hfoldsty
git-svn-id: svn://tug.org/texlive/trunk@975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd b/Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd new file mode 100644 index 00000000000..d8b3536c229 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hfoldsty/t1hfodh.fd @@ -0,0 +1,48 @@ +%Filename: t1hfodh.fd +%Created by: tex hfodh +%Created using fontinst v1.926 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t1hfodh.fd} + [2004/11/19 v1.13 European Computer Modern with oldstyle digits] + +\ifhfofixcm +\typeout{t1hfodh.fd: Using fewer design sizes (fix-cm)}% + +\DeclareFontFamily{T1}{hfodh}{} + +\DeclareFontShape{T1}{hfodh}{m}{n}{ + <-6> hfodh0500 + <6-7> hfodh0600 + <7-8> hfodh0700 + <8-9> hfodh0800 + <9-10> hfodh0900 + <10-12> hfodh1000 + <12-17> hfodh1200 + <17-> hfodh1728 +}{} +\else +\typeout{t1hfodh.fd: Using all design sizes}% + +\DeclareFontShape{T1}{hfodh}{m}{n}{ + <5> hfodh0500 + <6> hfodh0600 + <7> hfodh0700 + <8> hfodh0800 + <9> hfodh0900 + <10> hfodh1000 + <10.95> hfodh1095 + <12> hfodh1200 + <14.4> hfodh1440 + <17.28> hfodh1728 + <20.74> hfodh2074 + <24.88> hfodh2488 + <29.86> hfodh2986 + <35.83> hfodh3583 +}{} + + +\fi + +\endinput |