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

12

/freebsd-current/tools/test/stress2/tools/
H A Dmonitor.sh31 font="fixed"
32 xterm -geo 164x21+1+1 -fn "$font" \
35 xterm -geo 164x5+1+307 -fn "$font" \
38 xterm -geo 164x14+1+405 -fn "$font" \
/freebsd-current/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-current/usr.sbin/bsdconfig/console/
H A DMakefile8 SCRIPTS= console font keymap repeat saver screenmap ttys
/freebsd-current/tools/tools/vt/fontcvt/
H A Dterminus.sh9 ~/terminus-font-4.36/ter-u${R}n.bdf \
10 ~/terminus-font-4.36/ter-u${R}b.bdf \
/freebsd-current/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 Dtbl.h66 enum mandoc_esc font; member in struct:tbl_cell
H A Dman_term.c287 enum termfont font[2]; local
293 font[0] = TERMFONT_NONE;
294 font[1] = TERMFONT_BOLD;
297 font[0] = TERMFONT_NONE;
298 font[1] = TERMFONT_UNDER;
301 font[0] = TERMFONT_BOLD;
302 font[1] = TERMFONT_NONE;
305 font[0] = TERMFONT_BOLD;
306 font[1] = TERMFONT_UNDER;
309 font[
[all...]
H A Dtbl_layout.c111 cp->font = ESCAPE_FONTBOLD;
122 cp->font = ESCAPE_FONTITALIC;
179 /* Ignore parenthised font names for now. */
199 cp->font = fontesc;
362 p->font = ESCAPE_FONTROMAN;
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 Deqn.c523 bp->font = bp->parent->font;
728 parent->font = EQNFONT_ROMAN;
783 parent->font = EQNFONT_FAT;
786 parent->font = EQNFONT_ROMAN;
789 parent->font = EQNFONT_ITALIC;
792 parent->font = EQNFONT_BOLD;
1037 cur->font = EQNFONT_ROMAN;
1040 if (cur->font == EQNFONT_NONE)
1041 cur->font
[all...]
H A Dtree.c371 if (ep->font)
372 printf(" font=%d", ep->font);
474 switch (cp->font) {
H A Dhtml.c221 print_text(h, ".Pa, .Ad { font-style: italic; }");
223 print_text(h, ".Ms { font-weight: bold; }");
227 print_text(h, " dt { font-weight: bold; }");
230 "{ font-weight: bold; font-family: inherit; }");
235 html_setfont(struct html *h, enum mandoc_esc font) argument
237 switch (font) {
239 font = h->metal;
250 font = ESCAPE_FONTROMAN;
256 h->metac = font;
[all...]
/freebsd-current/stand/userboot/userboot/
H A Duserboot_cons.c28 #include <sys/font.h>
/freebsd-current/sys/dev/syscons/
H A Dscvidctl.c140 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;
339 font
[all...]
H A Dscvgarndr.c503 unsigned char *font; local
508 font = sc->font_8;
511 font = sc->font_16;
514 font = sc->font_14;
527 bcopy(font + c*h, font + sc->cursor_char*h, h);
528 font = font + sc->cursor_char*h;
531 font[i] ^= 0xff;
534 vidd_load_font(sc->adp, 0, h, 8, font, s
[all...]
H A Dsyscons.h56 /* Always load font data if the pixel (raster text) mode is to be used. */
62 * If font data is not available, the `arrow'-shaped mouse cursor cannot
133 resolution of 1920x1200 with an 8x8 font...
292 u_char *font; /* current font */ member in struct:scr_stat
556 u_char *font, int base, int count);
558 u_char *font, int base, int count);
/freebsd-current/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-current/usr.sbin/kbdmap/
H A Dkbdmap.c48 static const char *font; variable
219 * Read font from /etc/rc.conf else return default.
237 " font%dx%d = \"%20[-.0-9a-zA-Z_]",
255 * Set a font using 'vidcontrol'
277 /* Extract font size */
286 * Check font size is valid, with no trailing characters
290 fprintf(stderr, "Which font size? %s\n", fnt);
299 fprintf(stderr, "Which font size? %s\n", fnt);
339 printf("font%s=%s\n", p, km->keym);
368 /* start right font, assum
[all...]
/freebsd-current/stand/common/
H A Dgfx_fb.c89 #include <sys/font.h>
104 /* VGA text mode does use bold font. */
113 * Must be sorted by font size in descending order
181 * Setup font list to have builtin font.
1967 * Reset font flags to FONT_AUTO.
2033 * Calculate font size from density independent pixels (dp):
2038 * We are rounding font size up and are searching for font which is
2045 vt_font_bitmap_data_t *font local
2089 vt_font_bitmap_data_t *font = NULL; local
[all...]
/freebsd-current/tools/tools/vt/mkkfont/
H A Dmkkfont.c33 #include <sys/font.h>
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c75 unsigned char *font; member in struct:video_adapter_softc
424 sc->font = dflt_font_16;
482 sc->font = data;
687 p = sc->font + c*AM335X_FONT_HEIGHT;
/freebsd-current/usr.sbin/vidcontrol/
H A Dvidcontrol.c101 * font maps
402 * Set the default vt font.
410 err(1, "loading default vt font");
428 warnx("bad magic in font file\n");
462 * Load a font from file and set it.
503 errx(1, "%s: can't load font file", filename);
526 errx(1, "%s: bad font size specification", type);
556 errx(1, "%s: can't guess font size", filename);
571 errx(1, "%s: bad font file", filename);
577 err(1, "loading font");
1425 char *font, *type, *termmode; local
[all...]

Completed in 242 milliseconds

12