InitFonts
InitFonts Initialize the Font Manager
#include <Fonts.h> Font Manager
void InitFonts( );
InitFonts should be called exactly once, early in an application, after calling
InitGraf, but before calling InitWindows. InitFonts must be called
before using any Font Manager functions, or other Toolbox functions that
call Font Manager (e.g., DrawChar).
Returns: none