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

123

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.h41 * The font data for a printer is saved in an array of the following type.
47 char *font; /* a request for this PostScript font */ member in struct:map
H A Ddownload.c34 * download - host resident font downloader
48 * for an unlisted font or inaccessible file is ignored. All font requests are
72 * *hostfontdir/ prepended to the file string associated with a particular font.
78 * restricts their use to a limited number of printers. A font licensed for
102 Map *map = NULL; /* device font map table */
103 char *stringspace = NULL; /* for storing font and file strings */
136 * Host resident font download. The input files are assumed to be part of a
148 readmap(); /* read the font map table */
149 readresident(); /* and the optional resident font lis
465 char *font; local
530 lookup(char *font) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dbdf_to_c.awk95 font = $2;
97 printf "#include <sys/font.h>\n\n"
211 printf "static unsigned char FONTDATA_%s[] = {\n", font;
249 printf "static unsigned char *ENCODINGS_%s[256] = {\n", font;
253 printf "\tFONTDATA_%s+%d,\n", font, encoding[i];
256 printf "bitmap_data_t font_data_%s = {\n", font;
258 printf "\tFONTDATA_%s,\n", font;
259 printf "\tENCODINGS_%s\n", font;
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h36 struct font { struct
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c45 in the largest font for a particular device
46 eliminates the "font X too big for position Y"
65 makes the font tables for fonts F only,
83 F.out contains the font header, width, kern, codes, and fitab.
97 struct Font font; variable in typeref:struct:Font
106 char fitab[NFITAB]; /* font index table: position of char i on this font. */
109 #define FSIZE 254 /* size of a physical font (e.g., 102 for cat) */
110 char width[FSIZE]; /* width table for a physical font */
112 char code[FSIZE]; /* actual device codes for a physical font */
[all...]
H A DMakefile28 # cmd/lp/filter/postscript/font/Makefile
42 ROOTLIBFONT = $(ROOTLIB)/font
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c45 in the largest font for a particular device
46 eliminates the "font X too big for position Y"
65 makes the font tables for fonts F only,
83 F.out contains the font header, width, kern, codes, and fitab.
97 struct Font font; variable in typeref:struct:Font
106 char fitab[NFITAB]; /* font index table: position of char i on this font. */
109 #define FSIZE 256 /* size of a physical font (e.g., 102 for cat) */
110 char width[FSIZE]; /* width table for a physical font */
112 char code[FSIZE]; /* actual device codes for a physical font */
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/fontmaps/
H A DMakefile25 # cmd/lp/filter/postscript/font/devpost/fontmaps/Makefile
33 ROOTFONTMAPS = $(ROOT)/usr/lib/font/devpost/fontmaps
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DMakefile41 font \
/illumos-gate/usr/src/lib/efcode/engine/
H A DMakefile.com30 alarm.o interactive.o framebuffer.o font.o fb8.o extend.o tracing.o \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java48 Font font = new Font("SansSerif", Font.BOLD, 12);
50 setFont(font);
/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c41 char font[MAXHEAD][MAXCOL][2]; variable
H A Dt..c35 extern char font[MAXHEAD][MAXCOL][2];
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DMakefile24 # cmd/lp/filter/postscript/font/devpost/charlib/Makefile
36 ROOTCHARLIB = $(ROOT)/usr/lib/font/devpost/charlib
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl101 .hidebar td.elided-label { font-style: italic; width: 12em; }
115 a.print { font-size: x-small; }
119 pre { font-family: courier, monospace; font-size: 0.8em; }
124 .hidebar td.elided-label { font-style: italic; font-size: small; }
126 span.added { font-weight: bold;
128 span.subtracted { font-style: italic;
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c63 if (bp->font != EQNFONT_NONE)
64 term_fontpush(p, fontmap[(int)bp->font]);
108 if (bp->font != EQNFONT_NONE)
H A Dhtml.c203 enum htmlfont font; local
207 font = h->metal;
210 font = HTMLFONT_ITALIC;
213 font = HTMLFONT_BOLD;
216 font = HTMLFONT_BI;
220 font = HTMLFONT_NONE;
232 h->metac = font;
234 switch (font) {
495 * meta-font and table, if applicable.
H A Dman_term.c280 enum termfont font[2]; local
286 font[0] = TERMFONT_NONE;
287 font[1] = TERMFONT_BOLD;
290 font[0] = TERMFONT_NONE;
291 font[1] = TERMFONT_UNDER;
294 font[0] = TERMFONT_BOLD;
295 font[1] = TERMFONT_NONE;
298 font[0] = TERMFONT_BOLD;
299 font[1] = TERMFONT_UNDER;
302 font[
[all...]
/illumos-gate/usr/src/cmd/eqn/
H A Dfont.c41 font(int p1, int p2) function
43 /* old font in p1, new in ft */
H A De.y92 | font box %prec FONT { font($1, $2); }
167 font : ROMAN { setfont(ROM); } label
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c164 setfbits(chbits, font);
256 font1 = font;
257 font = j;
280 savfont = font;
308 font = savfont;
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c46 * -Btext specify bold font selector
47 * -Itext specify italic font selector
48 * -Xtext specify bold-italic font selector
58 * - assumes fixed-width (non-proportional) font in some places
136 #define SELECT_FONT "SFT" /* size font */
160 char *font; member in struct:print_state
166 char *font; member in struct:format_state
745 if (current.font != newfont) {
747 current.font = newfont;
748 (void) fprintf(outfile, "%s\n", current.font);
762 char *font; local
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c54 * most efficient output is generated when the font and description files match
84 * text, and won't be bothered by rounding errors in the font width tables that
110 * only produced for those fonts in directory /usr/lib/font/devpost that have an
115 * not be installed in /usr/lib/font/devpost.
154 * size font f -
156 * Selects the size and font to be used for character imaging. Font names
225 * fn font as number from 1-n
254 * x f n s font position n contains font s
274 #include "dev.h" /* typesetter and font description
390 int font = 0; /* font position we're using now */ variable
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.h60 #include <sys/font.h>
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DMakefile26 # cmd/lp/filter/postscript/font/devpost/Makefile
50 ROOTLIBFONT = $(ROOT)/usr/lib/font

Completed in 139 milliseconds

123