Symbol: Font
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1377
fsize = 3 * 255 + nchtab + 128 - 32 + sizeof(struct Font);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1433
fontbase[n] = (struct Font *) malloc(fsize);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1444
widthtab[n] = (char *) fontbase[n] + sizeof(struct Font);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1483
if ( ((struct Font *) p)->specfont == 1 )
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1484
loadfont(++nfonts, ((struct Font *)p)->namefont, NULL);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1485
p += 3 * nw + dev.nchtab + 128 - 32 + sizeof(struct Font);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
346
struct Font *fontbase[NFONT+1]; /* FONT.out files begin this way */
usr/src/cmd/lp/filter/postscript/font/makedev.c
199
write(fdout, &font, sizeof(struct Font));
usr/src/cmd/lp/filter/postscript/font/makedev.c
316
write(fdout, &font, sizeof(struct Font));
usr/src/cmd/lp/filter/postscript/font/makedev.c
322
v = sizeof(struct Font) + 3 * n + dev.nchtab + 128-32;
usr/src/cmd/lp/filter/postscript/font/makedev.c
95
struct Font font;
usr/src/cmd/troff/troff.d/makedev.c
190
write(fdout, &font, sizeof(struct Font));
usr/src/cmd/troff/troff.d/makedev.c
298
write(fdout, &font, sizeof(struct Font));
usr/src/cmd/troff/troff.d/makedev.c
304
v = sizeof(struct Font) + 3 * n + dev.nchtab + 128-32;
usr/src/cmd/troff/troff.d/makedev.c
95
struct Font font;
usr/src/cmd/troff/troff.d/t10.c
133
fontbase[i] = (struct Font *) p;
usr/src/cmd/troff/troff.d/t10.c
139
p += sizeof(struct Font); /* that's what's on the beginning */
usr/src/cmd/troff/troff.d/t10.c
146
fontbase[0] = (struct Font *) p; /* the last shall be first */
usr/src/cmd/troff/troff.d/t10.c
147
fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font);
usr/src/cmd/troff/troff.d/t10.c
148
fontab[0] = p + sizeof (struct Font);
usr/src/cmd/troff/troff.d/t10.c
91
struct Font *fontbase[NFONT+1];
usr/src/cmd/troff/troff.d/t6.c
55
extern struct Font *fontbase[NFONT+1];
usr/src/cmd/troff/troff.d/t6.c
707
read(k, (char *) fontbase[pos], 3*n + nchtab + 128 - 32 + sizeof(struct Font));
usr/src/lib/libslp/javalib/com/sun/slp/SLPDgui.java
48
Font font = new Font("SansSerif", Font.BOLD, 12);