Package com.adobe.fontengine.font.cff
Class NameKeyedFont.GlyphNameFetcher
- java.lang.Object
-
- com.adobe.fontengine.font.cff.NameKeyedFont.GlyphNameFetcher
-
- Direct Known Subclasses:
FetchGlyphNameTT
- Enclosing class:
- NameKeyedFont
public abstract static class NameKeyedFont.GlyphNameFetcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GlyphNameFetcher()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getGlyphName(Subset s, int i)
-
-
-
Method Detail
-
getGlyphName
public abstract java.lang.String getGlyphName(Subset s, int i)
-
-