org.apache.fop.render.pdf
Class CIDFont
java.lang.Object
org.apache.fop.render.pdf.Font
org.apache.fop.render.pdf.CIDFont
- All Implemented Interfaces:
- FontMetric
- Direct Known Subclasses:
- MultiByteFont
- public abstract class CIDFont
- extends Font
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CIDFont
public CIDFont()
getCidBaseFont
public abstract java.lang.String getCidBaseFont()
getCidType
public abstract byte getCidType()
getCharEncoding
public abstract java.lang.String getCharEncoding()
getRegistry
public abstract java.lang.String getRegistry()
getOrdering
public abstract java.lang.String getOrdering()
getSupplement
public abstract int getSupplement()
getDefaultWidth
public int getDefaultWidth()
getWidths
public PDFWArray getWidths()
getCMap
public CMap getCMap()
- Returns CMap Object .
If this method does not return null , the mapping from character codes
to a font number is performed in FOP . When the getCidType() method
returns CIDFontType2 , this method must not return null .
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.