Class AdobeGlyphList


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

      • AdobeGlyphList

        public AdobeGlyphList()
    • Method Detail

      • 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.