summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/schulschriften/wela14_sz.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/schulschriften/wela14_sz.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/schulschriften/wela14_sz.mf10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/fonts/source/public/schulschriften/wela14_sz.mf b/Master/texmf-dist/fonts/source/public/schulschriften/wela14_sz.mf
index a79a620c5c9..bff99b2d995 100644
--- a/Master/texmf-dist/fonts/source/public/schulschriften/wela14_sz.mf
+++ b/Master/texmf-dist/fonts/source/public/schulschriften/wela14_sz.mf
@@ -356,8 +356,14 @@ beginchar(",",20ut#,ht#,dt#);
komma(2.5ut,10ut);
endchar;
-% "-" Bindestrich, Trennstrich
-beginchar("-",22.5ut#,ht#,0);
+% ASCII Bindestrich oct"055" (OT1: auch Trennstrich)
+beginchar("-",27.5ut#,ht#,0);
+ pickup wela_pen;
+ draw ((0,0)--(12.5ut,0)) shifted (7.5ut,hdash);
+endchar;
+
+% T1: Trennstrich
+beginchar(oct"177",27.5ut#,ht#,0);
pickup wela_pen;
draw ((0,0)--(12.5ut,0)) shifted (7.5ut,hdash);
endchar;