Home
last modified time | relevance | path

Searched refs:XAaTextWidth (Results 1 – 3 of 3) sorted by relevance

/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Daafont.h24 int XAaTextWidth (XFontStruct * font_struct, char *s, int length);
H A Daafont.c315 int XAaTextWidth (XFontStruct * font_struct, char *s, int length) in XAaTextWidth() function
H A Dfont.c41 return XAaTextWidth (current_font->font_struct, (char *) s, l); in CImageTextWidth()