Package com.adobe.fontengine.font.cff
Class NameKeyedSubset
- java.lang.Object
-
- com.adobe.fontengine.font.SubsetDefaultImpl
-
- com.adobe.fontengine.font.cff.NameKeyedSubset
-
- All Implemented Interfaces:
Subset
public class NameKeyedSubset extends SubsetDefaultImpl
-
-
Constructor Summary
Constructors Constructor Description NameKeyedSubset(int numGlyphs, boolean doSubset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGlyphs(NameKeyedFont font, java.lang.String[] glyphNames)
-
Methods inherited from class com.adobe.fontengine.font.SubsetDefaultImpl
doSubset, getExistingSubsetGid, getFullGid, getNumGlyphs, getSubsetGid
-
-
-
-
Constructor Detail
-
NameKeyedSubset
public NameKeyedSubset(int numGlyphs, boolean doSubset) throws InvalidFontException, UnsupportedFontException
-
-
Method Detail
-
addGlyphs
public void addGlyphs(NameKeyedFont font, java.lang.String[] glyphNames) throws InvalidFontException, UnsupportedFontException
-
-