freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] parthw-cleaned 841a043 03/21: [gf] Added gf.c


From: Parth Wazurkar
Subject: [freetype2] parthw-cleaned 841a043 03/21: [gf] Added gf.c
Date: Thu, 5 Jul 2018 10:50:38 -0400 (EDT)

branch: parthw-cleaned
commit 841a043d279e6edddff4dbc3c950547a92b192c7
Author: Parth Wazurkar <address@hidden>
Commit: Parth Wazurkar <address@hidden>

    [gf] Added gf.c
---
 src/gf/gf.c      | 23 +++++++++++++++++++++++
 src/gf/gf.h      |  1 -
 src/gf/gfdrivr.c |  2 --
 3 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/src/gf/gf.c b/src/gf/gf.c
index e69de29..9a0e05e 100644
--- a/src/gf/gf.c
+++ b/src/gf/gf.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 */
diff --git a/src/gf/gf.h b/src/gf/gf.h
index b029f25..3d03614 100644
--- a/src/gf/gf.h
+++ b/src/gf/gf.h
@@ -25,7 +25,6 @@
 #include FT_INTERNAL_STREAM_H
 
 
-
 FT_BEGIN_HEADER
 
 #define  FONT_DRIVER_GF   1
diff --git a/src/gf/gfdrivr.c b/src/gf/gfdrivr.c
index 9498082..eb880a0 100644
--- a/src/gf/gfdrivr.c
+++ b/src/gf/gfdrivr.c
@@ -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"
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]