25 #include FT_FREETYPE_H 28 #error "freetype.h of FreeType 1 has been loaded!" 29 #error "Please fix the directory search order for header files" 30 #error "so that freetype.h of FreeType 2 is found first."
FT_Outline_Render(FT_Library library, FT_Outline *outline, FT_Raster_Params *params)
FT_BEGIN_HEADER typedef signed long FT_Pos
enum FT_Orientation_ FT_Orientation
GLsizei GLsizei GLchar * source
FT_Outline_Embolden(FT_Outline *outline, FT_Pos strength)
FT_Outline_Get_Orientation(FT_Outline *outline)
FT_Outline_Reverse(FT_Outline *outline)
FT_Outline_Get_Bitmap(FT_Library library, FT_Outline *outline, const FT_Bitmap *abitmap)
FT_Outline_Copy(const FT_Outline *source, FT_Outline *target)
FT_Outline_New_Internal(FT_Memory memory, FT_UInt numPoints, FT_Int numContours, FT_Outline *anoutline)
FT_Outline_Get_CBox(const FT_Outline *outline, FT_BBox *acbox)
FT_Outline_Transform(const FT_Outline *outline, const FT_Matrix *matrix)
FT_Outline_New(FT_Library library, FT_UInt numPoints, FT_Int numContours, FT_Outline *anoutline)
FT_Outline_Done(FT_Library library, FT_Outline *outline)
FT_BEGIN_HEADER FT_Outline_Decompose(FT_Outline *outline, const FT_Outline_Funcs *func_interface, void *user)
FT_Outline_EmboldenXY(FT_Outline *outline, FT_Pos xstrength, FT_Pos ystrength)
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
FT_Outline_Done_Internal(FT_Memory memory, FT_Outline *outline)
FT_Outline_Check(FT_Outline *outline)
GLenum const GLfloat * params
FT_Outline_Translate(const FT_Outline *outline, FT_Pos xOffset, FT_Pos yOffset)