Package org.apache.fontbox.cff
Class CIDKeyedFDSelect
java.lang.Object
org.apache.fontbox.cff.CIDKeyedFDSelect
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
getFd
(int glyph) Returns the Font DICT index for the given glyph identifier
-
Field Details
-
owner
-
-
Constructor Details
-
CIDKeyedFDSelect
Constructor.- Parameters:
_owner
- the owner of the FDSelect data.
-
-
Method Details
-
getFd
public abstract int getFd(int glyph) Returns the Font DICT index for the given glyph identifier- Parameters:
glyph
-- Returns:
- -1 if the glyph isn't define, otherwise the FD index value
-