Home
last modified time | relevance | path

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

12345

/titanic_41/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_41/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_41/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
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DFontConverter.java64 Font font = (Font) obj; in convertToString()
67 switch (font.getStyle()) { in convertToString()
79 …getMsg("sunsoft.jws.visual.rt.type.FontConverter.Warning-co-__unknown__fon.29") + font.getStyle()); in convertToString()
84 return (/* NOI18N */"name=" + font.getName() in convertToString()
86 + /* NOI18N */";size=" + font.getSize()); in convertToString()
/titanic_41/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()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DLabelBar.java151 Font font = getFont(); in minimumSize() local
152 if (label != null && label.length() > 0 && font != null) { in minimumSize()
153 FontMetrics fm = getFontMetrics(font); in minimumSize()
222 Font font = getFont(); in paint() local
223 FontMetrics fm = getFontMetrics(font); in paint()
/titanic_41/usr/src/cmd/mandoc/
H A Deqn_term.c54 if (EQNFONT_NONE != bp->font) in eqn_box()
55 term_fontpush(p, fontmap[(int)bp->font]); in eqn_box()
71 if (EQNFONT_NONE != bp->font) in eqn_box()
H A Dhtml.c226 enum htmlfont font; in print_metaf() local
230 font = h->metal; in print_metaf()
233 font = HTMLFONT_ITALIC; in print_metaf()
236 font = HTMLFONT_BOLD; in print_metaf()
239 font = HTMLFONT_BI; in print_metaf()
244 font = HTMLFONT_NONE; in print_metaf()
257 h->metac = font; in print_metaf()
259 switch (font) { in print_metaf()
H A Dman_term.c295 enum termfont font[2]; in pre_alternate() local
301 font[0] = TERMFONT_NONE; in pre_alternate()
302 font[1] = TERMFONT_BOLD; in pre_alternate()
305 font[0] = TERMFONT_NONE; in pre_alternate()
306 font[1] = TERMFONT_UNDER; in pre_alternate()
309 font[0] = TERMFONT_BOLD; in pre_alternate()
310 font[1] = TERMFONT_NONE; in pre_alternate()
313 font[0] = TERMFONT_BOLD; in pre_alternate()
314 font[1] = TERMFONT_UNDER; in pre_alternate()
317 font[0] = TERMFONT_UNDER; in pre_alternate()
[all …]
H A Deqn_html.c62 t = EQNFONT_NONE == bp->font ? NULL : in eqn_box()
63 print_otag(p, fontmap[(int)bp->font], 0, NULL); in eqn_box()
/titanic_41/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_41/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_41/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_41/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 D141 %ident "@(#)lp:filter/postscript/font/devpost/charlib/14 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 D121 %ident "@(#)lp:filter/postscript/font/devpost/charlib/12 1.2"
27 /ofont font def
/titanic_41/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_41/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_41/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_41/usr/src/cmd/eqn/
H A De.y92 | font box %prec FONT { font($1, $2); }
167 font : ROMAN { setfont(ROM); }

12345