Searched refs:fonts (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/share/syscons/
H A DMakefile3 SUBDIR= fonts keymaps scrnmaps
/freebsd-10.0-release/contrib/groff/font/devdvi/generate/
H A DCompileFonts2 # Compile fonts in the sizes needed by groff.
4 fonts="cmr10 cmti10 cmbx10 cmbxti10 cmtt10 cmex10 cmmi10 cmsy10 cmss10 cmssbx10 cmssi10"
8 for f in $fonts; do
/freebsd-10.0-release/contrib/groff/src/devices/xditview/
H A Ddevice.h12 DeviceFont *fonts; member in struct:_Device
H A Dfont.c4 * map dvi fonts to X fonts
37 for (f = dw->dvi.fonts; f; f = f->next)
49 for (f = dw->dvi.fonts; f; f = f->next)
142 char **fonts; local
160 fonts = XListFonts (XtDisplay (dw), fontNameString, 10000000, &count);
163 size = ConvertFontNameToSize (fonts[i]);
174 new_size->x_name = savestr (fonts[i]);
180 XFreeFontNames (fonts);
224 f->next = dw->dvi.fonts;
[all...]
H A Ddevice.c77 dev->fonts = 0;
91 f = dev->fonts;
179 for (f = dev->fonts; f; f = f->next)
219 f->next = dev->fonts;
220 dev->fonts = f;
H A DDviP.h59 * a list of fonts we've used for this widget
146 DviFontList *fonts; member in struct:__anon1429
H A DDvi.c217 dw->dvi.fonts = 0;
/freebsd-10.0-release/share/syscons/fonts/
H A DMakefile31 INDEX.fonts
33 FILESDIR= ${SHAREDIR}/syscons/fonts
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A DMakefile106 uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h
/freebsd-10.0-release/contrib/mdocml/
H A Dterm_ps.c107 * We define, for the time being, three fonts: bold, oblique/italic, and
112 static const struct font fonts[TERMFONT__MAX] = { variable in typeref:struct:font
812 ps_printf(p, " %s", fonts[i].name);
828 ps_printf(p, "/BaseFont /%s\n", fonts[i].name);
857 fonts[(int)p->ps->lastf].name,
919 p->ps->pscol += (size_t)fonts[f].gly[0].wx;
925 p->ps->pscol += (size_t)fonts[f].gly[c].wx;
1104 fonts[(int)f].name,
1119 return((size_t)fonts[(int)TERMFONT_NONE].gly[0].wx);
1122 return((size_t)fonts[(in
[all...]
/freebsd-10.0-release/usr.sbin/lpr/lpr/
H A Dlpr.c89 static char *fonts[4]; /* troff font names */ variable
175 case '1': /* troff fonts */
179 fonts[optopt - '1'] = optarg;
355 if (fonts[i] != NULL)
356 card('1'+i, fonts[i]);
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c373 char fonts[4][50]; /* fonts for troff */ variable
403 * Reset troff fonts.
406 strcpy(fonts[i], ifonts[i]);
515 case '1': /* troff fonts */
520 strlcpy(fonts[line[0]-'1'], line + 1,
743 if (fonts[n][0] != '/')
746 (void) write(fo, fonts[n], strlen(fonts[n]));
/freebsd-10.0-release/contrib/file/
H A DMakefile.am76 $(MAGIC_FRAGMENT_DIR)/fonts \
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex560 % Kludge this until the fonts are right (grr).
1386 % PDF outlines are displayed using system fonts, instead of
1387 % document fonts. Therefore we cannot use special characters,
1458 \message{fonts,}
1469 % Select #1 fonts with the current style.
1471 \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname}
1537 % Text fonts (11.2pt, magstep1).
1551 % A few fonts for @defun names and args.
1598 % Chapter (and unnumbered) fonts (17.28pt).
1611 % Section fonts (14.
[all...]
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex552 % Kludge this until the fonts are right (grr).
1291 % PDF outlines are displayed using system fonts, instead of
1292 % document fonts. Therefore we cannot use special characters,
1392 \message{fonts,}
1403 % Select #1 fonts with the current style.
1405 \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname}
1471 % Text fonts (11.2pt, magstep1).
1485 % A few fonts for @defun names and args.
1532 % Chapter (and unnumbered) fonts (17.28pt).
1545 % Section fonts (14.
[all...]
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex551 % Kludge this until the fonts are right (grr).
1290 % PDF outlines are displayed using system fonts, instead of
1291 % document fonts. Therefore we cannot use special characters,
1391 \message{fonts,}
1402 % Select #1 fonts with the current style.
1404 \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname}
1470 % Text fonts (11.2pt, magstep1).
1491 % A few fonts for @defun names and args.
1535 % Chapter (and unnumbered) fonts (17.28pt).
1547 % Section fonts (14.
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresrc.c151 static int fonts; variable
960 ++fonts;
970 fd->index = fonts;

Completed in 181 milliseconds