blob: 32dc6289db272b9c7c76e0cafafb9bed1bf9a5f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
% African Computer Modern Slanted Roman
if unknown cmbase: input cmbase fi
font_identifier:="FCSL"; font_size design_size * pt#;
% This font is a simple modification of African Computer Modern Roman.
univ_acc_breadth:=0.5; % zusatz parameter for the universal accent
input c-cmr; % compute the cm roman parameters
slant:=1/6; % change slant
generate fcroman; % switch to the driver file
endinput;
|