% garuda.fontinst \input fontinst.sty \needsfontinstversion{1.918} % we explicitly set all slots in the encoding, so provide all glyph names % in AFM files equally (this is, don't create `-not' names) \let\setnotglyph \setrawglyph % we want warnings for missing glyphs \fontinstcc \add_to\pre_fourth_etx_pass_hook{ \def\do_slot{ \if_undefined{g-\slot_name}\then \fontinstwarningnoline{fontinst} {missing~glyph~`\slot_name'\space for~slot~\the\slot_number\space in~font~`\out_filename'} \fi \do_character } } \normalcc % create PL files and an FD file \installfonts \setint{fontdimen(2)}{500} % SPACE \setint{fontdimen(3)}{300} % STRETCH \setint{fontdimen(4)}{100} % SHRINK \setint{fontdimen(6)}{1000} % QUAD \setint{fontdimen(7)}{0} % EXTRASPACE \installrawfont{fgdr8z}{garuda,c90}{c90} {C90}{garuda}{m}{n}{} \installrawfont{fgdb8z}{garuda_b,c90}{c90} {C90}{garuda}{bx}{n}{} \installrawfont{fgdbo8z}{garuda_bo,c90}{c90} {C90}{garuda}{bx}{sl}{} \installrawfont{fgdo8z}{garuda_o,c90}{c90} {C90}{garuda}{m}{sl}{} \endinstallfonts \input finstmsc.sty % create the c90.enc file \installfonts % the `makeenc' flag is used in c90.etx \setint{makeenc}{1} \setstr{encodingname}{C90Encoding} \etxtoenc{c90}{c90} \endinstallfonts \end % end of garuda.fontinst