summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/knitting/knitg_sc_out.mf
blob: 3aa0c481f84e0e946b21cbacf4a6c1c3fe66265f (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) = stsout*wd# enddef;
def decrwidth (expr stsin, stsout) = stsout*wd# enddef;
boolean incrwidthdefined; incrwidthdefined = true;

input knit_dimens;

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

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

input knit_symbols;

input knit_grid_cables;

end