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

123

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dfontfile.cpp27 #include "font.h"
36 int font::res = 0;
37 int font::hor = 1;
38 int font::vert = 1;
39 int font::unitwidth = 0;
40 int font::paperwidth = 0;
41 int font::paperlength = 0;
42 const char *font::papersize = 0;
43 int font::biggestfont = 0;
44 int font
[all...]
H A Dfont.cpp31 #include "font.h"
150 /* font functions */
152 font::font(const char *s) function in class:font
163 font::~font()
208 inline int font::scale(int w, int sz)
213 int font::unit_scale(double *value, char unit)
241 int font::get_skew(int c, int point_size, int sl)
247 int font
[all...]
H A Dnametoindex.cpp29 #include "font.h"
98 int font::number_to_index(int n)
103 int font::name_to_index(const char *s)
/freebsd-9.3-release/gnu/usr.bin/groff/
H A DMakefile3 SUBDIR= contrib doc font man src tmac
/freebsd-9.3-release/contrib/groff/src/include/
H A Dprinter.h52 class font;
55 font *p;
58 font_pointer_list(font *, font_pointer_list *);
73 int *widthp, font **f);
74 font *get_font_from_index(int fontno);
82 virtual font *make_font(const char *nm);
91 font **font_table;
102 font *find_font(const char *);
103 virtual void set_char(int index, font *f, const environment *env,
H A Dfont.h29 class font { class
39 virtual ~font();
61 static font *load_font(const char *, int * = 0, int = 0);
122 font(const char *);
/freebsd-9.3-release/contrib/groff/src/libs/libdriver/
H A Dprinter.cpp80 font_pointer_list::font_pointer_list(font *f, font_pointer_list *fp)
111 font_table = new font *[nfonts];
116 font **old_font_table = font_table;
121 font_table = new font *[nfonts];
130 font *f = find_font(nm);
134 font *printer::find_font(const char *nm)
139 font *f = make_font(nm);
146 font *printer::make_font(const char *nm)
148 return font::load_font(nm);
180 font *
[all...]
/freebsd-9.3-release/tools/tools/vt/fontcvt/
H A Dterminus.sh8 ~/terminus-font-4.36/ter-u${R}n.bdf \
9 ~/terminus-font-4.36/ter-u${R}b.bdf \
/freebsd-9.3-release/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-9.3-release/usr.sbin/kbdmap/
H A DLanguages.phrases8 1. Chose your keyboard font
/freebsd-9.3-release/usr.sbin/bsdconfig/console/
H A DMakefile11 SCRIPTS= console font keymap repeat saver screenmap ttys
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp50 class lbp_font : public font {
66 void set_char(int, font *, const environment *, int, const char *name);
70 font *make_font(const char *);
95 : font(nm)
130 // fprintf(stderr, "Loading font \"%s\" \n", arg);
132 // fprintf(stderr, "Loading font %s \"%s\" in %s at %d\n",
164 if (font::papersize) {
165 papersize = set_papersize(font::papersize);
166 paperlength = font::paperlength;
167 paperwidth = font
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Dfont.c2 * font.c
85 best->font = 0;
176 new_size->font = 0;
193 if (fs->font && fs->font != dw->dvi.default_font) {
194 XUnloadFont (XtDisplay (dw), fs->font->fid);
195 XFree ((char *)fs->font);
210 * ignore gratuitous font loading
242 dw->dvi.font = 0;
244 dw->dvi.cache.font
[all...]
H A DDviP.h66 XFontStruct *font; member in struct:_dviFontSizeList
100 XFontStruct *font; member in struct:_dviCharCache
173 XFontStruct *font; member in struct:__anon1548
/freebsd-9.3-release/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp82 class lj4_font : public font {
97 : font(nm), weight(0), style(0), proportional(0), typeface(0)
166 void set_char(int, font *, const environment *, int, const char *name);
170 font *make_font(const char *);
223 if (7200 % font::res != 0)
225 font::res);
227 if (font::res != 300)
228 printf("\033&u%dD", font::res); // unit of measure
232 if (font::papersize) {
233 int n = lookup_paper_size(font
[all...]
/freebsd-9.3-release/contrib/groff/
H A Dtest-groff.in30 GROFF_FONT_PATH=$builddir/../font$SEP$srcdir/font
/freebsd-9.3-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp102 class tty_font : public font {
136 : font(nm), mode(0)
218 void set_char(int, font *, const environment *, int, const char *name);
227 font *make_font(const char *);
309 int n = w / font::hor;
335 int n = w / font::hor;
363 void tty_printer::set_char(int i, font *f, const environment *env,
366 if (w % font::hor != 0)
381 if (h % font::hor != 0)
384 int hpos = h / font
[all...]
/freebsd-9.3-release/usr.bin/indent/
H A Dio.c598 nm, f->font, nm, f->size);
604 if (of->font[0] != nf->font[0]
605 || of->font[1] != nf->font[1]) {
608 if (nf->font[1]) {
610 *s++ = nf->font[0];
611 *s++ = nf->font[1];
614 *s++ = nf->font[0];
642 if (f->font[
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp43 The width in the groff font file is the product of MULTIPLIER and the
52 class dvi_font : public font {
74 : font(nm), checksum(0), design_size(0)
127 font *cur_font;
175 font *make_font(const char *);
178 void set_char(int, font *, const environment *, int w, const char *name);
200 if (font::res != RES)
202 if (font::unitwidth != UNITWIDTH)
204 if (font::hor != 1)
206 if (font
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.cpp406 class ps_font : public font {
429 : font(nm), encoding_index(-1), encoding(0), reencoded_name(0)
464 font *p;
471 subencoding(font *, unsigned int, int, subencoding *);
475 subencoding::subencoding(font *f, unsigned int n, int ix, subencoding *s)
488 font *f;
494 style(font *, subencoding *, int, int, int);
503 style::style(font *p, subencoding *s, int sz, int h, int sl)
565 subencoding *set_subencoding(font *, int, unsigned char *);
590 void set_char(int i, font *
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/addftinfo/
H A Daddftinfo.cpp93 const char *font = argv[argc-1]; local
94 param.italic = (font[0] != '\0' && strchr(font, '\0')[-1] == 'I');
125 FILE *infp = fopen(font, "r");
127 fatal("can't open `%1': %2", font, strerror(errno));
135 "resolution unitwidth font\n",
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A DMakefile13 SRCS+= lv1call.S ps3cons.c font.h ps3mmu.c ps3net.c ps3repo.c \
105 font.h:
106 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-9.3-release/gnu/usr.bin/groff/src/devices/xditview/
H A DMakefile4 SRCS= device.c draw.c Dvi.c font.c lex.c page.c parse.c xditview.c
/freebsd-9.3-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile7 font.cpp fontfile.cpp geometry.cpp glyphuni.cpp htmlhint.cpp\

Completed in 228 milliseconds

123