/[freetype]/freetype2/include/freetype/ftmoderr.h
ViewVC logotype

Diff of /freetype2/include/freetype/ftmoderr.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by werner, Fri Mar 5 09:26:18 2004 UTC revision 1.7 by wl, Wed Mar 23 16:45:24 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    FreeType module error offsets (specification).                       */  /*    FreeType module error offsets (specification).                       */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 2001, 2002, 2003, 2004 by                                    */  /*  Copyright 2001, 2002, 2003, 2004, 2005 by                              */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 23  Line 23 
23    /* The lower byte gives the error code, the higher byte gives the        */    /* The lower byte gives the error code, the higher byte gives the        */
24    /* module.  The base module has error offset 0.  For example, the error  */    /* module.  The base module has error offset 0.  For example, the error  */
25    /* `FT_Err_Invalid_File_Format' has value 0x003, the error               */    /* `FT_Err_Invalid_File_Format' has value 0x003, the error               */
26    /* `TT_Err_Invalid_File_Format' has value 0x1003, the error              */    /* `TT_Err_Invalid_File_Format' has value 0x1103, the error              */
27    /* `T1_Err_Invalid_File_Format' has value 0x1103, etc.                   */    /* `T1_Err_Invalid_File_Format' has value 0x1203, etc.                   */
28    /*                                                                       */    /*                                                                       */
29    /* Undefine the macro FT_CONFIG_OPTION_USE_MODULE_ERRORS in ftoption.h   */    /* Undefine the macro FT_CONFIG_OPTION_USE_MODULE_ERRORS in ftoption.h   */
30    /* to make the higher byte always zero (disabling the module error       */    /* to make the higher byte always zero (disabling the module error       */
# Line 103  Line 103 
103    
104    
105    FT_MODERRDEF( Base,      0x000, "base module" )    FT_MODERRDEF( Base,      0x000, "base module" )
106    FT_MODERRDEF( Autohint,  0x100, "autohinter module" )    FT_MODERRDEF( Autofit,   0x100, "autofitter module" )
107    FT_MODERRDEF( BDF,       0x200, "BDF module" )    FT_MODERRDEF( BDF,       0x200, "BDF module" )
108    FT_MODERRDEF( Cache,     0x300, "cache module" )    FT_MODERRDEF( Cache,     0x300, "cache module" )
109    FT_MODERRDEF( CFF,       0x400, "CFF module" )    FT_MODERRDEF( CFF,       0x400, "CFF module" )
110    FT_MODERRDEF( CID,       0x500, "CID module" )    FT_MODERRDEF( CID,       0x500, "CID module" )
111    FT_MODERRDEF( Gzip,      0x600, "Gzip module" )    FT_MODERRDEF( Gzip,      0x600, "Gzip module" )
112    FT_MODERRDEF( LZW,       0x700, "LZW module" )    FT_MODERRDEF( LZW,       0x700, "LZW module" )
113    FT_MODERRDEF( PCF,       0x800, "PCF module" )    FT_MODERRDEF( OTvalid,   0x800, "OpenType validation module" )
114    FT_MODERRDEF( PFR,       0x900, "PFR module" )    FT_MODERRDEF( PCF,       0x900, "PCF module" )
115    FT_MODERRDEF( PSaux,     0xA00, "PS auxiliary module" )    FT_MODERRDEF( PFR,       0xA00, "PFR module" )
116    FT_MODERRDEF( PShinter,  0xB00, "PS hinter module" )    FT_MODERRDEF( PSaux,     0xB00, "PS auxiliary module" )
117    FT_MODERRDEF( PSnames,   0xC00, "PS names module" )    FT_MODERRDEF( PShinter,  0xC00, "PS hinter module" )
118    FT_MODERRDEF( Raster,    0xD00, "raster module" )    FT_MODERRDEF( PSnames,   0xD00, "PS names module" )
119    FT_MODERRDEF( SFNT,      0xE00, "SFNT module" )    FT_MODERRDEF( Raster,    0xE00, "raster module" )
120    FT_MODERRDEF( Smooth,    0xF00, "smooth raster module" )    FT_MODERRDEF( SFNT,      0xF00, "SFNT module" )
121    FT_MODERRDEF( TrueType, 0x1000, "TrueType module" )    FT_MODERRDEF( Smooth,   0x1000, "smooth raster module" )
122    FT_MODERRDEF( Type1,    0x1100, "Type 1 module" )    FT_MODERRDEF( TrueType, 0x1100, "TrueType module" )
123    FT_MODERRDEF( Type42,   0x1200, "Type 42 module" )    FT_MODERRDEF( Type1,    0x1200, "Type 1 module" )
124    FT_MODERRDEF( Winfonts, 0x1300, "Windows FON/FNT module" )    FT_MODERRDEF( Type42,   0x1300, "Type 42 module" )
125      FT_MODERRDEF( Winfonts, 0x1400, "Windows FON/FNT module" )
126    
127    
128  #ifdef FT_MODERR_END_LIST  #ifdef FT_MODERR_END_LIST

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26