git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@
1344254 13f79535-47bb-0310-9956-
ffa450edef68
return (findGlyphIndex(c) != SingleByteEncoding.NOT_FOUND_CODE_POINT);
}
- /**
- * Sets the array of BFEntry instances which constitutes the Unicode to glyph index map for
- * a font. ("BF" means "base font")
- * @param entries the Unicode to glyph index map
- * @deprecated use {@link #setCMap(CMapSegment[])} instead
- */
- @Deprecated
- public void setBFEntries(CMapSegment[] entries) {
- setCMap(entries);
- }
-
/**
* Sets the defaultWidth.
* @param defaultWidth The defaultWidth to set