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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java87 public static final int EBLCTag = 0x45424C43; // 'EBLC' - embedded bitmaps field in class:TrueTypeFont
207 * The EBLCTag is used to skip natives for fonts that contain embedded
221 getDirectoryEntry(EBLCTag) != null ||
921 if (getDirectoryEntry(EBLCTag) == null) {
924 ByteBuffer eblcTable = getTableBuffer(EBLCTag);

Completed in 34 milliseconds