< prev index next >

src/java.desktop/share/native/libfreetype/src/sfnt/sfobjs.h

Print this page




  36                   FT_Parameter*  params );
  37 
  38   FT_LOCAL( FT_Error )
  39   sfnt_load_face( FT_Stream      stream,
  40                   TT_Face        face,
  41                   FT_Int         face_instance_index,
  42                   FT_Int         num_params,
  43                   FT_Parameter*  params );
  44 
  45   FT_LOCAL( void )
  46   sfnt_done_face( TT_Face  face );
  47 
  48   FT_LOCAL( FT_Error )
  49   tt_face_get_name( TT_Face      face,
  50                     FT_UShort    nameid,
  51                     FT_String**  name );
  52 
  53 
  54 FT_END_HEADER
  55 
  56 #endif /* SFDRIVER_H_ */
  57 
  58 
  59 /* END */


  36                   FT_Parameter*  params );
  37 
  38   FT_LOCAL( FT_Error )
  39   sfnt_load_face( FT_Stream      stream,
  40                   TT_Face        face,
  41                   FT_Int         face_instance_index,
  42                   FT_Int         num_params,
  43                   FT_Parameter*  params );
  44 
  45   FT_LOCAL( void )
  46   sfnt_done_face( TT_Face  face );
  47 
  48   FT_LOCAL( FT_Error )
  49   tt_face_get_name( TT_Face      face,
  50                     FT_UShort    nameid,
  51                     FT_String**  name );
  52 
  53 
  54 FT_END_HEADER
  55 
  56 #endif /* SFOBJS_H_ */
  57 
  58 
  59 /* END */
< prev index next >