Class AdobeGlyphList

java.lang.Object
org.verapdf.pd.font.truetype.AdobeGlyphList

public class AdobeGlyphList extends Object
Class provides methods to work with Adobe Glyph List.
Author:
Sergey Shemyakov
  • Constructor Details

    • AdobeGlyphList

      public AdobeGlyphList()
  • Method Details

    • get

      public static AdobeGlyphList.AGLUnicode get(String glyphName)
      Returns AGLUnicode for glyph with specified name according to Adobe Glyph List.
      Parameters:
      glyphName - is name of required glyph.
      Returns:
      code for requested glyph.
    • contains

      public static boolean contains(String glyphName)
      Checks if Adobe Glyph List contains given glyph.
      Parameters:
      glyphName - is name of glyph to check.
      Returns:
      true if this glyph is contained in Adobe Glyph List.
    • empty

      public static AdobeGlyphList.AGLUnicode empty()