Home
last modified time | relevance | path

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

12345

/titanic_50/usr/src/pkg/manifests/
H A Dtext-doctools.mf39 dir path=usr/lib/font
40 dir path=usr/lib/font/devpost group=lp
41 dir path=usr/lib/font/devpost/charlib group=lp
42 dir path=usr/lib/font/devpost/fontmaps group=lp
73 file path=usr/lib/font/devpost/AB group=lp mode=0444
74 file path=usr/lib/font/devpost/AB.name group=lp mode=0444
75 file path=usr/lib/font/devpost/AB.out group=lp mode=0444
76 file path=usr/lib/font/devpost/AI group=lp mode=0444
77 file path=usr/lib/font/devpost/AI.name group=lp mode=0444
78 file path=usr/lib/font/devpost/AI.out group=lp mode=0444
[all …]
/titanic_50/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c97 struct Font font; variable
201 write(fdout, &font, sizeof(struct Font)); in main()
202 write(fdout, width, font.nwfont & BYTEMASK); in main()
203 write(fdout, kern, font.nwfont & BYTEMASK); in main()
204 write(fdout, code, font.nwfont & BYTEMASK); in main()
245 font.specfont = font.ligfont = spacewidth = 0; in dofont()
250 fscanf(fin, "%s", font.namefont); in dofont()
252 fscanf(fin, "%s", font.intname); in dofont()
254 font.specfont = 1; in dofont()
256 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 …]
/titanic_50/usr/src/cmd/troff/troff.d/
H A Dmakedev.c97 struct Font font; variable
192 write(fdout, &font, sizeof(struct Font)); in main()
193 write(fdout, width, font.nwfont & BYTEMASK); in main()
194 write(fdout, kern, font.nwfont & BYTEMASK); in main()
195 write(fdout, code, font.nwfont & BYTEMASK); in main()
235 font.specfont = font.ligfont = spacewidth = 0;
240 fscanf(fin, "%s", font.namefont);
242 fscanf(fin, "%s", font.intname);
244 font.specfont = 1;
246 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
H A Dt6.c238 xfont = font;
375 setfbits(chbits, font); in mchbits()
485 font1 = font;
486 font = j;
509 savfont = font; in setwd()
537 font = savfont; in setwd()
/titanic_50/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c309 map[next].font = strtok(ptr, " \t\n"); in readmap()
311 if ( map[next].font == NULL ) in readmap()
465 char *font; in copyfonts() local
480 while ( (font = strtok(NULL, " \t\n")) != NULL ) { in copyfonts()
481 if ( strcmp(font, ATEND) == 0 ) { in copyfonts()
485 if ( (n = lookup(font)) < next ) { in copyfonts()
530 lookup(char *font) in lookup() argument
542 if ( strcmp(font, map[i].font) == 0 ) { in lookup()
H A DREADME24 and prepends requested host resident font files to the input. The downloaded
28 files and font files are in *hostfontdir. It's initialized using HOSTFONTDIR
/titanic_50/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 …]
/titanic_50/usr/src/cmd/mandoc/
H A Dhtml.c224 enum htmlfont font; in print_metaf() local
228 font = h->metal; in print_metaf()
231 font = HTMLFONT_ITALIC; in print_metaf()
234 font = HTMLFONT_BOLD; in print_metaf()
237 font = HTMLFONT_BI; in print_metaf()
242 font = HTMLFONT_NONE; in print_metaf()
255 h->metac = font; in print_metaf()
257 switch (font) { in print_metaf()
H A Dman_term.c281 enum termfont font[2]; in pre_alternate() local
287 font[0] = TERMFONT_NONE; in pre_alternate()
288 font[1] = TERMFONT_BOLD; in pre_alternate()
291 font[0] = TERMFONT_NONE; in pre_alternate()
292 font[1] = TERMFONT_UNDER; in pre_alternate()
295 font[0] = TERMFONT_BOLD; in pre_alternate()
296 font[1] = TERMFONT_NONE; in pre_alternate()
299 font[0] = TERMFONT_BOLD; in pre_alternate()
300 font[1] = TERMFONT_UNDER; in pre_alternate()
303 font[0] = TERMFONT_UNDER; in pre_alternate()
[all …]
H A Deqn_term.c63 if (bp->font != EQNFONT_NONE) in eqn_box()
64 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
108 if (bp->font != EQNFONT_NONE) in eqn_box()
/titanic_50/usr/src/cmd/troff/nroff.d/
H A Dn6.c164 setfbits(chbits, font); in mchbits()
256 font1 = font;
257 font = j;
280 savfont = font; in setwd()
308 font = savfont; in setwd()
/titanic_50/usr/src/tools/codereview/
H A Dlwlp.c160 char *font; member
166 char *font; member
745 if (current.font != newfont) { in setcurrentfont()
747 current.font = newfont; in setcurrentfont()
748 (void) fprintf(outfile, "%s\n", current.font); in setcurrentfont()
762 char *font; in restorestate() local
764 font = current.font; in restorestate()
767 setcurrentfont(font, f); in restorestate()
777 fs->font = current.font; in save_format_state()
787 setcurrentfont(fs->font, outfile); in restore_format_state()
[all …]
/titanic_50/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 D341 %ident "@(#)lp:filter/postscript/font/devpost/charlib/34 1.2"
27 /ofont font def
H A Dsq1 %ident "@(#)lp:filter/postscript/font/devpost/charlib/sq 1.2"
33 font B eq {fill} {stroke} ifelse
H A D141 %ident "@(#)lp:filter/postscript/font/devpost/charlib/14 1.2"
27 /ofont font def
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c390 int font = 0; /* font position we're using now */ variable
1988 font = n; in setfont()
2012 if ( fontname[font].name == NULL ) in t_sf()
2017 if ( (fnum = fontname[font].number) > MAXINTERNAL || fnum < 0 ) in t_sf()
2021 sprintf(temp, "%s/%s", hostfontdir, fontname[font].name); in t_sf()
2027 lastfont = font; in t_sf()
2034 fprintf(tf, "%d %s f\n", pstab[size-1], fontname[font].name); in t_sf()
2313 k = ofont = font; in put1()
2316 p = codetab[font]; in put1()
2317 pw = widthtab[font]; in put1()
[all …]
H A DREADME42 ASCII font and description files for many standard PostScript fonts can be found
43 in ../font/devpost. They should be installed in /usr/lib/font/devpost, and are
/titanic_50/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()
/titanic_50/usr/src/cmd/tbl/
H A Dt4.c37 font[i][icol][0] = lefline[i][icol] = 0; in getspec()
130 snp=font[nclin][icol-1]; in readspec()
151 snp=font[nclin][icol-1]; in readspec()
/titanic_50/usr/src/cmd/eqn/
H A De.y92 | font box %prec FONT { font($1, $2); }
167 font : ROMAN { setfont(ROM); }
/titanic_50/usr/src/cmd/troff/
H A Dn5.c805 savfont = font;
823 font = savfont;
843 font = savfont;
1062 font = sfont; in caseul()
1067 sfont = font; in caseul()
1068 font = ulfont; in caseul()

12345