org.apache.fontbox.cff.encoding
Class CFFExpertEncoding

java.lang.Object
  extended by org.apache.fontbox.cff.encoding.CFFEncoding
      extended by org.apache.fontbox.cff.encoding.CFFExpertEncoding

public class CFFExpertEncoding
extends CFFEncoding

This is specialized CFFEncoding. It's used if the EncodingId 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.encoding.CFFEncoding
CFFEncoding.Entry
 
Method Summary
static CFFExpertEncoding getInstance()
          Returns an instance of the CFFExportEncoding class.
 
Methods inherited from class org.apache.fontbox.cff.encoding.CFFEncoding
addEntry, getCode, getEntries, getSID, isFontSpecific, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CFFExpertEncoding getInstance()
Returns an instance of the CFFExportEncoding class.

Returns:
an instance of CFFExportEncoding


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.