blob: 37d07d99fff1c7d67c6531768f1d4ab952f5bf8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
font_identifier:="xslu16";
mode_setup;
font_size 16pt#;
thick#:=1pt#;
internote#:=2pt#;
define_pixels(internote);
define_blacker_pixels(thick);
minwidth:=8pt#;
delwidth:=4pt#;
maxwidth:=minwidth+15delwidth;
fontdimen 5: maxwidth;
picture p;
def t= rotated 180 shifted (.5mw, mheight) enddef;
def T= rotated 180 shifted (0,mheight) enddef;
input xslgen;
|