Searched refs:Font (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h65 struct Font { /* characteristics of a font */ struct
H A Dt10.c93 struct Font *fontbase[NFONT+1];
135 fontbase[i] = (struct Font *) p;
141 p += sizeof(struct Font); /* that's what's on the beginning */
148 fontbase[0] = (struct Font *) p; /* the last shall be first */
149 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font);
150 fontab[0] = p + sizeof (struct Font);
H A Dmakedev.c97 struct Font font;
192 write(fdout, &font, sizeof(struct Font));
300 write(fdout, &font, sizeof(struct Font));
306 v = sizeof(struct Font) + 3 * n + dev.nchtab + 128-32;
H A Dt6.c55 extern struct Font *fontbase[NFONT+1];
707 read(k, (char *) fontbase[pos], 3*n + nchtab + 128 - 32 + sizeof(struct Font));
712 errprint(gettext("Font %s too big for position %d"), shortname,
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h60 struct Font { /* characteristics of a font */ struct
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java48 Font font = new Font("SansSerif", Font.BOLD, 12);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java69 Font f = new pmJTextField().getFont();
70 Font fb = new Font(f.getName(), f.PLAIN, f.getSize());
H A DpmHelpDetailPanel.java299 Font f = theComboBox.getFont();
300 Font fb = new Font(f.getName(), f.PLAIN, f.getSize());
571 Font f = helpTopic.getFont();
572 Font fb = new Font(f.getName(), Font.BOLD, f.getSize());
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c97 struct Font font;
201 write(fdout, &font, sizeof(struct Font));
318 write(fdout, &font, sizeof(struct Font));
324 v = sizeof(struct Font) + 3 * n + dev.nchtab + 128-32;
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c156 * Selects the size and font to be used for character imaging. Font names
348 struct Font *fontbase[NFONT+1]; /* FONT.out files begin this way */
509 * else is done (ie. calling loadfont()). Font names can collide or we may just
1379 fsize = 3 * 255 + nchtab + 128 - 32 + sizeof(struct Font);
1435 fontbase[n] = (struct Font *) malloc(fsize);
1446 widthtab[n] = (char *) fontbase[n] + sizeof(struct Font);
1485 if ( ((struct Font *) p)->specfont == 1 )
1486 loadfont(++nfonts, ((struct Font *)p)->namefont, NULL);
1487 p += 3 * nw + dev.nchtab + 128 - 32 + sizeof(struct Font);

Completed in 63 milliseconds