Class CIDKeyedFDSelect


  • public abstract class CIDKeyedFDSelect
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CFFFontROS owner  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int getFd​(int glyph)
      Returns the Font DICT index for the given glyph identifier
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CIDKeyedFDSelect

        public CIDKeyedFDSelect​(CFFFontROS _owner)
        Constructor.
        Parameters:
        _owner - the owner of the FDSelect data.
    • Method Detail

      • 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