| Line | |
|---|
| 1 | /***************************************************************************/ |
|---|
| 2 | /* */ |
|---|
| 3 | /* sfnt.c */ |
|---|
| 4 | /* */ |
|---|
| 5 | /* Single object library component. */ |
|---|
| 6 | /* */ |
|---|
| 7 | /* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006 by */ |
|---|
| 8 | /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
|---|
| 9 | /* */ |
|---|
| 10 | /* This file is part of the FreeType project, and may only be used, */ |
|---|
| 11 | /* modified, and distributed under the terms of the FreeType project */ |
|---|
| 12 | /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ |
|---|
| 13 | /* this file you indicate that you have read the license and */ |
|---|
| 14 | /* understand and accept it fully. */ |
|---|
| 15 | /* */ |
|---|
| 16 | /***************************************************************************/ |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | #define FT_MAKE_OPTION_SINGLE_OBJECT |
|---|
| 20 | |
|---|
| 21 | #include <ft2build.h> |
|---|
| 22 | #include "ttload.c" |
|---|
| 23 | #include "ttmtx.c" |
|---|
| 24 | #include "ttcmap.c" |
|---|
| 25 | #include "ttkern.c" |
|---|
| 26 | #include "sfobjs.c" |
|---|
| 27 | #include "sfdriver.c" |
|---|
| 28 | |
|---|
| 29 | #ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS |
|---|
| 30 | #include "ttsbit.c" |
|---|
| 31 | #endif |
|---|
| 32 | |
|---|
| 33 | #ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES |
|---|
| 34 | #include "ttpost.c" |
|---|
| 35 | #endif |
|---|
| 36 | |
|---|
| 37 | #ifdef TT_CONFIG_OPTION_BDF |
|---|
| 38 | #include "ttbdf.c" |
|---|
| 39 | #endif |
|---|
| 40 | |
|---|
| 41 | /* END */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.