3 #ifndef FFT_INTERFACE_H
4 #define FFT_INTERFACE_H
6 void FftGetFontHeights(
7 FftFontType
*fftf
, int *height
, int *ascent
, int *descent
);
9 FlocaleFont
*flf
, int *max_char_width
);
10 FftFontType
*FftGetFont(Display
*dpy
, char *fontname
, char *module
);
12 Display
*dpy
, FlocaleFont
*flf
, FlocaleWinString
*fws
,
13 Pixel fg
, Pixel fgsh
, Bool has_fg_pixels
, int len
,
15 int FftTextWidth(FlocaleFont
*flf
, char *str
, int len
);
16 void FftPrintPatternInfo(FftFont
*f
, Bool vertical
);