Content-type: text/html Manpage of FT_DriverRec

FT_DriverRec

Section: Misc. Reference Manual Pages (3)
Index Return to Main Contents
 

NAME

FT_DriverRec  

SYNOPSIS


root :: Contains the fields of the root module class. 

clazz :: A pointer to the font driver's class.  Note that  this is NOT root.clazz.  `class' wasn't used  as it is a reserved word in C++.  

faces_list :: The list of faces currently opened by this  driver.  

extensions :: A typeless pointer to the driver's extensions  registry, if they are supported through the  configuration macro FT_CONFIG_OPTION_EXTENSIONS.  

glyph_loader :: The glyph loader for all faces managed by this  driver.  This object isn't defined for unscalable  formats.  typedef struct  FT_DriverRec_  {  FT_ModuleRec      root;  FT_Driver_Class*  clazz;  FT_ListRec        faces_list;  void*             extensions;  FT_GlyphLoader*   glyph_loader;  } FT_DriverRec;                                                                   ***                                                                   ***                         L I B R A R I E S                         ***                                                                   ***                                                                   ***  #define FT_DEBUG_HOOK_TRUETYPE   0  #define FT_DEBUG_HOOK_TYPE1      1 
 

DESCRIPTION

The root font driver class. A font driver is responsible for managing and loading font files of a given format.  

VERSION

This documentation was generated for Freetype 2.0.4 by autodocbook (http://www.stillhq.com). Autodocbook is (c) Michael Still 2001.
      

AUTHOR

Copyright 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg.
    

This file is part of the FreeType project, and may only be used, modified, and distributed under the terms of the FreeType project license, LICENSE.TXT. By continuing to use, modify, or distribute this file you indicate that you have read the license and understand and accept it fully.  

BUGS

Please report errors in this documentation, and Freetype itself to freetype@freetype.org


 

Index

NAME
SYNOPSIS
DESCRIPTION
VERSION
AUTHOR
BUGS

This document was created by man2html, using the manual pages.
Time: 04:44:36 GMT, July 26, 2001