~ubuntu-branches/ubuntu/precise/libxfont/precise-updates

« back to all changes in this revision

Viewing changes to src/fc/fservestr.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2007-07-18 16:46:59 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20070718164659-hbs3149rix062etp
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
extern void _fs_clean_aborted_loadglyphs ( FontPtr pfont, 
198
198
                                           int num_expected_ranges, 
199
199
                                           fsRange *expected_ranges );
200
 
extern int _fs_check_extents ( FontPtr pfont, Mask flags, int nranges, 
201
 
                               fsRange *range, FSBlockDataPtr blockrec );
202
 
extern int _fs_check_bitmaps ( FontPtr pfont, fsBitmapFormat format, 
203
 
                               Mask flags, int nranges, fsRange *range, 
204
 
                               FSBlockDataPtr blockrec );
205
 
extern int _fs_get_glyphs ( FontPtr pFont, unsigned long count, 
206
 
                            unsigned char *chars, FontEncoding charEncoding, 
207
 
                            unsigned long *glyphCount, CharInfoPtr *glyphs );
208
 
extern void _fs_unload_font ( FontPtr pfont );
209
200
extern void _fs_init_font ( FontPtr pfont );
210
201
extern pointer fs_alloc_glyphs (FontPtr pFont, int size);
211
202
#endif                          /* _FSERVESTR_H_ */