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

123

/freebsd-9.3-release/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-9.3-release/sys/dev/syscons/
H A Dsyscons.c157 #include "font.h"
370 u_char *font; local
417 font = sc->font_8;
422 font = sc->font_14;
427 font = sc->font_16;
431 font = NULL;
454 scp->font = font;
1472 case PIO_FONT8x8: /* set 8x8 dot font */
1479 * 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-9.3-release/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...]
H A Dinput.cpp39 #include "font.h"
292 if ((font::use_charnames_in_special) && (fn != 0)) {
5182 if ((font::use_charnames_in_special) && tok.special()) {
5207 if ((font::use_charnames_in_special) && (c == '\\')) {
7312 font::command_line_font_dir(optarg);
7395 if (!font::load_desc())
7397 units_per_inch = font::res;
7398 hresolution = font::hor;
7399 vresolution = font::vert;
7400 sizescale = font
[all...]
/freebsd-9.3-release/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...]
H A Dwindint.h414 unichar *font; member in struct:rc_dialog
441 /* Whether the font is italic. */
697 /* Index of font entry. */
699 /* Length of font information. */
H A Dresbin.c484 d->font = NULL;
495 toosmall (_("dialog font point size"));
503 toosmall (_("dialogex font information"));
510 d->font = get_unicode (wrbfd, data + off, length - off, &sublen);
1510 off = unicode_to_bin (wrbfd, off, dialog->font);
/freebsd-9.3-release/usr.sbin/sade/
H A Dsade.h453 extern void systemChangeFont(const u_char font[]);
/freebsd-9.3-release/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;
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dtable.cpp951 if (!m->font.empty())
952 printfs(".ft %1\n", m->font);
975 if (!m->font.empty())
976 printfs("\\f[%1]", m->font);
991 if (!m->font.empty())
/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp26 extern int stipple_index[]; /* stipple font index for stipples 0 - 16 */
50 void HGSetFont(int font, int size);
364 | thickness depends on font and pointsize.
368 HGSetFont(int font, argument
372 ".ps %d\n", tfont[font - 1], tsize[size - 1]);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dsysinstall.h456 extern DMenu MenuSysconsFont; /* System console font configuration menu */
841 extern void systemChangeFont(const u_char font[]);
/freebsd-9.3-release/etc/
H A Dservices2429 font-service 7100/tcp #X Font Service
2430 font-service 7100/udp #X Font Service
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh399 'fn' 'font' 'foreground' 'html-viewer' 'html-viewer-tty' 'mode' \
421 'bw' 'display' 'fg' 'fn' 'font' 'foreground' 'ft' 'geometry' \
515 export _OPT_FN; # set font in some modes.
3866 --fn=font, --font=font, --foreground=color, --geometry=geom, --iconic,
4540 --fn|--font) # set font for viewers, arg;
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh20805 # ' Match the single quote in above here doc -- for font-lock mode.
21097 # ' Match the 3rd single quote in the here doc -- for font-lock mode.
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src794 # reason: cp437 (aka "straight to font") is not functional under luit.
1071 # SGR10 - Select font 0 - ESC [ 10 m or SO
1072 # SGR11 - Select font 1 - ESC [ 11 m or SI
1073 # SGR12 - Select font 2 - ESC [ 12 m
1075 # SGR17 - Select font 7 - ESC [ 17 m
1078 # location because the UNIX PC has dynamically reloadable fonts. I use font
1079 # 0 for regular text and font 1 for italics, but this is by no means
1101 # * This routine loads a font defined in the file ALTFONT
1102 # * into font memory slot #1. Once the font ha
[all...]

Completed in 526 milliseconds

123