Home
last modified time | relevance | path

Searched refs:Font (Results 1 – 25 of 37) sorted by relevance

12

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DFontConverter.java40 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 DMainHelper.java157 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 DMenuItemShadow.java39 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 DMenuShadow.java75 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 DFrameShadow.java91 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 DMenuComponentShadow.java40 import java.awt.Font;
75 ((MenuComponent) body).setFont((Font) value); in setOnBody()
H A DComponentShadow.java50 import java.awt.Font;
213 comp.setFont((Font) value); in setOnBody()
H A DDialogShadow.java175 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 DSLPDgui.java48 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 DGenericWindowShadow.java90 new Font(/* NOI18N */"Sansserif", Font.PLAIN, 12), in GenericWindowShadow()
99 new Font(/* NOI18N */"Dialog", Font.PLAIN, 12), in GenericWindowShadow()
H A DColumnListShadow.java44 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 DpmAboutBox.java69 Font f = new pmJTextField().getFont(); in pmAboutBox()
70 Font fb = new Font(f.getName(), f.PLAIN, f.getSize()); in pmAboutBox()
H A DpmHelpDetailPanel.java299 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 Dt10.c93 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 Dmakedev.c97 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 Ddev.h65 struct Font { /* characteristics of a font */ struct
/titanic_41/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c97 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 DStatusBar.java57 setFont(new Font(/* NOI18N */"Sansserif", Font.BOLD, 14)); in StatusBar()
H A DLabelBar.java151 Font font = getFont(); in minimumSize()
222 Font font = getFont(); in paint()
H A DEditLine.java61 private Font font;
148 public void setFont(Font font) { in setFont()
154 public Font getFont() { in getFont()
H A DColumnList.java246 public void setCanvasFont(Font font) { in setCanvasFont()
256 public Font getCanvasFont() { in getCanvasFont()
H A DTextView.java566 public void setFont(Font f) { in setFont()
633 Font f = getFont(); in cacheLineHeight()
/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h60 struct Font { /* characteristics of a font */ struct
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DDefaults.java490 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 Ddpost.c348 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()

12