diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
commit | 215012a8d684889983ec2c0629e1c704e6853d9c (patch) | |
tree | ebf1271bd71869069824935ae8a5678745bf8bce /Master/texmf-dist/fonts/source/public/cs/cshyph.mf | |
parent | 1af3d19d6dbcbf309667d9cb4aa3cdda914914a9 (diff) |
trunk/Master/texmf-dist/fonts/source
git-svn-id: svn://tug.org/texlive/trunk@101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/cs/cshyph.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/cs/cshyph.mf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/cs/cshyph.mf b/Master/texmf-dist/fonts/source/public/cs/cshyph.mf new file mode 100644 index 00000000000..05719229908 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/cs/cshyph.mf @@ -0,0 +1,13 @@ +%% this file defines the same hyphenchar at the position +%% cs_hyph=156 for right breaking Czech hyphenated words (je-li) + +cmchar "Hyphen"; %% adjust_fit changed +beginchar(cs_hyph,6u#,x_height#,0); %% for case of spaced chars +italcorr .5x_height#*slant-.5u#; +if ligs<=1: adjust_fit(-letter_fit#,-letter_fit#) else: adjust_fit(0,0) fi; +numeric thickness; thickness=if hefty:bar else:.75[hair,stem] fi; +pickup crisp.nib; pos1(thickness,90); pos2(thickness,90); +top y1r=top y2r=vround(.5h+.5thickness); rt x2=hround(w-u)+eps; +if monospace: x2=w-x1 else: lft x1=hround .2u-eps fi; +filldraw stroke z1e--z2e; % bar +penlabels(1,2); endchar; |