ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ftmodapi.h File Reference
#include <ft2build.h>

Go to the source code of this file.

Data Structures

struct  FT_Module_Class

Defines

#define FT_MODULE_FONT_DRIVER   1 /* this module is a font driver */
#define FT_MODULE_RENDERER   2 /* this module is a renderer */
#define FT_MODULE_HINTER   4 /* this module is a glyph hinter */
#define FT_MODULE_STYLER   8 /* this module is a styler */
#define FT_MODULE_DRIVER_SCALABLE   0x100 /* the driver supports */
#define FT_MODULE_DRIVER_NO_OUTLINES   0x200 /* the driver does not */
#define FT_MODULE_DRIVER_HAS_HINTER   0x400 /* the driver provides its */
#define ft_module_font_driver   FT_MODULE_FONT_DRIVER
#define ft_module_renderer   FT_MODULE_RENDERER
#define ft_module_hinter   FT_MODULE_HINTER
#define ft_module_styler   FT_MODULE_STYLER
#define ft_module_driver_scalable   FT_MODULE_DRIVER_SCALABLE
#define ft_module_driver_no_outlines   FT_MODULE_DRIVER_NO_OUTLINES
#define ft_module_driver_has_hinter   FT_MODULE_DRIVER_HAS_HINTER

Typedefs

typedef FT_Pointer FT_Module_Interface
typedef FT_Error(* FT_Module_Constructor )(FT_Module module)
typedef void(* FT_Module_Destructor )(FT_Module module)
typedef FT_Module_Interface(* FT_Module_Requester )(FT_Module module, const char *name)
typedef void(* FT_DebugHook_Func )(void *arg)

Enumerations

enum  FT_TrueTypeEngineType { FT_TRUETYPE_ENGINE_TYPE_NONE = 0, FT_TRUETYPE_ENGINE_TYPE_UNPATENTED, FT_TRUETYPE_ENGINE_TYPE_PATENTED }

Functions

 FT_Add_Module (FT_Library library, const FT_Module_Class *clazz)
 FT_Get_Module (FT_Library library, const char *module_name)
 FT_Remove_Module (FT_Library library, FT_Module module)
 FT_Reference_Library (FT_Library library)
 FT_New_Library (FT_Memory memory, FT_Library *alibrary)
 FT_Done_Library (FT_Library library)
 FT_Set_Debug_Hook (FT_Library library, FT_UInt hook_index, FT_DebugHook_Func debug_hook)
 FT_Add_Default_Modules (FT_Library library)
 FT_Get_TrueType_Engine_Type (FT_Library library)

Generated on Sat May 26 2012 05:58:36 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.