% General driver file for all Gladiator Roman fonts % % This file is loaded by the parameter file, which should have the % following format (glr10.mf is an example): % % height#=; % E.g., height#=10pt#; % slant=; % E.g., slant=0; (may be omitted) % boldness=; % <0,1>=light, 1=medium, <1,\infty>=bold % expansion=; % <0,1>=condensed, <1,\infty>=expanded % light=1; % Light type, old face if omitted % smallcaps=1; % Small caps, normal if omitted % input glrm; % Loads this driver file % FIRST, ESTABLISH THE FONT'S DIMENSIONS input glsetup; font_identifier "GL" if slant=0: & "RM" else: & "SL" fi; font_coding_scheme "ROMAN"; % UTILITIES input glutils; % GENERATE THE LETTERS input glrmp; % Punctuation input glrmu; % Uppercase if known smallcaps: input glrmsc % Small caps else: % or: input glrml % Lowercase fi; input glrmd; % Digits input glrmgu; % Greek uppercase input glrmlig; % Ligature and kerning info % SAY GOODBYE... bye;