Interface Cmap.CmapSelector
- All Known Implementing Classes:
PDFEncodingBuilderImpl
- Enclosing class:
Cmap
public static interface Cmap.CmapSelector
Class used to receive the list of recognized subtables in this cmap table.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcmapFound(int platformID, int platformEncoding, int index) Called for each recognized subtable.
-
Method Details
-
cmapFound
void cmapFound(int platformID, int platformEncoding, int index) throws InvalidFontException, UnsupportedFontException Called for each recognized subtable. The platform ids will always come from the list defined in class PlatformID. The encoding ids will always come from the lists defined in the classes MS_EncodingID and UnicodeEncodingID. The index tells which subtable is being enumerated.
-