Searched refs:font_set (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawImP.h100 XFontSet font_set; member in struct:_XawIcTablePart
H A DXawIm.c114 Offset (font_set), XtRString, XtDefaultFontSet
581 table->font_set = NULL;
634 if (pp->prev_flg & CIFontSet && p->font_set != pp->font_set) {
635 p->font_set = pp->font_set;
766 SetVaArg( &pe_a[pe_cnt], (XPointer) p->font_set); pe_cnt++;
768 SetVaArg( &st_a[st_cnt], (XPointer) p->font_set); st_cnt++;
769 height = maxAscentOfFontSet(p->font_set)
770 + maxDescentOfFontSet(p->font_set);
[all...]

Completed in 14 milliseconds