From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- fonts/semaphor/metafont/smfbf10.mf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fonts/semaphor/metafont/smfbf10.mf (limited to 'fonts/semaphor/metafont/smfbf10.mf') diff --git a/fonts/semaphor/metafont/smfbf10.mf b/fonts/semaphor/metafont/smfbf10.mf new file mode 100644 index 0000000000..518dd4d7a5 --- /dev/null +++ b/fonts/semaphor/metafont/smfbf10.mf @@ -0,0 +1,21 @@ +%% Characters of semaphore alphabet, METAFONT parametric file "smfbf10.mf" +%% family: roman, series: bold, shape: upper, size: 10pt; +%% base part: pillar +%% +%% Znaky semaforove abecedy, parametricky soubor pro METAFONT. +%% rodina: roman, duktus: silny, tvar: rovny, 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:=2; % series factor (1=medium) +slant:=0; % slant factor (0=upper) +proportional:=true; % font proportionality (false=nonproportial) +center="base_pillar"; % type of center part of character + +input semaf; +end; -- cgit v1.2.3