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

/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java573 private Font(String name, int style, float sizePts) { argument
576 this.size = (int)(sizePts + 0.5);
577 this.pointSize = sizePts;
581 private Font(String name, int style, float sizePts, argument
583 this(name, style, sizePts);

Completed in 53 milliseconds