awips2/nativeLib/rary.ohd.util/inc/gd1_inc/gd1fontg.h
2017-04-21 18:33:55 -06:00

14 lines
322 B
C

#ifndef GD1FONTG_H
#define GD1FONTG_H 1
/* gd1fontg.h: brings in the largest of the provided fonts.
Also link with gdfontg.c. */
#include "gd1.h"
/* 9x15B font derived from a public domain font in the X
distribution. Contains the 127 standard ascii characters. */
extern gdFontPtr gdFontGiant;
#endif