Searched refs:font (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/dialog/samples/
H A Deditbox315 --fixed-font "$@" --editbox $input 0 0 2>$output
H A Deditbox-utf832 --fixed-font "$@" --editbox $input 0 0 2>$output
/freebsd-12-stable/tools/tools/vt/fontcvt/
H A Dterminus.sh10 ~/terminus-font-4.36/ter-u${R}n.bdf \
11 ~/terminus-font-4.36/ter-u${R}b.bdf \
/freebsd-12-stable/usr.sbin/bsdconfig/console/
H A DMakefile9 SCRIPTS= console font keymap repeat saver screenmap ttys
/freebsd-12-stable/contrib/mandoc/
H A Deqn.h70 enum eqn_fontt font; /* Font in this box. */ member in struct:eqn_box
H A Deqn_html.c42 enum eqn_fontt font; local
175 font = bp->font;
178 font == EQNFONT_ROMAN) ||
179 (tag == TAG_MI && font == (bp->text[1] == '\0' ?
181 font = EQNFONT_NONE;
182 switch (font) {
H A Dmdoc.h130 enum mdoc_font font; /* font */ member in struct:mdoc_bf
H A Deqn.c515 bp->font = bp->parent->font;
720 parent->font = EQNFONT_ROMAN;
775 parent->font = EQNFONT_FAT;
778 parent->font = EQNFONT_ROMAN;
781 parent->font = EQNFONT_ITALIC;
784 parent->font = EQNFONT_BOLD;
1029 cur->font = EQNFONT_ROMAN;
1032 if (cur->font == EQNFONT_NONE)
1033 cur->font
[all...]
H A Deqn_term.c91 if (bp->font != EQNFONT_NONE)
92 term_fontpush(p, fontmap[(int)bp->font]);
155 if (bp->font != EQNFONT_NONE)
H A Dman_term.c285 enum termfont font[2]; local
291 font[0] = TERMFONT_NONE;
292 font[1] = TERMFONT_BOLD;
295 font[0] = TERMFONT_NONE;
296 font[1] = TERMFONT_UNDER;
299 font[0] = TERMFONT_BOLD;
300 font[1] = TERMFONT_NONE;
303 font[0] = TERMFONT_BOLD;
304 font[1] = TERMFONT_UNDER;
307 font[
[all...]
H A Dhtml.c210 print_text(h, "span.Pa, span.Ad { font-style: italic; }");
212 print_text(h, "span.Ms { font-weight: bold; }");
216 print_text(h, " dt { font-weight: bold; }");
221 print_text(h, "code.Cd { font-weight: bold; "
222 "font-family: inherit; }");
227 html_setfont(struct html *h, enum mandoc_esc font) argument
229 switch (font) {
231 font = h->metal;
240 font = ESCAPE_FONTROMAN;
246 h->metac = font;
[all...]
H A Dtree.c362 if (ep->font)
363 printf(" font=%d", ep->font);
/freebsd-12-stable/sys/dev/syscons/
H A Dscvidctl.c142 u_char *font; local
166 font = scp->sc->font_8;
171 font = scp->sc->font_14;
176 font = scp->sc->font_16;
180 font = NULL;
218 scp->font = font;
283 scp->font = NULL;
315 u_char *font;
337 font
[all...]
H A Dscvgarndr.c505 unsigned char *font; local
510 font = sc->font_8;
513 font = sc->font_16;
516 font = sc->font_14;
529 bcopy(font + c*h, font + sc->cursor_char*h, h);
530 font = font + sc->cursor_char*h;
533 font[i] ^= 0xff;
536 vidd_load_font(sc->adp, 0, h, 8, font, s
[all...]
H A Dsyscons.h58 /* Always load font data if the pixel (raster text) mode is to be used. */
64 * If font data is not available, the `arrow'-shaped mouse cursor cannot
143 resolution of 1920x1200 with an 8x8 font...
305 u_char *font; /* current font */ member in struct:scr_stat
569 u_char *font, int base, int count);
571 u_char *font, int base, int count);
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in185 warn "Oops, mismatched font! Trying to continue\n";
195 warn "Oops, mismatched font! Trying to continue\n";
/freebsd-12-stable/usr.sbin/kbdmap/
H A Dkbdmap.c50 static const char *font; variable
221 * Read font from /etc/rc.conf else return default.
239 " font%dx%d = \"%20[-.0-9a-zA-Z_]",
257 * Set a font using 'vidcontrol'
279 /* Extract font size */
288 * Check font size is valid, with no trailing characters
292 fprintf(stderr, "Which font size? %s\n", fnt);
301 fprintf(stderr, "Which font size? %s\n", fnt);
341 printf("font%s=%s\n", p, km->keym);
367 /* start right font, assum
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Drcparse.y182 | input font
362 dialog.font = NULL;
387 dialog.font = NULL;
414 dialog.font = NULL;
473 dialog.font = $5;
486 dialog.font = $5;
501 dialog.font = $5;
516 dialog.font = $5;
969 font: label
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex623 % latex.ltx, since we use a different font for the raised A; it's most
624 % convenient for us to use an explicitly smaller font, rather than using
625 % the \scriptstyle font (since we don't reset \scriptstyle and
816 % outputs text on separate line in roman font, starting at standard page margin
1101 % @dots{} outputs an ellipsis using the current font.
1103 % font as three actual period characters.
1460 % Change the current font style to #1, remembering it in \curfontstyle.
1461 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1466 \csname ten#1\endcsname % change the current font
1479 % Texinfo sort of supports the sans serif font styl
[all...]
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c77 unsigned char *font; member in struct:video_adapter_softc
426 sc->font = dflt_font_16;
485 sc->font = data;
690 p = sc->font + c*AM335X_FONT_HEIGHT;
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex753 % outputs text on separate line in roman font, starting at standard page margin
1445 % Change the current font style to #1, remembering it in \curfontstyle.
1446 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
1451 \csname ten#1\endcsname % change the current font
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1474 % We don't need math for this font style.
1762 % Set the font macro #1 to the font named \fontprefix#2.
1763 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
1773 \font#
[all...]
/freebsd-12-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c115 * font maps
417 * Set the default vt font.
425 err(1, "loading default vt font");
443 warnx("bad magic in font file\n");
477 * Load a font from file and set it.
518 errx(1, "%s: can't load font file", filename);
541 errx(1, "%s: bad font size specification", type);
571 errx(1, "%s: can't guess font size", filename);
586 errx(1, "%s: bad font file", filename);
592 err(1, "loading font");
1401 char *font, *type, *termmode; local
[all...]
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c108 unsigned char *font; member in struct:bcmsc_softc
519 sc->font = dflt_font_16;
577 sc->font = data;
779 p = sc->font + c*BCMFB_FONT_HEIGHT;
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c114 unsigned char *font; member in struct:video_adapter_softc
558 sc->font = dflt_font_16;
622 sc->font = data;
830 p = sc->font + c * IPU3FB_FONT_HEIGHT;
/freebsd-12-stable/sys/arm/versatile/
H A Dversatile_clcd.c151 unsigned char *font; member in struct:video_adapter_softc
625 sc->font = dflt_font_16;
683 sc->font = data;
871 p = sc->font + c*VERSATILE_FONT_HEIGHT;

Completed in 305 milliseconds

12