/[freetype]/freetype2/src/gxvalid/gxvmorx4.c
ViewVC logotype

Diff of /freetype2/src/gxvalid/gxvmorx4.c

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

revision 1.1 by mpsuzuki, Wed Aug 24 04:31:31 2005 UTC revision 1.2 by wl, Thu Sep 1 07:33:03 2005 UTC
# Line 17  Line 17 
17  /***************************************************************************/  /***************************************************************************/
18    
19  /***************************************************************************/  /***************************************************************************/
20    /*                                                                         */
21  /* gxvalid is derived from both gxlayout module and otvalid module.        */  /* gxvalid is derived from both gxlayout module and otvalid module.        */
22  /* Development of gxlayout was support of Information-technology Promotion */  /* Development of gxlayout is supported by the Information-technology      */
23  /* Agency(IPA), Japan.                                                     */  /* Promotion Agency(IPA), Japan.                                           */
24    /*                                                                         */
25  /***************************************************************************/  /***************************************************************************/
26    
27    
28  #include "gxvmorx.h"  #include "gxvmorx.h"
29    
30    
31    /*************************************************************************/    /*************************************************************************/
32    /*                                                                       */    /*                                                                       */
33    /* The macro FT_COMPONENT is used in trace mode.  It is an implicit      */    /* The macro FT_COMPONENT is used in trace mode.  It is an implicit      */
# Line 34  Line 38 
38  #define FT_COMPONENT  trace_gxvmorx  #define FT_COMPONENT  trace_gxvmorx
39    
40    
41   static void    static void
42   gxv_morx_subtable_type4_validate( FT_Bytes       table,    gxv_morx_subtable_type4_validate( FT_Bytes       table,
43                                     FT_Bytes       limit,                                      FT_Bytes       limit,
44                                     GXV_Validator  valid )                                      GXV_Validator  valid )
45   {    {
46     GXV_NAME_ENTER( "morx chain subtable type4 (Non-Contextual Glyph Substitution)" );      GXV_NAME_ENTER( "morx chain subtable type4 "
47                        "(Non-Contextual Glyph Substitution)" );
48    
49     gxv_mort_subtable_type4_validate( table, limit, valid );      gxv_mort_subtable_type4_validate( table, limit, valid );
50    
51     GXV_EXIT;      GXV_EXIT;
52   }    }
53    
54    
55  /* END */  /* END */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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