Class AdobeGlyphList.AGLUnicode

java.lang.Object
org.verapdf.pd.font.truetype.AdobeGlyphList.AGLUnicode
Enclosing class:
AdobeGlyphList

public static class AdobeGlyphList.AGLUnicode extends Object
This class represents entity into which Adobe Glyph List maps glyph names, i. a. it contains either Unicode of symbol or Unicode of symbol and Unicode of diacritic symbol.
  • Method Details

    • getSymbolCode

      public int getSymbolCode()
      Returns:
      Unicode of symbol that is not diacritic.
    • getDiacriticCodes

      public int[] getDiacriticCodes()
      Returns:
      array of Unicode for all diacritic glyphs.
    • hasDiacritic

      public boolean hasDiacritic()
      Returns:
      true if this character has diacritic symbols.
    • getUnicodeString

      public String getUnicodeString()
      Returns:
      String representation of given AGLUnicode.