Content-type: text/html
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
The root font driver class. A font driver is responsible for managing and loading font files of a given format.
This documentation was generated for Freetype 2.0.4 by autodocbook (http://www.stillhq.com). Autodocbook is (c) Michael Still 2001.
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.
Please report errors in this documentation, and Freetype itself to freetype@freetype.org