ReactOS 0.4.16-dev-1098-g0ca6002
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_Vector lcd_geometry [3]
 
FT_Int refcount
 

Detailed Description

Definition at line 895 of file ftobjs.h.

Member Data Documentation

◆ auto_hinter

FT_Module FT_LibraryRec_::auto_hinter

Definition at line 908 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 910 of file ftobjs.h.

Referenced by FT_Set_Debug_Hook().

◆ lcd_geometry

FT_Vector FT_LibraryRec_::lcd_geometry[3]

Definition at line 916 of file ftobjs.h.

Referenced by FT_Library_SetLcdGeometry().

◆ memory

◆ modules

◆ num_modules

◆ refcount

FT_Int FT_LibraryRec_::refcount

Definition at line 919 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 899 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().

◆ version_minor

FT_Int FT_LibraryRec_::version_minor

Definition at line 900 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().

◆ version_patch

FT_Int FT_LibraryRec_::version_patch

Definition at line 901 of file ftobjs.h.

Referenced by FT_Library_Version(), and FT_New_Library().


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