e793092d0a
* src/truetype/ttpload.c (tt_face_load_loca): Fix typo. * src/sfnt/ttkern.c: Include `ttkern.h'. (FT_COMPONENT): Updated. * include/freetype/internal/fttrace.h: Add entry for `ttkern'. * src/sfnt/ttsbit0.c: s/FT_Err_/SFNT_Err_/. Decorate constants with `U' and `L' where necessary. * src/sfnt/ttcmap.c (tt_cmap4_next): Remove unused variable.
38 lines
1.5 KiB
C
38 lines
1.5 KiB
C
/***************************************************************************/
|
|
/* */
|
|
/* sfnt.c */
|
|
/* */
|
|
/* Single object library component. */
|
|
/* */
|
|
/* Copyright 1996-2001, 2002, 2003, 2004, 2005 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 "ttload.c"
|
|
#include "ttcmap.c"
|
|
#include "ttkern.c"
|
|
#include "sfobjs.c"
|
|
#include "sfdriver.c"
|
|
|
|
#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
|
|
#include "ttsbit.c"
|
|
#endif
|
|
|
|
#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
|
|
#include "ttpost.c"
|
|
#endif
|
|
|
|
|
|
/* END */
|