blob: a8e607114c1832b89e2766050a0b9a12ce491877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
% African Computer Modern Bold Extended Roman Slanted
if unknown cmbase: input cmbase fi
font_identifier:="FCBXSL"; font_size design_size * pt#;
univ_acc_breadth:=0.4; % zusatz parameter for the universal accent
input c-cmbx; % compute cm bold extended parameters
slant:=1/6; % change slant
generate fcroman; % switch to the driver file
endinput;
|