[gf] Added gf.c

GSoC-2018-parth
Parth Wazurkar 7 years ago
parent edfccbd6e3
commit b1aef3269f
  1. 23
      src/gf/gf.c
  2. 1
      src/gf/gf.h
  3. 2
      src/gf/gfdrivr.c

@ -0,0 +1,23 @@
/***************************************************************************/
/* */
/* gf.c */
/* */
/* FreeType font driver for TeX's 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. */
/* */
/***************************************************************************/
#include <ft2build.h>
/* END */

@ -25,7 +25,6 @@
#include FT_INTERNAL_STREAM_H
FT_BEGIN_HEADER
#define FONT_DRIVER_GF 1

@ -20,12 +20,10 @@
#include FT_INTERNAL_DEBUG_H
#include FT_INTERNAL_STREAM_H
#include FT_INTERNAL_OBJECTS_H
#include FT_GF_H
#include "gf.h"
#include "gfdrivr.h"
#include "gferror.h"

Loading…
Cancel
Save