parent
edfccbd6e3
commit
b1aef3269f
3 changed files with 23 additions and 3 deletions
@ -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 */ |
Loading…
Reference in new issue