blob: e2518479472b83e77aded4c39560a096d702ebc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% Characters of semaphore alphabet, METAFONT parametric file. "smfsl10.mf"
% family: roman, series: medium, shape: slanted, size: 10pt
% base part: pillar
% Znaky semaforove abecedy, parametricky soubor pro METAFONT.
% rodina: roman, duktus: stredni, tvar: sikmy, velikost: 10pt
% zakladna: sloupek
% Vit ZYKA, 1998, zyka@cmp.felk.cvut.cz
mode_setup;
boolean proportional; string center;
u#:=1pt#; % unit (=1/10 font size)
series:=1; % series factor (1=medium)
slant:=0.4; % slant factor (0=upper)
proportional:=true; % font proportionality (false=nonproportial)
center="base_pillar"; % type of center part of character
input semaf;
end;
|