Searched defs:baseFontSize (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java479 baseFontSize = baseFontSizeIndex + 1;
553 baseFontSize = 0;
555 baseFontSize = 7;
557 baseFontSize = sz;
569 setBaseFontSize(baseFontSize + relSize);
572 setBaseFontSize(baseFontSize + relSize);
583 return baseFontSize;
760 * @param baseFontSize size to use for relative units.
768 return getPointSize(baseFontSize + relSize, ss);
771 return getPointSize(baseFontSize
3399 private int baseFontSize; field in class:CSS
[all...]

Completed in 37 milliseconds