Home | History | Annotate | Download | only in apple

Lines Matching refs:fontName

50     String fontName = "";
79 fontName = new String(myFontName);
81 fontName = null;
87 return 52 + (fontName != null ? fontName.length() : 0);
204 return fontName;
207 public void setFontName(String fontName) {
208 this.fontName = fontName;
229 if (fontName != null) {
230 IsoTypeWriter.writeUInt8(byteBuffer, fontName.length());
231 byteBuffer.put(fontName.getBytes());