blob: 75807b39016422cb6005023af136d98791a1247e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
%% Characters of semaphore alphabet, METATYPE1 parametric file "smfett10.mp"
%% family: monotype, series: medium, shape: upper, size: 10pt;
%% base part: empty
%%
%% Znaky semaforove abecedy, parametricky soubor pro METATYPE1.
%% rodina: neproporcionalni, duktus: stredni, tvar: rovny, velikost: 10pt;
%% zakladna: zadna
%%
%% (c) Vit ZYKA, 1998-2008, vit.zyka@seznam.cz
%% 1998 1.0 metafont
%% 2008 1.1 metatype1 (sources for Type1 and OpenType)
input fontbase;
pf_info_designsize 10pt;
pf_info_fontname "Semafor-NoPillar-Mono";
pf_info_weight "Normal";
pf_info_pfm "smfett10", 0, 0;
boolean proportional; string center;
u:=100; % unit (=1/10 font size)
series:=1; % series factor (1=medium)
slant:=0; % slant factor (0=upper)
proportional:=false; % font proportionality (false=nonproportial)
center="base_empty"; % type of center part of character
beginfont
input semaf;
endfont.
|