Don't explicitly send MotionNotify event during Resize (GeometryWindow)
[fvwm.git] / libs / FftInterface.h
blob2d120bc6fa4841018adb0cf4fe2a73d1806c2dba
1 /* -*-c-*- */
3 #ifndef FFT_INTERFACE_H
4 #define FFT_INTERFACE_H
6 void FftGetFontHeights(
7 FftFontType *fftf, int *height, int *ascent, int *descent);
8 void FftGetFontWidths(
9 FlocaleFont *flf, int *max_char_width);
10 FftFontType *FftGetFont(Display *dpy, char *fontname, char *module);
11 void FftDrawString(
12 Display *dpy, FlocaleFont *flf, FlocaleWinString *fws,
13 Pixel fg, Pixel fgsh, Bool has_fg_pixels, int len,
14 unsigned long flags);
15 int FftTextWidth(FlocaleFont *flf, char *str, int len);
16 void FftPrintPatternInfo(FftFont *f, Bool vertical);
17 #endif