diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/byzfonts/XAP_xpo/X040_digorgon.mf |
Initial commit
Diffstat (limited to 'fonts/byzfonts/XAP_xpo/X040_digorgon.mf')
-rw-r--r-- | fonts/byzfonts/XAP_xpo/X040_digorgon.mf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/byzfonts/XAP_xpo/X040_digorgon.mf b/fonts/byzfonts/XAP_xpo/X040_digorgon.mf new file mode 100644 index 0000000000..e8cd620343 --- /dev/null +++ b/fonts/byzfonts/XAP_xpo/X040_digorgon.mf @@ -0,0 +1,14 @@ +beginchar(oct"040",.4em#,.5cap#,0dth#); "Digorgon"; +picture DIGOPGON; + path p[]; + + x2 = 7w/10; y2 = y3 = .5h; + x3 = x4 = 2w/5; + y4 = y5 = 3h/10; + x5 = x6 = w/10; y6 = h/10; + + p1 = z2--z3 & z3--z4 & z4--z5 & z5--z6; + pickup pencircle scaled .8pt; + draw p1; + DIGOPGON = currentpicture; + endchar; |