summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/cmarrows/tgbx0000.mp
blob: 0993553a7d7e0d265d2c82b6693b4aee125e63f5 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
%% tgbx0000.mp
%% Copyright 2006 Tommy Ekola <tek@kth.se>
%
% This work may be distributed and/or modified under the conditions of
% the LaTeX Project Public License, either version 1.3 of this license
% or (at your option) any later version.  The latest version of this
% license is in http://www.latex-project.org/lppl.txt
%
% This work has the LPPL maintenance status `maintained'.  The Current
% Maintainer of this work is Tommy Ekola.  The Base Interpreter is
% MetaPost.

save 
font_identifier, 
cmbase, 
font_size,

u, 
width_adj, 
serif_fit,
cap_serif_fit,
letter_fit,

body_height,
asc_height,
cap_height,
fig_height,
x_height,
math_axis,
bar_height,
comma_depth,
desc_depth,

crisp,
tiny,
fine,
thin_join,
hair,
stem,
curve,
ess,
flare,
dot_size,
cap_hair,
cap_stem,
cap_curve,
cap_ess,
rule_thickness,

dish,
bracket,
jut,
cap_jut,
beak_jut,
beak,
vair,
notch_cut,
bar,
slab,
cap_bar,
cap_band,
cap_notch_cut,
serif_drop,
stem_corr,
vair_corr,
apex_corr,

o,
apex_o,

slant,
fudge,
math_spread,
superness,
superpull,
beak_darkness,
ligs,

square_dots,
hefty,
serifs,
monospace,
variant_g,
low_asterisk,
math_fitting,

designsize,

generate;

vardef generate suffix g = enddef;
numeric cmbase; cmbase = 0;
string font_identifier;
vardef font_size expr g = designsize = g enddef;
boolean square_dots, hefty, serifs, monospace, variant_g, low_asterisk,
        math_fitting;
pt#:=1pt;