Searched refs:platname (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DPhysicalFont.java58 PhysicalFont(String platname, Object nativeNames) argument
62 this.platName = platname;
H A DType1Font.java151 * @param platname - Platform identifier of the font. Typically file name.
154 public Type1Font(String platname, Object nativeNames) argument
157 this(platname, nativeNames, false);
167 public Type1Font(String platname, Object nativeNames, boolean createdCopy) argument
169 super(platname, nativeNames);
176 T1DisposerRecord ref = new T1DisposerRecord(platname);
H A DFileFont.java85 FileFont(String platname, Object nativeNames) argument
88 super(platname, nativeNames);
H A DTrueTypeFont.java183 public TrueTypeFont(String platname, Object nativeNames, int fIndex, argument
186 super(platname, nativeNames);
975 // System.out.println("platname="+platName+" font="+fullName+

Completed in 37 milliseconds