sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
26
lib/libXfont2/include/X11/fonts/fontutil.h
Normal file
26
lib/libXfont2/include/X11/fonts/fontutil.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
#ifndef _FONTUTIL_H_
|
||||
#define _FONTUTIL_H_
|
||||
|
||||
#include <X11/fonts/FSproto.h>
|
||||
|
||||
#if 0
|
||||
extern int FontCouldBeTerminal(FontInfoPtr);
|
||||
extern int CheckFSFormat(fsBitmapFormat, fsBitmapFormatMask, int *, int *,
|
||||
int *, int *, int *);
|
||||
extern void FontComputeInfoAccelerators(FontInfoPtr);
|
||||
|
||||
extern void GetGlyphs ( FontPtr font, unsigned long count,
|
||||
unsigned char *chars, FontEncoding fontEncoding,
|
||||
unsigned long *glyphcount, CharInfoPtr *glyphs );
|
||||
extern void QueryGlyphExtents ( FontPtr pFont, CharInfoPtr *charinfo,
|
||||
unsigned long count, ExtentInfoRec *info );
|
||||
extern Bool QueryTextExtents ( FontPtr pFont, unsigned long count,
|
||||
unsigned char *chars, ExtentInfoRec *info );
|
||||
extern Bool ParseGlyphCachingMode ( char *str );
|
||||
extern void InitGlyphCaching ( void );
|
||||
extern void SetGlyphCachingMode ( int newmode );
|
||||
extern int add_range ( fsRange *newrange, int *nranges, fsRange **range,
|
||||
Bool charset_subset );
|
||||
#endif
|
||||
|
||||
#endif /* _FONTUTIL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue