Searched refs:XBestFont (Results 1 - 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | xwindow-private.h | 552 *XBestFont(Display *,const XResourceInfo *,const MagickBooleanType);
|
H A D | methods.h | 1341 #define XBestFont PrependMagickMethod(XBestFont) macro
|
H A D | xwindow.c | 725 % XBestFont() returns the "best" font. "Best" is defined as a font specified 729 % The format of the XBestFont method is: 731 % XFontStruct *XBestFont(Display *display, 736 % o font: XBestFont returns a pointer to a XFontStruct structure. 797 MagickPrivate XFontStruct *XBestFont(Display *display, 9133 font_info=XBestFont(display,&resource_info,MagickFalse); 9154 font_info=XBestFont(display,&resource_info,MagickFalse); 790 MagickPrivate XFontStruct *XBestFont(Display *display, function
|
H A D | animate.c | 1478 windows->font_info=XBestFont(display,resource_info,MagickFalse);
|
H A D | widget.c | 9066 text_info=XBestFont(display,resource_info,MagickTrue);
|
H A D | display.c | 14624 windows->font_info=XBestFont(display,resource_info,MagickFalse);
|
Completed in 925 milliseconds