Package org.apache.fontbox.cff
Interface FDSelect
- All Known Implementing Classes:
CFFParser.Format0FDSelect,CFFParser.Format3FDSelect
public interface FDSelect
-
Method Summary
Modifier and TypeMethodDescriptionintgetFDIndex(int gid) Returns the Font DICT index for the given GID.
-
Method Details
-
getFDIndex
int getFDIndex(int gid) Returns the Font DICT index for the given GID.- Parameters:
gid- GID- Returns:
- the font dictionary index of the given GID
-