summaryrefslogtreecommitdiff
path: root/fonts/bbold/bbold8.mf
blob: 8fa4db16366e748c1b1303ba0266cd66a2f29f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Blackboard bold 8pt.  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 cmr8;

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

% Then generate blackboard bold.
input bbold;
bye;