blob: 166334b385eec4885c47bdcc7dd47f071ac78391 (
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 "smftt10.mp"
%% family: monotype, series: medium, shape: upper, size: 10pt;
%% base part: pillar
%%
%% Znaky semaforove abecedy, parametricky soubor pro METATYPE1.
%% rodina: neproporcionalni, duktus: stredni, tvar: rovny, velikost: 10pt;
%% zakladna: sloupek
%%
%% (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-Mono";
pf_info_weight "Normal";
pf_info_pfm "smftt10", 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_pillar"; % type of center part of character
beginfont
input semaf;
endfont.
|