summaryrefslogtreecommitdiff
path: root/fonts/bbold/bbold7.mf
blob: b4493e51f523103210c4ccf1f8e23e521741e9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Blackboard bold 7pt.  Alan Jeffrey, 18 Dec 1989.

mode_setup;

input bbbase;

% Hacks to make sure cmr doesn't generate the font, and doesn't load cmbase.
cmbase := 1;
def generate suffix t = enddef;

% Input the cmr parameters.
input cmr7;

font_identifier := "BBOLD";
font_coding_scheme := "Blackboard bold";

% Then generate blackboard bold.
input bbold;
bye;