diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-16 00:36:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-16 00:36:48 +0000 |
commit | 926d290f986d4e91fefda96b2ccba2884cec1d75 (patch) | |
tree | 2bd575efb308a3dfab0d650052699d76eb3095ee /Master/texmf-dist/fonts/source/public/schulschriften/wedn14_sz.mf | |
parent | 31e329715fd5994088adf15ca0805dd86790acb9 (diff) |
schulschriften (15nov12)
git-svn-id: svn://tug.org/texlive/trunk@28268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/schulschriften/wedn14_sz.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/schulschriften/wedn14_sz.mf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/fonts/source/public/schulschriften/wedn14_sz.mf b/Master/texmf-dist/fonts/source/public/schulschriften/wedn14_sz.mf index f84d09ad1e5..0f8213182e5 100644 --- a/Master/texmf-dist/fonts/source/public/schulschriften/wedn14_sz.mf +++ b/Master/texmf-dist/fonts/source/public/schulschriften/wedn14_sz.mf @@ -338,10 +338,16 @@ beginchar(",",25ut#,ht#,dt#); komma(2.5ut,12.5ut); endchar; -% "-" Bindestrich, Trennstrich -beginchar("-",25ut#,ht#,0); +% ASCII Bindestrich oct"055" (OT1: auch Trennstrich) +beginchar("-",27.5ut#,ht#,0); pickup wedn_pen; - draw ((0,0)--(15ut,0)) shifted (5ut,hdash); + draw ((0,0)--(12.5ut,0)) shifted (7.5ut,hdash); +endchar; + +% T1: Trennstrich +beginchar(oct"177",27.5ut#,ht#,0); + pickup wedn_pen; + draw ((0,0)--(12.5ut,0)) shifted (7.5ut,hdash); endchar; % "." Punkt |