Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
otsvg.h File Reference
#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 Documentation

◆ FT_SVG_Document

Definition at line 328 of file otsvg.h.

◆ FT_SVG_DocumentRec

◆ SVG_Lib_Free_Func

typedef void(* SVG_Lib_Free_Func) (FT_Pointer *data_pointer)

Definition at line 110 of file otsvg.h.

◆ SVG_Lib_Preset_Slot_Func

typedef FT_Error(* SVG_Lib_Preset_Slot_Func) (FT_GlyphSlot slot, FT_Bool cache, FT_Pointer *state)

Definition at line 203 of file otsvg.h.

◆ SVG_Lib_Render_Func

typedef FT_Error(* SVG_Lib_Render_Func) (FT_GlyphSlot slot, FT_Pointer *data_pointer)

Definition at line 147 of file otsvg.h.

◆ SVG_RendererHooks

Variable Documentation

◆ SVG_Lib_Init_Func

FT_BEGIN_HEADER typedef FT_Error(* SVG_Lib_Init_Func) (FT_Pointer *data_pointer) ( FT_Pointer * data_pointer)

Definition at line 81 of file otsvg.h.