Searched refs:font (Results 51 - 75 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.sub42 FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp35 #include "font.h"
243 font::command_line_font_dir(optarg);
291 font::set_unknown_desc_command_handler(handle_unknown_desc_command);
292 if (!font::load_desc())
718 "-ffam\tuse fam as the default font family\n"
/freebsd-11-stable/usr.bin/indent/
H A Dindent_globs.h216 /* -troff font state information */
219 char font[4]; member in struct:fstate
226 keywordf, /* keyword font */
227 stringf, /* string font */
228 boxcomf, /* Box comment font */
229 blkcomf, /* Block comment font */
230 scomf, /* Same line comment font */
231 bodyf; /* major body font */
238 struct fstate cfont; /* Current font */
H A Dindent.c259 if (bodyf.font[0] == 0)
261 if (scomf.font[0] == 0)
263 if (blkcomf.font[0] == 0)
265 if (boxcomf.font[0] == 0)
267 if (stringf.font[0] == 0)
269 if (keywordf.font[0] == 0)
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c76 unsigned char *font; member in struct:video_adapter_softc
425 sc->font = dflt_font_16;
484 sc->font = data;
689 p = sc->font + c*AM335X_FONT_HEIGHT;
/freebsd-11-stable/contrib/mdocml/
H A Dtree.c346 if (ep->font)
347 printf(" font=%d", ep->font);
H A Dmandoc.h136 MANDOCERR_BF_NOFONT, /* missing font type, using \fR: Bf */
137 MANDOCERR_BF_BADFONT, /* unknown font type, using \fR: Bf font */
159 MANDOCERR_FT_BAD, /* unknown font, skipping request: ft font */
384 int size; /* font size of expression */
400 enum eqn_fontt font; /* font of box */ member in struct:eqn_box
424 ESCAPE_FONT, /* a generic font mode */
425 ESCAPE_FONTBOLD, /* bold font mod
[all...]
H A Dterm_ps.c54 struct font { struct
73 enum termfont lastf; /* last set font */
74 enum termfont nextf; /* building next font here */
75 size_t scale; /* font scaling factor */
116 * normal (roman). The following table hard-codes the font metrics for
120 static const struct font fonts[TERMFONT__MAX] = {
901 ps_printf(p, "%%%%DocumentNeededResources: font");
939 * in a new page and make sure the font is correctly set.
1041 /* Check the font mode; open a new scope if it doesn't match. */
1086 * a font instructio
[all...]
/freebsd-11-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-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp590 if (!font.empty()) {
592 put_string(font, stderr);
885 error("missing font name");
899 list->font += char(c);
903 list->font = c;
908 list->font += char(c);
1049 list->font = "B";
1054 list->font = "I";
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp1458 case 'f': // x font: mount font
1608 if (!font::load_desc())
1617 current_env->size = 10 * font::sizescale;
1628 EnvInt font_res = font::res;
1632 if (int_arg != font::hor)
1635 if (int_arg != font::vert)
1731 case 'f': // f: set font to number
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c119 * font maps
419 * Set the default vt font.
427 errc(1, errno, "loading default vt font");
445 warnx("bad magic in font file\n");
479 * Load a font from file and set it.
521 errx(1, "%s: can't load font file", filename);
544 errx(1, "%s: bad font size specification", type);
574 errx(1, "%s: can't guess font size", filename);
586 warnx("%s: bad font file", filename);
590 errx(1, "%s: bad font fil
1354 char *font, *type, *termmode; local
[all...]
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h64 /* Always load font data if the pixel (raster text) mode is to be used. */
70 * If font data is not available, the `arrow'-shaped mouse cursor cannot
149 resolution of 1920x1200 with an 8x8 font...
308 u_char *font; /* current font */ member in struct:scr_stat
573 u_char *font, int base, int count);
575 u_char *font, int base, int count);
H A Dsyscons.c157 #include "font.h"
429 u_char *font; local
476 font = sc->font_8;
481 font = sc->font_14;
486 font = sc->font_16;
490 font = NULL;
513 scp->font = font;
1559 case PIO_FONT8x8: /* set 8x8 dot font */
1566 * Always use the font pag
[all...]
H A Dscmouse.c936 if (ISTEXTSC(cur_scp) && (cur_scp->font != NULL))
939 cur_scp->font + cur_scp->font_size
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S335 /* ANK 'A' font */
341 /* Get 'A' font from CG window */
348 font.1: add (%bx),%eax
350 loop font.1
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c152 unsigned char *font; member in struct:video_adapter_softc
626 sc->font = dflt_font_16;
684 sc->font = data;
872 p = sc->font + c*VERSATILE_FONT_HEIGHT;
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c107 unsigned char *font; member in struct:bcmsc_softc
518 sc->font = dflt_font_16;
576 sc->font = data;
778 p = sc->font + c*BCMFB_FONT_HEIGHT;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c112 unsigned char *font; member in struct:video_adapter_softc
556 sc->font = dflt_font_16;
620 sc->font = data;
828 p = sc->font + c * IPU3FB_FONT_HEIGHT;
/freebsd-11-stable/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6064 " [-i n] afmfile mapfile font\n";
6069 my $font = $ARGV[2];
6301 # If multiple glyphs in the font represent the same character
6306 # computation of a character sequence. It can be used by font
6417 open(FONT, ">$font") || die "$prog: can't open \`$font' for output: $!\n";
6420 print("name $font\n");
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp91 "font",
318 FILE *fp = font::open_file(prologue, &path);
354 fp = font::open_file(r->filename, &path);
1078 FILE *fp = font::open_file("download", &path);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp41 #include "font.h"
114 // embolden fontno when this is the current font
131 font *fm;
143 font_info(symbol, int, symbol, font *);
168 font *fm;
180 tfont_spec(symbol, int, font *, font_size, int, int);
226 font_info::font_info(symbol nm, int n, symbol enm, font *f)
258 // presumably a special font
450 tfont_spec::tfont_spec(symbol nm, int n, font *f,
619 if (fm->has_ligature(font
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c149 /* The number of font resources we have written out. */
898 /* Define a font resource. */
916 e = open_file_search (filename, FOPEN_RB, "font file", &real_filename);
919 fatal (_("stat failed on font file `%s': %s"), real_filename,
937 /* For each font resource, we must add an entry in the FONTDIR
938 resource. The FONTDIR resource includes some strings in the font
979 information of the last font. I don't know what else to do. */
1003 file has been parsed, if any font resources were seen. */
2020 case RT_FONT: s = "font"; break;
2502 if (dialog->font !
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dvga.c262 uint8_t ch, attr, font; local
296 font = sc->vga_ram[font_offset + 2 * 64*KB];
298 if (font & (1 << bit))
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp38 #include "font.h"
1610 // handled by post-grohtml (use font size n as the html base font size)
1723 if (!font::load_desc())
1725 image_gen = font::image_generator;

Completed in 707 milliseconds

1234