summaryrefslogtreecommitdiff
path: root/fonts/byzfonts/XAP_fth/FF_fpa.mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/byzfonts/XAP_fth/FF_fpa.mf
Initial commit
Diffstat (limited to 'fonts/byzfonts/XAP_fth/FF_fpa.mf')
-rw-r--r--fonts/byzfonts/XAP_fth/FF_fpa.mf16
1 files changed, 16 insertions, 0 deletions
diff --git a/fonts/byzfonts/XAP_fth/FF_fpa.mf b/fonts/byzfonts/XAP_fth/FF_fpa.mf
new file mode 100644
index 0000000000..d6ecb42469
--- /dev/null
+++ b/fonts/byzfonts/XAP_fth/FF_fpa.mf
@@ -0,0 +1,16 @@
+beginchar(oct"014",.4em#,.5cap#,0dth#); "Diatoniki Fthora tou pa";
+picture FF;
+ path p[];
+
+x0 = x1 = x2 = .5w;
+y0 = .5h;
+y1 = 15h/50;
+y2 = h/10;
+
+ pickup pencircle scaled .8pt;
+ p1 = fullcircle scaled Diam shifted (z0);
+ p2 = z1--z2;
+ draw p1;
+ draw p2;
+ FF = currentpicture;
+ endchar;