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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFreetypeFontScaler.java44 private static final int TYPE1_FONT = 2; field in class:FreetypeFontScaler
65 fonttype = TYPE1_FONT;
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java362 public static final int TYPE1_FONT = 1; field in class:Font
859 * or {@link #TYPE1_FONT TYPE1_FONT} if a Type 1 resource is specified.
864 * <code>TRUETYPE_FONT</code>or<code>TYPE1_FONT</code>.
903 fontFormat != Font.TYPE1_FONT) {
1012 * specified or {@link #TYPE1_FONT TYPE1_FONT} if a Type 1 resource is
1027 * <code>TRUETYPE_FONT</code>or<code>TYPE1_FONT</code>.
1043 fontFormat != Font.TYPE1_FONT) {

Completed in 47 milliseconds