Home
last modified time | relevance | path

Searched refs:font (Results 1 – 25 of 263) sorted by relevance

1234567891011

/NextBSD/contrib/groff/src/libs/libgroff/
HDfontfile.cpp36 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::spare2 = 0;
45 int font::sizescale = 1;
[all …]
HDfont.cpp152 font::font(const char *s) in font() function in font
163 font::~font() in ~font()
208 inline int font::scale(int w, int sz) in scale()
213 int font::unit_scale(double *value, char unit) in unit_scale()
241 int font::get_skew(int c, int point_size, int sl) in get_skew()
247 int font::contains(int c) in contains()
252 int font::is_special() in is_special()
271 int font::get_width(int c, int point_size) in get_width()
277 if (point_size == unitwidth || font::unscaled_charwidths) in get_width()
302 int font::get_height(int c, int point_size) in get_height()
[all …]
/NextBSD/contrib/groff/contrib/mom/examples/
HDelvis_syntax31 font args DA DE EN ES FR IT NL NO PT SV
32 font args DEFAULT CHAPTER NAMED LETTER
33 font args TYPESET TYPEWRITE
34 font args FINAL DRAFT
35 font args BLOCK QUAD
36 font args LEFT RIGHT CENTER CENTRE JUSTIFY TOP BOTTOM L R C J
37 font args OFF QUIT END EXIT DONE NO ALL
38 font args PAGE NUMBER STAR
39 font args LETTER LEGAL EXECUTIVE LEDGER TABLOID QUARTO FOLIO
40 font args 10x14 A3 A4 A5 B4 B5
[all …]
HDelvis_syntax.new46 font args DA DE EN ES FR IT NL NO PT SV
47 font args DEFAULT CHAPTER NAMED LETTER
48 font args TYPESET TYPEWRITE
49 font args FINAL DRAFT
50 font args BLOCK QUAD
51 font args LEFT RIGHT CENTER CENTRE JUSTIFY TOP BOTTOM L R C J
52 font args OFF QUIT END EXIT DONE NO ALL
53 font args PAGE NUMBER STAR LINE
54 font args LETTER LEGAL EXECUTIVE LEDGER TABLOID QUARTO FOLIO
55 font args 10x14 A3 A4 A5 B4 B5
[all …]
/NextBSD/contrib/file/magic/Magdir/
HDfonts4 # fonts: file(1) magic for font data
11 0 string %!PS-AdobeFont-1. PostScript Type 1 font text
13 6 string %!PS-AdobeFont-1. PostScript Type 1 font program data
14 0 string %!FontType1 PostScript Type 1 font program data
15 6 string %!FontType1 PostScript Type 1 font program data
16 0 string %!PS-Adobe-3.0\ Resource-Font PostScript Type 1 font text
18 # X11 font files in SNF (Server Natural Format) format
21 0 belong 00000004 X11 SNF font data, MSB first
22 #>104 belong 00000004 X11 SNF font data, MSB first
23 !:mime application/x-font-sfn
[all …]
HDnews6 0 string StartFontMetrics ASCII font metrics
7 0 string StartFont ASCII font bits
8 0 belong 0x137A2944 NeWS bitmap font
9 0 belong 0x137A2947 NeWS font family
12 8 belong 0x137A2B45 X11/NeWS bitmap font
13 8 belong 0x137A2B48 X11/NeWS font family
/NextBSD/contrib/gdb/gdb/doc/
HDpsrc.sed1 /font defs: ---/,/end font defs ---/c\
2 %-------------------- PostScript (K Berry names) font defs: --------------\
3 \\font\\bbf=ptmb at 10pt\
4 \\font\\vbbf=ptmb at 12pt\
5 \\font\\smrm=ptmr at 6pt\
6 \\font\\brm=ptmr at 10pt\
7 \\font\\rm=ptmr at 8pt\
8 \\font\\it=ptmri at 8pt\
9 \\font\\tt=pcrr at 8pt\
11 \\font\\sym=psyr at 7pt\
[all …]
HDlpsrc.sed1 /font defs: ---/,/end font defs ---/c\
2 %-------------------- PostScript (long names) font defs: -----------------\
3 \\font\\bbf=Times-Bold at 10pt\
4 \\font\\vbbf=Times-Bold at 12pt\
5 \\font\\smrm=Times-Roman at 6pt\
6 \\font\\brm=Times-Roman at 10pt\
7 \\font\\rm=Times-Roman at 8pt\
8 \\font\\it=Times-Italic at 8pt\
9 \\font\\tt=Courier at 8pt\
11 \\font\\sym=Symbol at 7pt\
[all …]
/NextBSD/contrib/mdocml/
HDstyle.css13 body { font-size: smaller; font-family: Helvetica,Arial,sans-serif; }
14 h1 { margin-bottom: 1ex; font-size: 110%; margin-left: -4ex; } /* Section header (Sh, SH). */
15 h2 { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
27 table.foot { font-size: smaller; margin-top: 1em; border-top: 1px dotted #dddddd; } /* Document foo…
30 table.head { font-size: smaller; margin-bottom: 1em; border-bottom: 1px dotted #dddddd; } /* Docume…
35 /* General font modes. */
38 .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
40 .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
42 .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, …
51 i.addr { font-weight: normal; } /* Address (Ad). */
[all …]
HDexample.style.css11 font-family: monospace; } /* This is the outer node of all mandoc -T[x]html documents. */
12 div.mandoc h1 { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (S…
13 div.mandoc h2 { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section heade…
36 div.mandoc .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
37 div.mandoc .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
38 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: …
39 div.mandoc i.addr { font-weight: normal; } /* Address (Ad). */
40 div.mandoc i.arg { font-weight: normal; } /* Command argument (Ar). */
42 div.mandoc b.cmd { font-style: normal; } /* Command (Cm). */
43 div.mandoc b.config { font-style: normal; } /* Config statement (Cd). */
[all …]
/NextBSD/crypto/heimdal/doc/doxyout/hcrypto/html/
HDdoxygen.css2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
18 font-weight: bold
47 font-size: 70%;
51 font-weight: bold;
56 font-weight: bold;
65 font-weight: bold;
[all …]
/NextBSD/crypto/heimdal/doc/doxyout/wind/html/
HDdoxygen.css2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
18 font-weight: bold
47 font-size: 70%;
51 font-weight: bold;
56 font-weight: bold;
65 font-weight: bold;
[all …]
/NextBSD/crypto/heimdal/doc/doxyout/ntlm/html/
HDdoxygen.css2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
18 font-weight: bold
47 font-size: 70%;
51 font-weight: bold;
56 font-weight: bold;
65 font-weight: bold;
[all …]
/NextBSD/crypto/heimdal/doc/doxyout/hx509/html/
HDdoxygen.css2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
18 font-weight: bold
47 font-size: 70%;
51 font-weight: bold;
56 font-weight: bold;
65 font-weight: bold;
[all …]
/NextBSD/crypto/heimdal/doc/doxyout/krb5/html/
HDdoxygen.css2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
18 font-weight: bold
47 font-size: 70%;
51 font-weight: bold;
56 font-weight: bold;
65 font-weight: bold;
[all …]
/NextBSD/crypto/heimdal/doc/doxyout/hdb/html/
HDdoxygen.css2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
18 font-weight: bold
47 font-size: 70%;
51 font-weight: bold;
56 font-weight: bold;
65 font-weight: bold;
[all …]
/NextBSD/crypto/heimdal/doc/doxyout/gssapi/html/
HDdoxygen.css2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
18 font-weight: bold
47 font-size: 70%;
51 font-weight: bold;
56 font-weight: bold;
65 font-weight: bold;
[all …]
/NextBSD/contrib/groff/src/libs/libdriver/
HDprinter.cpp80 font_pointer_list::font_pointer_list(font *f, font_pointer_list *fp) in font_pointer_list()
111 font_table = new font *[nfonts]; in load_font()
116 font **old_font_table = font_table; in load_font()
121 font_table = new font *[nfonts]; in load_font()
130 font *f = find_font(nm); in load_font()
134 font *printer::find_font(const char *nm) in find_font()
139 font *f = make_font(nm); in find_font()
146 font *printer::make_font(const char *nm) in make_font()
148 return font::load_font(nm); in make_font()
180 font *f; in set_ascii_char()
[all …]
/NextBSD/contrib/groff/src/include/
HDprinter.h52 class font; variable
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,
/NextBSD/contrib/libxo/xohtml/
HDxohtml.css23 font-size: 70%;
32 font-family: monospace;
42 font-family: monospace;
47 font-family: monospace;
52 * font-weight: bold;
68 font-family: monospace;
75 font-family: monospace;
128 font-family: monospace;
143 font-family: monospace;
194 font-size: 70%;
[all …]
/NextBSD/contrib/groff/src/devices/grotty/
HDtty.cpp102 class tty_font : public font {
136 : font(nm), mode(0) in tty_font()
218 void set_char(int, font *, const environment *, int, const char *name);
227 font *make_font(const char *);
309 int n = w / font::hor; in make_underline()
335 int n = w / font::hor; in make_bold()
363 void tty_printer::set_char(int i, font *f, const environment *env, in set_char()
366 if (w % font::hor != 0) in set_char()
381 if (h % font::hor != 0) in add_char()
384 int hpos = h / font::hor; in add_char()
[all …]
/NextBSD/crypto/heimdal/doc/
HDheimdal.css4 font-family: serif;
8 font-family: sans-serif;
9 font-weight: bold;
18 font-size: 200%;
21 font-size: 150%;
24 font-size: 120%;
27 font-weight: bold;
47 font-family: monospace;
/NextBSD/contrib/groff/src/devices/xditview/
HDfont.c85 best->font = 0; in LookupFontSizeBySize()
176 new_size->font = 0; in InstallFontSizes()
193 if (fs->font && fs->font != dw->dvi.default_font) { in DisposeFontSizes()
194 XUnloadFont (XtDisplay (dw), fs->font->fid); in DisposeFontSizes()
195 XFree ((char *)fs->font); in DisposeFontSizes()
242 dw->dvi.font = 0; in InstallFont()
244 dw->dvi.cache.font = 0; in InstallFont()
272 dw->dvi.font = 0; in ForgetFonts()
274 dw->dvi.cache.font = 0; in ForgetFonts()
387 if (!fs->font) { in QueryFont()
[all …]
/NextBSD/contrib/groff/src/devices/grolbp/
HDlbp.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) in lbp_font()
164 if (font::papersize) { in lbp_printer()
165 papersize = set_papersize(font::papersize); in lbp_printer()
166 paperlength = font::paperlength; in lbp_printer()
167 paperwidth = font::paperwidth; in lbp_printer()
171 paperlength = int(pl * font::res + 0.5); in lbp_printer()
172 paperwidth = int(pw * font::res + 0.5); in lbp_printer()
[all …]
/NextBSD/contrib/groff/src/devices/grolj4/
HDlj4.cpp82 class lj4_font : public font {
97 : font(nm), weight(0), style(0), proportional(0), typeface(0) in lj4_font()
166 void set_char(int, font *, const environment *, int, const char *name);
170 font *make_font(const char *);
223 if (7200 % font::res != 0) in lj4_printer()
225 font::res); in lj4_printer()
227 if (font::res != 300) in lj4_printer()
228 printf("\033&u%dD", font::res); // unit of measure in lj4_printer()
232 if (font::papersize) { in lj4_printer()
233 int n = lookup_paper_size(font::papersize); in lj4_printer()
[all …]

1234567891011