summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-10-15 21:22:16 +0200
committerWerner Lemberg <wl@gnu.org>2015-10-15 21:22:16 +0200
commit911171ac49df97096fd2fe7fc393a898d71192df (patch)
tree918aa5f64daa89580ffb673ca879219ddac9def6 /devel
parent837ad9d4115018f6b67fe832fdd7b68efee20c49 (diff)
downloadfreetype2-911171ac49df97096fd2fe7fc393a898d71192df.tar.gz
Minor.
Diffstat (limited to 'devel')
-rw-r--r--devel/ftoption.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h
index eda772e84..d4d12451a 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -205,6 +205,17 @@ FT_BEGIN_HEADER
/*************************************************************************/
/* */
+ /* Define to disable the use of file stream functions and types, FILE, */
+ /* fopen() etc. Enables the use of smaller system libraries on embedded */
+ /* systems that have multiple system libraries, some with or without */
+ /* file stream support, in the cases where file stream support is not */
+ /* necessary such as memory loading of font files. */
+ /* */
+/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */
+
+
+ /*************************************************************************/
+ /* */
/* PNG bitmap support. */
/* */
/* FreeType now handles loading color bitmap glyphs in the PNG format. */
@@ -232,17 +243,6 @@ FT_BEGIN_HEADER
/*************************************************************************/
/* */
- /* Define to disable the use of file stream functions and types, FILE, */
- /* fopen() etc. Enables the use of smaller system libraries on embedded */
- /* systems that have multiple system libraries, some with or without */
- /* file stream support, in the cases where file stream support is not */
- /* necessary such as memory loading of font files. */
- /* */
-/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */
-
-
- /*************************************************************************/
- /* */
/* DLL export compilation */
/* */
/* When compiling FreeType as a DLL, some systems/compilers need a */