Searched refs:getFontSize (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DPangoFonts.java216 static int getFontSize(String pangoName) { method in class:PangoFonts
H A DGTKStyle.java810 PangoFonts.getFontSize(pangoFontName) : 10;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java374 public static int getFontSize(AttributeSet a) { method in class:StyleConstants
H A DStyleContext.java195 int size = StyleConstants.getFontSize(attr);
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java773 public String getFontSize(); method in interface:CSS2Properties
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2476 hPosition *= css.getFontSize(a, 12, ss);
2482 vPosition *= css.getFontSize(a, 12, ss);
H A DCSS.java685 int size = getFontSize(a, defaultSize, ss);
728 static int getFontSize(AttributeSet attr, int defaultSize, StyleSheet ss) { method in class:CSS
1829 int pValue = StyleConstants.getFontSize(resolveParent);

Completed in 2969 milliseconds