/[freetype]/freetype2/include/freetype/internal/sfnt.h
ViewVC logotype

Diff of /freetype2/include/freetype/internal/sfnt.h

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

revision 1.33 by werner, Tue Apr 13 21:08:17 2004 UTC revision 1.34 by freetype, Sat Feb 26 00:12:04 2005 UTC
# Line 477  FT_BEGIN_HEADER Line 477  FT_BEGIN_HEADER
477    typedef void    typedef void
478    (*TT_Free_Table_Func)( TT_Face  face );    (*TT_Free_Table_Func)( TT_Face  face );
479    
480     /**
481      * @functype: TT_Face_GetKerningFunc
482      *
483      * @description:
484      *   return the horizontal kerning value between two glyphs
485      *
486      * @input:
487      *    face        :: handle to source face object
488      *    left_glyph  :: left glyph index
489      *    right_glyph :: right glyph index
490      *
491      * @return:
492      *    kerning value in font units.
493      */
494      typedef FT_Int
495      (*TT_Face_GetKerningFunc)( TT_Face   face,
496                                 FT_UInt   left_glyph,
497                                 FT_UInt   right_glyph );
498    
499    /*************************************************************************/    /*************************************************************************/
500    /*                                                                       */    /*                                                                       */
# Line 534  FT_BEGIN_HEADER Line 552  FT_BEGIN_HEADER
552      TT_Load_SBit_Image_Func      load_sbit_image;      TT_Load_SBit_Image_Func      load_sbit_image;
553      TT_Free_Table_Func           free_sbits;      TT_Free_Table_Func           free_sbits;
554    
555        /* sett `ttkern.h' */
556        TT_Face_GetKerningFunc       get_kerning;
557        
558      /* see `ttpost.h' */      /* see `ttpost.h' */
559      TT_Get_PS_Name_Func          get_psname;      TT_Get_PS_Name_Func          get_psname;
560      TT_Free_Table_Func           free_psnames;      TT_Free_Table_Func           free_psnames;

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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