ReactOS 0.4.15-dev-7788-g1ad9096
FT_LibraryRec_ Struct Reference

#include <ftobjs.h>

Collaboration diagram for FT_LibraryRec_:

Public Attributes

FT_Memory memory
 
FT_Int version_major
 
FT_Int version_minor
 
FT_Int version_patch
 
FT_UInt num_modules
 
FT_Module modules [FT_MAX_MODULES]
 
FT_ListRec renderers
 
FT_Renderer cur_renderer
 
FT_Module auto_hinter
 
FT_DebugHook_Func debug_hooks [4]
 
FT_Int refcount
 

Detailed Description

Definition at line 916 of file ftobjs.h.

Member Data Documentation

◆ auto_hinter

FT_Module FT_LibraryRec_::auto_hinter

Definition at line 929 of file ftobjs.h.

Referenced by Destroy_Module(), FT_Add_Module(), and FT_Load_Glyph().

◆ cur_renderer

◆ debug_hooks

FT_DebugHook_Func FT_LibraryRec_::debug_hooks[4]

Definition at line 931 of file ftobjs.h.

Referenced by FT_Set_Debug_Hook().

◆ memory

◆ modules

◆ num_modules

◆ refcount

FT_Int FT_LibraryRec_::refcount

Definition at line 942 of file ftobjs.h.

Referenced by FT_Done_Library(), FT_New_Library(), and FT_Reference_Library().

◆ renderers

◆ version_major

FT_Int FT_LibraryRec_::version_major

Definition at line 920 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().

◆ version_minor

FT_Int FT_LibraryRec_::version_minor

Definition at line 921 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().

◆ version_patch

FT_Int FT_LibraryRec_::version_patch

Definition at line 922 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().


The documentation for this struct was generated from the following file: