Searched refs:bold (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontFamily.java41 protected Font2D bold; field in class:FontFamily
69 if (family.bold == font2D) {
70 family.bold = null;
78 if (family.plain == null && family.bold == null &&
79 family.plain == null && family.bold == null) {
127 bold = font;
151 return bold;
180 if (bold != null) {
181 return bold;
202 } else if (bold !
[all...]
H A DTrueTypeFont.java973 int bold = fsSelection & fsSelectionBoldBit;
977 // " R="+regular+" I="+italic+" B="+bold);
978 if (regular!=0 && ((italic|bold)!=0)) {
982 } else if ((regular|italic|bold) == 0) {
987 switch (bold|italic) {
994 * being designed bold, but is used as a PLAIN font.
/openjdk7/jdk/test/java/awt/PrintJob/Text/
H A DStringWidth.java32 Font bold = new Font("Dialog", Font.BOLD, 10);
50 FontMetrics boldFm = pg.getFontMetrics(bold);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A Ddefault.css39 font-weight: bold;
44 font-weight: bold;
49 font-weight: bold;
54 font-weight: bold;
59 font-weight: bold;
64 font-weight: bold;
190 b {font-weight: bold}
199 strong {font-weight: bold}
209 var {font-weight: bold;
232 font-weight: bold;
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DSynthModel.java98 @XmlAttribute private DeriveStyle bold = DeriveStyle.Default; field in class:Typeface
109 if (bold == DeriveStyle.On) {
122 uiDefaultParentName, String.valueOf(sizeOffset), bold, italic);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDefaults.template279 * offset (if any), and whether it is to be bold, italic, or left in its
284 private Boolean bold;
302 * @param bold Whether the new font should be bold. If null, then this
303 * new font will inherit the bold setting of the source
309 public DerivedFont(String key, float sizeOffset, Boolean bold,
319 this.bold = bold;
334 if (bold != null) {
335 if (bold
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java121 * Name of the bold attribute.
123 public static final Object Bold = new FontConstants("bold");
393 * Checks whether the bold attribute is set.
399 Boolean bold = (Boolean) a.getAttribute(Bold);
400 if (bold != null) {
401 return bold.booleanValue();
407 * Sets the bold attribute.
H A DStyledEditorKit.java725 * An action to toggle the bold attribute.
742 super("font-bold");
746 * Toggles the bold attribute.
755 boolean bold = (StyleConstants.isBold(attr)) ? false : true;
757 StyleConstants.setBold(sas, bold);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css101 font-weight:bold;
265 font-weight:bold;
276 font-weight:bold;
366 font-weight:bold;
417 font-weight:bold;
473 font-weight:bold;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXSheet.java582 DefaultMutableTreeNode emitter, long received, boolean bold) {
585 if (bold && emitter != selectedNode) {
581 updateReceivedNotifications( DefaultMutableTreeNode emitter, long received, boolean bold) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1474 boolean bold,
1472 setFont(long printDC, String familyName, float fontSize, boolean bold, boolean italic, int rotation, float awScale) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java130 void bold(String s) { method in class:HTMLGenerator.Formatter
1465 buf.bold("Verified Entry Point"); buf.br();
1468 buf.bold(">Entry Point"); buf.br();
2156 buf.bold("can't .class for " +

Completed in 50 milliseconds