-
- - -
-
-
- -
-
-
- - -
-
-
- - -
-
-
- - -
-
- - - -

FreeType » Docs » General Remarks » FreeType's header inclusion scheme

-
-

FreeType's header inclusion scheme

-

Synopsis

-

To be as flexible as possible (and for historical reasons), you must load file ft2build.h first before other header files, for example -

  #include <ft2build.h>
-
-  #include <freetype/freetype.h>
-  #include <freetype/ftoutln.h>
-

- - - - - - - - - - -
-
-
-