/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | FontConverter.java | 40 import java.awt.Font; 54 private static final int styleDefault = Font.PLAIN; 64 Font font = (Font) obj; in convertToString() 68 case Font.PLAIN: in convertToString() 71 case Font.BOLD: in convertToString() 74 case Font.ITALIC: in convertToString() 111 style = Font.ITALIC; in convertFromString() 113 style = Font.BOLD; in convertFromString() 115 style = Font.PLAIN; in convertFromString() 142 return (new Font(name, style, size)); in convertFromString()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | MainHelper.java | 157 f.setFont(new Font(/* NOI18N */"Sansserif", in main() 158 Font.PLAIN, 12)); in main() 162 f.setFont(new Font(/* NOI18N */"Dialog", in main() 163 Font.PLAIN, 12)); in main() 185 frame.setFont(new Font(/* NOI18N */"Sansserif", in main() 186 Font.PLAIN, 12)); in main() 190 frame.setFont(new Font(/* NOI18N */"Dialog", in main() 191 Font.PLAIN, 12)); in main() 262 applet.setFont(new Font(/* NOI18N */"Sansserif", in init() 263 Font.PLAIN, 12)); in init() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
H A D | MenuItemShadow.java | 39 import java.awt.Font; 76 new Font(/* NOI18N */"Sansserif", in MenuItemShadow() 77 Font.PLAIN, 12), DONTFETCH); in MenuItemShadow() 80 new Font(/* NOI18N */"Dialog", in MenuItemShadow() 81 Font.PLAIN, 12), DONTFETCH); in MenuItemShadow()
|
H A D | MenuShadow.java | 75 new Font(/* NOI18N */"Sansserif", in MenuShadow() 76 Font.PLAIN, 12), DONTFETCH); in MenuShadow() 79 new Font(/* NOI18N */"Dialog", in MenuShadow() 80 Font.PLAIN, 12), DONTFETCH); in MenuShadow()
|
H A D | FrameShadow.java | 91 new Font(/* NOI18N */"Sansserif", in FrameShadow() 92 Font.PLAIN, 12), DONTFETCH); in FrameShadow() 96 new Font(/* NOI18N */"Dialog", in FrameShadow() 97 Font.PLAIN, 12), DONTFETCH); in FrameShadow()
|
H A D | MenuComponentShadow.java | 40 import java.awt.Font; 75 ((MenuComponent) body).setFont((Font) value); in setOnBody()
|
H A D | ComponentShadow.java | 50 import java.awt.Font; 213 comp.setFont((Font) value); in setOnBody()
|
H A D | DialogShadow.java | 175 new Font(/* NOI18N */"Dialog", in create() 176 Font.PLAIN, 12), DONTFETCH); in create()
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPDgui.java | 48 Font font = new Font("SansSerif", Font.BOLD, 12); in SLPDgui()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/ |
H A D | GenericWindowShadow.java | 90 new Font(/* NOI18N */"Sansserif", Font.PLAIN, 12), in GenericWindowShadow() 99 new Font(/* NOI18N */"Dialog", Font.PLAIN, 12), in GenericWindowShadow()
|
H A D | ColumnListShadow.java | 44 import java.awt.Font; 260 ((ColumnList)body).setCanvasFont((Font)value); in setOnBody()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmAboutBox.java | 69 Font f = new pmJTextField().getFont(); in pmAboutBox() 70 Font fb = new Font(f.getName(), f.PLAIN, f.getSize()); in pmAboutBox()
|
H A D | pmHelpDetailPanel.java | 299 Font f = theComboBox.getFont(); in layoutBox() 300 Font fb = new Font(f.getName(), f.PLAIN, f.getSize()); in layoutBox() 571 Font f = helpTopic.getFont(); in pmHelpHelpOnPanel() 572 Font fb = new Font(f.getName(), Font.BOLD, f.getSize()); in pmHelpHelpOnPanel()
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | t10.c | 93 struct Font *fontbase[NFONT+1]; 135 fontbase[i] = (struct Font *) p; in ptinit() 141 p += sizeof(struct Font); /* that's what's on the beginning */ in ptinit() 148 fontbase[0] = (struct Font *) p; /* the last shall be first */ in ptinit() 149 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font); in ptinit() 150 fontab[0] = p + sizeof (struct Font); in ptinit()
|
H A D | makedev.c | 97 struct Font font; 192 write(fdout, &font, sizeof(struct Font)); in main() 300 write(fdout, &font, sizeof(struct Font)); 306 v = sizeof(struct Font) + 3 * n + dev.nchtab + 128-32;
|
H A D | dev.h | 65 struct Font { /* characteristics of a font */ struct
|
/titanic_41/usr/src/cmd/lp/filter/postscript/font/ |
H A D | makedev.c | 97 struct Font font; 201 write(fdout, &font, sizeof(struct Font)); in main() 318 write(fdout, &font, sizeof(struct Font)); in dofont() 324 v = sizeof(struct Font) + 3 * n + dev.nchtab + 128-32; in dofont()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | StatusBar.java | 57 setFont(new Font(/* NOI18N */"Sansserif", Font.BOLD, 14)); in StatusBar()
|
H A D | LabelBar.java | 151 Font font = getFont(); in minimumSize() 222 Font font = getFont(); in paint()
|
H A D | EditLine.java | 61 private Font font; 148 public void setFont(Font font) { in setFont() 154 public Font getFont() { in getFont()
|
H A D | ColumnList.java | 246 public void setCanvasFont(Font font) { in setCanvasFont() 256 public Font getCanvasFont() { in getCanvasFont()
|
H A D | TextView.java | 566 public void setFont(Font f) { in setFont() 633 Font f = getFont(); in cacheLineHeight()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/common/ |
H A D | dev.h | 60 struct Font { /* characteristics of a font */ struct
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
H A D | Defaults.java | 490 l.setFont(new Font("Dialog", Font.PLAIN, 16)); in EditingFrame() 502 l.setFont(new Font("Dialog", Font.PLAIN, 16)); in EditingFrame() 599 l.setFont(new Font("Dialog", Font.ITALIC, 12)); in addSeperatorPanel()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.c | 348 struct Font *fontbase[NFONT+1]; /* FONT.out files begin this way */ 1379 fsize = 3 * 255 + nchtab + 128 - 32 + sizeof(struct Font); in fontinit() 1435 fontbase[n] = (struct Font *) malloc(fsize); in loadfont() 1446 widthtab[n] = (char *) fontbase[n] + sizeof(struct Font); in loadfont() 1485 if ( ((struct Font *) p)->specfont == 1 ) in loadspecial() 1486 loadfont(++nfonts, ((struct Font *)p)->namefont, NULL); in loadspecial() 1487 p += 3 * nw + dev.nchtab + 128 - 32 + sizeof(struct Font); in loadspecial()
|