Package org.apache.fontbox.cff.charset
Class CFFExpertCharset
- java.lang.Object
 - 
- org.apache.fontbox.cff.charset.CFFCharset
 - 
- org.apache.fontbox.cff.charset.CFFExpertCharset
 
 
 
- 
public class CFFExpertCharset extends CFFCharset
This is specialized CFFCharset. It's used if the CharsetId of a font is set to 1.- Version:
 - $Revision$
 - Author:
 - Villu Ruusmann
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.fontbox.cff.charset.CFFCharset
CFFCharset.Entry 
 - 
 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CFFExpertCharsetgetInstance()Returns an instance of the CFFExpertCharset class.- 
Methods inherited from class org.apache.fontbox.cff.charset.CFFCharset
addEntry, getEntries, getName, getSID, isFontSpecific, register 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static CFFExpertCharset getInstance()
Returns an instance of the CFFExpertCharset class.- Returns:
 - an instance of CFFExpertCharset
 
 
 - 
 
 -