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

1234

/freebsd-11-stable/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-11-stable/gnu/usr.bin/groff/font/
H A DMakefile.inc3 DIST_SUBDIR= font/${.CURDIR:T}
/freebsd-11-stable/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 *);
H A DMakefile.sub11 font.h \
/freebsd-11-stable/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-11-stable/gnu/usr.bin/groff/
H A DMakefile3 SUBDIR= contrib font man src tmac
/freebsd-11-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-11-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-11-stable/usr.sbin/bsdconfig/console/
H A DMakefile9 SCRIPTS= console font keymap repeat saver screenmap ttys
/freebsd-11-stable/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-11-stable/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 DMakefile.sub11 font.$(OBJEXT) \
20 $(srcdir)/font.c \
/freebsd-11-stable/targets/pseudo/userland/gnu/
H A DMakefile.depend46 gnu/usr.bin/groff/font/devX100 \
47 gnu/usr.bin/groff/font/devX100-12 \
48 gnu/usr.bin/groff/font/devX75 \
49 gnu/usr.bin/groff/font/devX75-12 \
50 gnu/usr.bin/groff/font/devascii \
51 gnu/usr.bin/groff/font/devcp1047 \
52 gnu/usr.bin/groff/font/devdvi \
53 gnu/usr.bin/groff/font/devhtml \
54 gnu/usr.bin/groff/font/devkoi8-r \
55 gnu/usr.bin/groff/font/devlatin
[all...]
/freebsd-11-stable/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-11-stable/contrib/groff/
H A Dtest-groff.in30 GROFF_FONT_PATH=$builddir/../font$SEP$srcdir/font
H A DMakefile.in84 # `XDEVDIRS' is either `font/devX{75,100}{,-12}' or empty.
93 # `TTYDEVDIRS' is either `font/devascii font/devlatin1' (for
94 # ASCII) or `font/devcp1047' (for EBCDIC) plus font/devutf8.
95 TTYDEVDIRS=@TTYDEVDIRS@ font/devutf8
97 # `OTHERDEVDIRS' is either `font/devlj4 font/devlbp' (for ASCII) or
150 fontdir=$(datasubdir)/font
153 localfontdir=$(dataprogramdir)/site-font
[all...]
/freebsd-11-stable/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-11-stable/usr.bin/indent/
H A Dio.c596 nm, f->font, nm, f->size);
602 if (of->font[0] != nf->font[0]
603 || of->font[1] != nf->font[1]) {
606 if (nf->font[1]) {
608 *s++ = nf->font[0];
609 *s++ = nf->font[1];
612 *s++ = nf->font[0];
640 if (f->font[
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Deqn_html.c40 enum eqn_fontt font; local
173 font = bp->font;
176 font == EQNFONT_ROMAN) ||
177 (tag == TAG_MI && font == (bp->text[1] == '\0' ?
179 font = EQNFONT_NONE;
180 switch (font) {
/freebsd-11-stable/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-11-stable/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...]

Completed in 157 milliseconds

1234