summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/knitting/knitg_sc_in.mf
blob: c5df48332be3fa6abdce3fe9772412e410582093 (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
% Date: 2019/04/05

mode_setup;

boolean gridfont; gridfont := true;
fonttype = counttype; % Count stitches only -- don't draw anything

def incrwidth (expr stsin, stsout) = stsin*wd# enddef;
def decrwidth (expr stsin, stsout) = stsin*wd# enddef;
boolean incrwidthdefined; incrwidthdefined = true;

input knit_dimens;

if known ps_output:
	font_identifier := "KnittingSymbols-grid-incount";
fi

string Vtitle; Vtitle := "Knit grid font for checking stitch counts";

input knit_symbols;

input knit_grid_cables;

end