HomeSort by relevance Sort by last modified time
    Searched defs:font (Results 1 - 8 of 8) sorted by null

  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/
omText.c 94 XFontStruct *font; local
104 args[0] = (XPointer) &font;
116 XSetFont(dpy, gc, font->fid);
120 x += XTextWidth16(font, xchar2b_buf, buf_len);
123 x += XTextWidth(font, (char *) xchar2b_buf, buf_len);
omTextEsc.c 90 XFontStruct *font; local
100 args[0] = (XPointer) &font;
113 width += XTextWidth16(font, xchar2b_buf, buf_len);
115 width += XTextWidth(font, (char *) xchar2b_buf, buf_len);
omTextExt.c 93 XFontStruct *font; local
109 args[0] = (XPointer) &font;
122 XTextExtents16(font, xchar2b_buf, buf_len, &direction,
125 XTextExtents(font, (char *) xchar2b_buf, buf_len, &direction,
omTextPer.c 97 XFontStruct *font; local
114 args[0] = (XPointer) &font;
137 logical_ascent = font->ascent;
138 logical_descent = font->descent;
140 logical_ascent = max(logical_ascent, font->ascent);
141 logical_descent = max(logical_descent, font->descent);
145 CI_GET_DEFAULT_INFO_2D(font, def)
148 CI_GET_DEFAULT_INFO_1D(font, def)
154 CI_GET_CHAR_INFO_2D(font, xchar2b_ptr->byte1,
158 CI_GET_CHAR_INFO_1D(font, *xchar_ptr, def, cs
    [all...]
XomGeneric.h 89 unsigned long shift; /* the code point to scope the font */
94 XFontStruct *font; member in struct:_FontScope
149 XFontStruct *font; member in struct:_FontSetRec
omXChar.c 131 font_set->font = XLoadQueryFont(oc->core.om->core.display,
133 if (font_set->font == NULL)
139 if (font_set->font->min_byte1 || font_set->font->max_byte1)
275 font_scope->font = XLoadQueryFont(oc->core.om->core.display,
277 if (font_scope->font)
284 to load the same font again. */
285 if (font_scope->font == NULL)
310 if (font_scope->font == NULL && font_scope->load_failed == False) {
313 *((XFontStruct **) args[0]) = font_scope->font;
425 XFontStruct *font; local
    [all...]
omEuro.c 101 XFontStruct *font; member in struct:_FontSetRec
244 if (font_set->font == NULL) {
245 font_set->font = XLoadQueryFont(dpy, font_set->font_name);
246 if (font_set->font == NULL)
284 XFontStruct **font_list, *font; local
289 font = *font_list++;
290 overall = font->max_bounds;
291 overall.lbearing = font->min_bounds.lbearing;
292 logical_ascent = font->ascent;
293 logical_descent = font->descent
633 XFontStruct **font_list, *font; local
850 XFontStruct *font = *oc->core.font_info.font_struct_list; local
968 XFontStruct *font = *oc->core.font_info.font_struct_list; local
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xlib.h 219 Font font; /* default text font for text operations */ member in struct:__anon198
1037 Font font; \/* font to print it in, None don't change *\/ member in struct:__anon251
1049 Font font; \/* font to print it in, None don't change *\/ member in struct:__anon253
1058 XFontStruct *font; } XEDataObject; member in union:__anon254
    [all...]

Completed in 180 milliseconds