Searched defs:font (Results 1 - 18 of 18) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSinkP.h94 XFontStruct *font; /* Font to draw in. */ member in struct:__anon347
H A DLabelP.h88 XFontStruct *font; member in struct:__anon367
H A DSmeBSBP.h71 of the font height of the label. */
75 XFontStruct * font; /* The font to show label in. */ member in struct:__anon387
H A DAsciiSink.c79 offset(font), XtRString, XtDefaultFont},
155 XFontStruct *font = sink->ascii_sink.font; local
185 if (font->per_char &&
186 (c >= font->min_char_or_byte2 && c <= font->max_char_or_byte2))
187 width = font->per_char[c - font->min_char_or_byte2].width;
189 width = font->min_bounds.width;
221 Dimension width = XTextWidth(sink->ascii_sink.font, (cha
655 XFontStruct *font = sink->ascii_sink.font; local
[all...]
H A DListP.h83 XFontStruct *font; member in struct:__anon369
H A DMultiSink.c605 /* Font set is not in the GC! Do not make a new GC when font set changes! */
705 XFontStruct *font; local
709 * Suppose the first font of fontset stores the unit of column.
717 font = f_list[0];
721 * Find the figure width of the current font.
726 ( (!XGetFontProperty(font, XA_FIGURE_WIDTH, &figure_width)) ||
728 if (font->per_char && font->min_char_or_byte2 <= '$' &&
729 font->max_char_or_byte2 >= '$')
730 figure_width = font
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1LabelP.h64 XFontStruct *font; member in struct:__anon303
H A DXaw3_1ListP.h83 XFontStruct *font; member in struct:__anon305
H A DXaw3_1SmeBSBP.h67 of the font height of the label. */
71 XFontStruct * font; /* The font to show label in. */ member in struct:__anon319
H A DXaw3_1TextSinkP.h79 XFontStruct *font; /* Font to draw in. */ member in struct:__anon338
H A DXaw3_1AsciiSink.c131 XFontStruct *font = sink->text_sink.font; local
161 if (font->per_char &&
162 (c >= font->min_char_or_byte2 && c <= font->max_char_or_byte2))
163 width = font->per_char[c - font->min_char_or_byte2].width;
165 width = font->min_bounds.width;
197 Dimension width = XTextWidth(sink->text_sink.font, (char *) buf, len);
210 (int) y - sink->text_sink.font
[all...]
H A DXaw3_1ClockP.h45 XFontStruct *font; /* font for text */ member in struct:__anon290
H A DXaw3_1TextSink.c59 offset(font), XtRString, XtDefaultFont},
224 if (w->text_sink.font != old_w->text_sink.font) {
406 font_height = sink->text_sink.font->ascent + sink->text_sink.font->descent;
426 return(lines * (sink->text_sink.font->ascent +
427 sink->text_sink.font->descent));
448 XFontStruct *font = sink->text_sink.font; local
451 * Find the figure width of the current font
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DFontCreatP.h78 FontRec *font; member in struct:__anon200
H A DFontSamplP.h55 FontRec *font; member in struct:_DisplayedFontRec
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c97 * 20-Mar-89: Added backup font (fixed) if XQueryLoadFont() fails.
98 * Changed default font to lucida-sans-24.
107 * 15-Feb-89: Changed default font to pellucida-sans-18.
194 static XFontStruct *font; variable
427 passx, passy - font->ascent,
428 XTextWidth(font, pwbuf, slen),
429 font->ascent + font->descent);
538 left = iconx[screen] + ICONW + font->max_bounds.width;
539 y = icony[screen] + font
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSample.c136 "No font is currently selected"},
350 FontRec *f = d->font;
358 (void) _FSBDownloadFontIfNecessary(d->font, s->sampler.fsb);
397 if (f->blend == NULL) CSname = UnsharedCS(f->font->full_name);
399 sprintf(buf, "%s %s", f->font->full_name, f->blend->blend_name);
405 _FSBSetCurrentFont(s->sampler.fsb, f->font->font_name);
1218 "No font selection box given to font sampler",
1326 /* Must be the same font, different blend */
1362 d->font
1561 FontMatchesFilters( FontRec *font, BlendRec *blend, FontSamplerWidget s) argument
[all...]
H A DFontSB.c268 static void GetTextDimensions(Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom);
1481 /* This font might already be there, so check before downloading */
2528 /* If the blend data is NULL, we have a blend line for a font
2529 that we don't believe is a MM font. Ignore it */
2612 FontRec *font)
2620 if (f == font) goto FOUND_BOGUS;
2684 FontRec *font)
2686 if (font == fsb->fsb.currently_previewed) _FSBBogusFont(fsb, font);
2687 else FlushFont(fsb, font);
2610 FlushFont( FontSelectionBoxWidget fsb, FontRec *font) argument
2682 _FSBFlushFont( FontSelectionBoxWidget fsb, FontRec *font) argument
2690 _FSBBogusFont( FontSelectionBoxWidget fsb, FontRec *font) argument
4362 GetTextDimensions( Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom) argument
4375 FSBGetTextDimensions( Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom) argument
[all...]

Completed in 47 milliseconds