freetype2/src/gf/gf.c

28 lines
655 B
C
Raw Normal View History

/****************************************************************************
*
* gf.c
*
2018-09-08 17:57:32 +02:00
* FreeType font driver for METAFONT GF FONT files
*
* Copyright 1996-2018 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed under the terms of the FreeType project
* license, LICENSE.TXT. By continuing to use, modify, or distribute
* this file you indicate that you have read the license and
* understand and accept it fully.
*
*/
2018-05-14 18:52:57 +02:00
#define FT_MAKE_OPTION_SINGLE_OBJECT
2018-05-14 18:52:57 +02:00
#include <ft2build.h>
#include "gflib.c"
#include "gfdrivr.c"
2018-05-14 18:52:57 +02:00
/* END */