Searched defs:fonts (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DFontSBP.h87 FontRec *fonts; member in struct:_FontFamilyRec
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c740 /* Compensate for fonts with foundries in the full name but not the
784 /* Handle Multiple Master fonts */
1030 for (f = ff->fonts; f != NULL; f = f->next) {
1049 /* Deal with fonts that don't have useful information */
1087 ff->fonts = NULL;
1099 f->next = ff->fonts;
1152 ff->fonts = f;
1161 while (ff->fonts != NULL) {
1162 prev = highestPrev = &ff->fonts;
1163 highest = ff->fonts;
1207 AddFamily( FontSelectionBoxWidget fsb, char *family, char *fonts, char *weight, char *fullname, char *name) argument
[all...]

Completed in 19 milliseconds