Class NameKeyedFont.GlyphNameFetcher

  • Direct Known Subclasses:
    FetchGlyphNameTT
    Enclosing class:
    NameKeyedFont

    public abstract static class NameKeyedFont.GlyphNameFetcher
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getGlyphName​(Subset s, int i)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlyphNameFetcher

        public GlyphNameFetcher()
    • Method Detail

      • getGlyphName

        public abstract java.lang.String getGlyphName​(Subset s,
                                                      int i)