Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/pkg/manifests/
H A Dtext-doctools.p5m58 dir path=usr/lib/font
59 dir path=usr/lib/font/devpost group=lp
60 file path=usr/lib/font/devpost/AB group=lp mode=0444
61 file path=usr/lib/font/devpost/AB.name group=lp mode=0444
62 file path=usr/lib/font/devpost/AB.out group=lp mode=0444
63 file path=usr/lib/font/devpost/AI group=lp mode=0444
64 file path=usr/lib/font/devpost/AI.name group=lp mode=0444
65 file path=usr/lib/font/devpost/AI.out group=lp mode=0444
66 file path=usr/lib/font/devpost/AR group=lp mode=0444
67 file path=usr/lib/font/devpost/AR.name group=lp mode=0444
[all …]
/illumos-gate/usr/src/common/font/
H A Dfont.c235 bitmap_data_t *font = NULL; in set_font() local
246 font = fl->font_data; in set_font()
247 if (font->font == NULL && fl->font_load != NULL && in set_font()
249 font = fl->font_load(fl->font_name); in set_font()
251 if (font == NULL || font->font == NULL) in set_font()
252 font = NULL; in set_font()
257 if (font == NULL) in set_font()
258 font = gfx_get_font(*rows, *cols, h, w); in set_font()
260 if (font != NULL) { in set_font()
261 *rows = (height - BORDER_PIXELS) / font->height; in set_font()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c95 struct Font font; variable
199 write(fdout, &font, sizeof(struct Font)); in main()
200 write(fdout, width, font.nwfont & BYTEMASK); in main()
201 write(fdout, kern, font.nwfont & BYTEMASK); in main()
202 write(fdout, code, font.nwfont & BYTEMASK); in main()
243 font.specfont = font.ligfont = spacewidth = 0; in dofont()
248 fscanf(fin, "%s", font.namefont); in dofont()
250 fscanf(fin, "%s", font.intname); in dofont()
252 font.specfont = 1; in dofont()
254 fscanf(fin, "%1s", &font.spare1); in dofont()
[all …]
H A DREADME23 The devpost directory includes width tables for the entire LaserWriter Plus font
26 in /usr/lib/font/devpost. You can point troff there using the -Tpost option, while
31 The mapping from troff's one or two character font names to PostScript fonts is
41 Adding a new font file (for troff and dpost) can be time consuming, but isn't
44 1: Pick a one or two character font name for troff and dpost - no longer a
45 trivial task! To find out what two character font names are taken type,
50 Any unused one or two character font name can be chosen. I've tried to choose
51 two character font names with the first character representing the font family
76 font. For simple characters (like an a) it's just the ASCII code. Characters
84 built a width table for font XR and the PostScript name is /ExtraFont-Roman
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c95 struct Font font; variable
190 write(fdout, &font, sizeof(struct Font)); in main()
191 write(fdout, width, font.nwfont & BYTEMASK); in main()
192 write(fdout, kern, font.nwfont & BYTEMASK); in main()
193 write(fdout, code, font.nwfont & BYTEMASK); in main()
233 font.specfont = font.ligfont = spacewidth = 0;
238 fscanf(fin, "%s", font.namefont);
240 fscanf(fin, "%s", font.intname);
242 font.specfont = 1;
244 fscanf(fin, "%1s", &font.spare1);
[all …]
H A DREADME52 device and font descriptions in the directory
53 /usr/doctools/font/devxxx
63 In addition, each font needs a file describing its
71 default font info) and XX.out for info about font XX.
102 and font(5), which describes the format of the device
103 and font description files.
113 causes font to be called xx but data is loaded
172 the "font too big for position n" error can no longer arise.
174 ensures that all font positions are at least that big.
175 this eliminates the "font X too big for position Y" message
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h69 struct font { struct
83 struct font *font; member
130 const uint8_t *font_lookup(const struct font *, uint32_t);
131 void font_bit_to_pix4(struct font *, uint8_t *, uint32_t, uint32_t, uint32_t);
132 void font_bit_to_pix8(struct font *, uint8_t *, uint32_t, uint32_t, uint32_t);
133 void font_bit_to_pix16(struct font *, uint16_t *, uint32_t, uint32_t, uint32_t);
134 void font_bit_to_pix24(struct font *, uint8_t *, uint32_t, uint32_t, uint32_t);
135 void font_bit_to_pix32(struct font *, uint32_t *, uint32_t, uint32_t, uint32_t);
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c307 map[next].font = strtok(ptr, " \t\n"); in readmap()
309 if ( map[next].font == NULL ) in readmap()
463 char *font; in copyfonts() local
478 while ( (font = strtok(NULL, " \t\n")) != NULL ) { in copyfonts()
479 if ( strcmp(font, ATEND) == 0 ) { in copyfonts()
483 if ( (n = lookup(font)) < next ) { in copyfonts()
528 lookup(char *font) in lookup() argument
540 if ( strcmp(font, map[i].font) == 0 ) { in lookup()
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c42 enum eqn_fontt font; in eqn_box() local
175 font = bp->font; in eqn_box()
178 font == EQNFONT_ROMAN) || in eqn_box()
179 (tag == TAG_MI && font == (bp->text[1] == '\0' ? in eqn_box()
181 font = EQNFONT_NONE; in eqn_box()
182 switch (font) { in eqn_box()
H A Dman_term.c287 enum termfont font[2]; in pre_alternate() local
293 font[0] = TERMFONT_NONE; in pre_alternate()
294 font[1] = TERMFONT_BOLD; in pre_alternate()
297 font[0] = TERMFONT_NONE; in pre_alternate()
298 font[1] = TERMFONT_UNDER; in pre_alternate()
301 font[0] = TERMFONT_BOLD; in pre_alternate()
302 font[1] = TERMFONT_NONE; in pre_alternate()
305 font[0] = TERMFONT_BOLD; in pre_alternate()
306 font[1] = TERMFONT_UNDER; in pre_alternate()
309 font[0] = TERMFONT_UNDER; in pre_alternate()
[all …]
H A Deqn.c523 bp->font = bp->parent->font; in eqn_box_alloc()
728 parent->font = EQNFONT_ROMAN; in eqn_parse()
783 parent->font = EQNFONT_FAT; in eqn_parse()
786 parent->font = EQNFONT_ROMAN; in eqn_parse()
789 parent->font = EQNFONT_ITALIC; in eqn_parse()
792 parent->font = EQNFONT_BOLD; in eqn_parse()
1037 cur->font = EQNFONT_ROMAN; in eqn_parse()
1040 if (cur->font == EQNFONT_NONE) in eqn_parse()
1041 cur->font = EQNFONT_ITALIC; in eqn_parse()
1046 if (cur->font != EQNFONT_NONE || *p == '\0') in eqn_parse()
[all …]
H A Dtbl_layout.c111 cp->font = ESCAPE_FONTBOLD; in mods()
122 cp->font = ESCAPE_FONTITALIC; in mods()
199 cp->font = fontesc; in mods()
362 p->font = ESCAPE_FONTROMAN; in cell_alloc()
H A Deqn_term.c91 if (bp->font != EQNFONT_NONE) in eqn_box()
92 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
155 if (bp->font != EQNFONT_NONE) in eqn_box()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex13 \usepackage{avant} % Use the Avantgarde font for headings
14 %\usepackage{times} % Use the Times font for headings
15 \usepackage{mathptmx} % Use the Adobe Times Roman as the default text font together with math symbo…
18 \usepackage{microtype} % Slightly tweak font spacing for aesthetics
51 basicstyle=\footnotesize\ttfamily, % The default font size and style of the code
55 …ont{T1}{pcr}{m}{sl}\color{DarkGreen}, % Style of comments within the code - dark green courier font
83 {\addvspace{15pt}\large\sffamily\bfseries} % Spacing and font options for chapters
89 {\addvspace{5pt}\sffamily\bfseries} % Spacing and font options for sections
96 {\addvspace{1pt}\sffamily\small} % Spacing and font options for subsections
127 \renewcommand{\chaptermark}[1]{\markboth{\sffamily\normalsize\bfseries #1}{}} % Chapter text font s…
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME51 /usr/lib/font/devpost/* ie. $(FONTDIR)/devpost/* in Makefile
52 /usr/lib/font/PDQ/devpost/* ie. $(FONTDIR)/PDQ/devpost/* in Makefile
66 (eg. installing dpost and the font files) type,
68 make TARGETS="dpost font" install
109 FONTDIR - Where the binary font files go. Should be set to troff's font
191 The default font files (in /usr/lib/font/devpost) assume a resolution of
225 host resident fonts. All the ASCII width tables in ./font/devpost were
239 font
241 fonts. The ASCII files can be found in directory font/devpost, and are
246 PostScript fonts are built up using definitions in font/devpost/charlib.
[all …]
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1885 bitmap_data_t *font = NULL; in gfx_get_font() local
1909 font = fl->font_data; in gfx_get_font()
1910 if (height / font->height < rows || in gfx_get_font()
1911 width / font->width < cols) in gfx_get_font()
1920 if (font->font == NULL || in gfx_get_font()
1924 font = fl->font_load(fl->font_name); in gfx_get_font()
1928 font = NULL; in gfx_get_font()
1931 return (font); in gfx_get_font()
1935 load_mapping(int fd, struct font *fp, int n) in load_mapping()
1966 builtin_mapping(struct font *fp, int n) in builtin_mapping()
[all …]
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c165 setfbits(chbits, font); in mchbits()
256 font1 = font;
257 font = j;
280 savfont = font; in setwd()
308 font = savfont; in setwd()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c388 int font = 0; /* font position we're using now */ variable
1986 font = n; in setfont()
2010 if ( fontname[font].name == NULL ) in t_sf()
2015 if ( (fnum = fontname[font].number) > MAXINTERNAL || fnum < 0 ) in t_sf()
2019 sprintf(temp, "%s/%s", hostfontdir, fontname[font].name); in t_sf()
2025 lastfont = font; in t_sf()
2032 fprintf(tf, "%d %s f\n", pstab[size-1], fontname[font].name); in t_sf()
2311 k = ofont = font; in put1()
2314 p = codetab[font]; in put1()
2315 pw = widthtab[font]; in put1()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE26 code field in the S font file for lc, rc, lf, and rf is set to 1. A code larger
27 than 32 means a character from Adobe's Symbol font will be used. Think the real
31 Adobe's Symbol font. eqn extends all the pieces with the \(bv character, while
36 bracket and brace characters available in Adobe's Symbol font.
40 Symbol font and then draws a small horizontal line at either the top or bottom
H A D121 %ident "@(#)lp:filter/postscript/font/devpost/charlib/12 1.2"
27 /ofont font def
H A D141 %ident "@(#)lp:filter/postscript/font/devpost/charlib/14 1.2"
27 /ofont font def
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java48 Font font = new Font("SansSerif", Font.BOLD, 12); in SLPDgui() local
50 setFont(font); in SLPDgui()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.h80 struct font font; member
H A Dgfxp_vgatext.c974 console->vga.font.vf_map[i] = font_data->font->vf_map[i]; in vgatext_init()
975 console->vga.font.vf_map_count[i] = in vgatext_init()
976 font_data->font->vf_map_count[i]; in vgatext_init()
978 console->vga.font.vf_bytes = font_data->font->vf_bytes; in vgatext_init()
979 console->vga.font.vf_width = font_data->font->vf_width; in vgatext_init()
980 console->vga.font.vf_height = font_data->font->vf_height; in vgatext_init()
1129 from = font_lookup(&console->vga.font, c); in vgatext_setfont()
/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c35 font[i][icol][0] = lefline[i][icol] = 0; in getspec()
132 snp=font[nclin][icol-1]; in readspec()
153 snp=font[nclin][icol-1]; in readspec()

123456