org.apache.fop.render.pdf
Class CIDFont

java.lang.Object
  extended by org.apache.fop.render.pdf.Font
      extended by org.apache.fop.render.pdf.CIDFont
All Implemented Interfaces:
FontMetric
Direct Known Subclasses:
MultiByteFont

public abstract class CIDFont
extends Font


Constructor Summary
CIDFont()
           
 
Method Summary
abstract  String getCharEncoding()
           
abstract  String getCidBaseFont()
           
abstract  byte getCidType()
           
 CMap getCMap()
          Returns CMap Object .
 int getDefaultWidth()
           
abstract  String getOrdering()
           
abstract  String getRegistry()
           
abstract  int getSupplement()
           
 PDFWArray getWidths()
           
 
Methods inherited from class org.apache.fop.render.pdf.Font
encoding, fontName, getSubType, mapChar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.fop.layout.FontMetric
getAscender, getCapHeight, getDescender, getFirstChar, getLastChar, getWidths, getXHeight, width
 

Constructor Detail

CIDFont

public CIDFont()
Method Detail

getCidBaseFont

public abstract String getCidBaseFont()

getCidType

public abstract byte getCidType()

getCharEncoding

public abstract String getCharEncoding()

getRegistry

public abstract String getRegistry()

getOrdering

public abstract 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.