diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-03 21:07:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-03 21:07:20 +0000 |
commit | 8955ec084a670a48f78560e2693990a0951f5c62 (patch) | |
tree | 930c6bf42404b1472eda7c5d13256bf841299040 /Master/texmf-dist/fonts/source/public | |
parent | f2039bed4baf779d06477f673f3bb9506b452606 (diff) |
xq update (3oct06)
git-svn-id: svn://tug.org/texlive/trunk@2236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/xq/xqbase.mf | 4 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/source/public/xq/xqhints.mf (renamed from Master/texmf-dist/fonts/source/public/xq/hints.mf) | 6 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/source/public/xq/xqlarge.mf | 4 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/source/public/xq/xqnormal.mf | 2 |
4 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/fonts/source/public/xq/xqbase.mf b/Master/texmf-dist/fonts/source/public/xq/xqbase.mf index 2903775df1b..942aaf882a6 100644 --- a/Master/texmf-dist/fonts/source/public/xq/xqbase.mf +++ b/Master/texmf-dist/fonts/source/public/xq/xqbase.mf @@ -1,3 +1,5 @@ +%this is xqbase.mf + bot_blues.n := 1; bot_blues1o := -203; @@ -9,7 +11,7 @@ blue_scale := 0.039625; blue_shift := 17; blue_fuzz := 1; -input hints; +input xqhints; beginchar(102,1024*FX#,756*FY#,144*FY#); "f"; diff --git a/Master/texmf-dist/fonts/source/public/xq/hints.mf b/Master/texmf-dist/fonts/source/public/xq/xqhints.mf index 9a836e6af4e..733f4f9c685 100644 --- a/Master/texmf-dist/fonts/source/public/xq/hints.mf +++ b/Master/texmf-dist/fonts/source/public/xq/xqhints.mf @@ -1,3 +1,9 @@ +%this is xqhints.mf - the original name of that file was hints.mf, it was +%renamed for the reason of significance. + + + + % hints.mf --- an attempt at PostScript Type-1 Hints in METAFONT for use % with PS2MF. % diff --git a/Master/texmf-dist/fonts/source/public/xq/xqlarge.mf b/Master/texmf-dist/fonts/source/public/xq/xqlarge.mf index 4cf780093e5..8dacbf0735c 100644 --- a/Master/texmf-dist/fonts/source/public/xq/xqlarge.mf +++ b/Master/texmf-dist/fonts/source/public/xq/xqlarge.mf @@ -1,4 +1,6 @@ -% Untitled2 +%this is xqlarge.mf + + mode_setup; if unknown FontSize: FontSize := 10pt#; fi diff --git a/Master/texmf-dist/fonts/source/public/xq/xqnormal.mf b/Master/texmf-dist/fonts/source/public/xq/xqnormal.mf index 5f405fa9692..bde21192028 100644 --- a/Master/texmf-dist/fonts/source/public/xq/xqnormal.mf +++ b/Master/texmf-dist/fonts/source/public/xq/xqnormal.mf @@ -1,4 +1,4 @@ -% Untitled2 +%this is xqnormal.mf mode_setup; if unknown FontSize: FontSize := 10pt#; fi |