Class CIDFontType

java.lang.Object

public class CIDFontType
extends ValuedEnum
This class enumerates all supported CID font types.
  • Field Details

  • Constructor Details

    • CIDFontType

      protected CIDFontType​(java.lang.String name, int value)
      See Also:
      org.apache.avalon.framework.Enum#Enum(String)
  • Method Details

    • byName

      public static CIDFontType byName​(java.lang.String name)
      Returns the CIDFontType by name.
      Parameters:
      name - Name of the CID font type to look up
      Returns:
      FontType the CID font type
    • byValue

      public static CIDFontType byValue​(int value)
      Returns the CID FontType by value.
      Parameters:
      value - Value of the CID font type to look up
      Returns:
      FontType the CID font type