NAME Fontcomp - Converts a GEM Font to a C source file PUBLIC DOMAIN Fontcomp and its source code are public domain. They may be copied, sold, etc without restriction. SYNOPSIS fontcomp font.fnt [source.c] DESCRIPTION Fontcomp compiles a GEM font (first parameter) to a C source file (second parameter). If there is only one parameter, the source file will be named 'font.c'. When the font will be compiled with a C compiler, you need the header file 'gemfont.h' which includes the GEM font header definition. BUGS Fontcomp does not support Intel Format fonts. If you try to compile an Intel font, you will get an error message. AUTHOR Franck Arnaud