Name Description Size
dlg
freetype
ft2build.h This is the 'entry point' for FreeType header file inclusions, to be loaded before all other header files. A typical example is ``` #include <ft2build.h> #include <freetype/freetype.h> ``` 990