https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9e52386c577833470c33525a6804de01f0a41da2 authored by ffxbld on 07 April 2016, 23:49:03 UTC
Added FENNEC_45_0_2_RELEASE FENNEC_45_0_2_BUILD1 tag(s) for changeset de8c6696c6f6. DONTBUILD CLOSED TREE a=release
Tip revision: 9e52386
pshinter.c
/***************************************************************************/
/*                                                                         */
/*  pshinter.c                                                             */
/*                                                                         */
/*    FreeType PostScript Hinting module                                   */
/*                                                                         */
/*  Copyright 2001, 2003 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.                                        */
/*                                                                         */
/***************************************************************************/


#define FT_MAKE_OPTION_SINGLE_OBJECT

#include <ft2build.h>
#include "pshpic.c"
#include "pshrec.c"
#include "pshglob.c"
#include "pshalgo.c"
#include "pshmod.c"


/* END */
back to top