Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <freetype/freetype.h>
Go to the source code of this file.
Data Structures | |
struct | SVG_RendererHooks_ |
struct | FT_SVG_DocumentRec_ |
Typedefs | |
typedef void(* | SVG_Lib_Free_Func) (FT_Pointer *data_pointer) |
typedef FT_Error(* | SVG_Lib_Render_Func) (FT_GlyphSlot slot, FT_Pointer *data_pointer) |
typedef FT_Error(* | SVG_Lib_Preset_Slot_Func) (FT_GlyphSlot slot, FT_Bool cache, FT_Pointer *state) |
typedef struct SVG_RendererHooks_ | SVG_RendererHooks |
typedef struct FT_SVG_DocumentRec_ | FT_SVG_DocumentRec |
typedef struct FT_SVG_DocumentRec_ * | FT_SVG_Document |
Variables | |
FT_BEGIN_HEADER typedef FT_Error(* | SVG_Lib_Init_Func )(FT_Pointer *data_pointer) |
typedef struct FT_SVG_DocumentRec_* FT_SVG_Document |
typedef struct FT_SVG_DocumentRec_ FT_SVG_DocumentRec |
typedef void(* SVG_Lib_Free_Func) (FT_Pointer *data_pointer) |
typedef FT_Error(* SVG_Lib_Preset_Slot_Func) (FT_GlyphSlot slot, FT_Bool cache, FT_Pointer *state) |
typedef FT_Error(* SVG_Lib_Render_Func) (FT_GlyphSlot slot, FT_Pointer *data_pointer) |
typedef struct SVG_RendererHooks_ SVG_RendererHooks |
FT_BEGIN_HEADER typedef FT_Error(* SVG_Lib_Init_Func) (FT_Pointer *data_pointer) | ( | FT_Pointer * | data_pointer | ) |