Class CFFFontROS


  • public class CFFFontROS
    extends CFFFont
    • Constructor Detail

      • CFFFontROS

        public CFFFontROS()
    • Method Detail

      • getRegistry

        public java.lang.String getRegistry()
        Returns the registry value.
        Returns:
        the registry
      • setRegistry

        public void setRegistry​(java.lang.String registry)
        Sets the registry value.
        Parameters:
        registry - the registry to set
      • getOrdering

        public java.lang.String getOrdering()
        Returns the ordering value.
        Returns:
        the ordering
      • setOrdering

        public void setOrdering​(java.lang.String ordering)
        Sets the ordering value.
        Parameters:
        ordering - the ordering to set
      • getSupplement

        public int getSupplement()
        Returns the supplement value.
        Returns:
        the supplement
      • setSupplement

        public void setSupplement​(int supplement)
        Sets the supplement value.
        Parameters:
        supplement - the supplement to set
      • getFontDict

        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> getFontDict()
        Returns the font dictionaries.
        Returns:
        the fontDict
      • setFontDict

        public void setFontDict​(java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> fontDict)
        Sets the font dictionaries.
        Parameters:
        fontDict - the fontDict to set
      • getPrivDict

        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> getPrivDict()
        Returns the private dictionary.
        Returns:
        the privDict
      • setPrivDict

        public void setPrivDict​(java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> privDict)
        Sets the private dictionary.
        Parameters:
        privDict - the privDict to set
      • getFdSelect

        public CIDKeyedFDSelect getFdSelect()
        Returns the fdSelect value.
        Returns:
        the fdSelect
      • setFdSelect

        public void setFdSelect​(CIDKeyedFDSelect fdSelect)
        Sets the fdSelect value.
        Parameters:
        fdSelect - the fdSelect to set
      • getWidth

        public int getWidth​(int CID)
                     throws java.io.IOException
        Returns the Width value of the given Glyph identifier
        Overrides:
        getWidth in class CFFFont
        Parameters:
        CID -
        Returns:
        -1 if the SID is missing from the Font.
        Throws:
        java.io.IOException