org.apache.fop.render.pdf
Class CIDFont

java.lang.Object
  extended byorg.apache.fop.render.pdf.Font
      extended byorg.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  java.lang.String getCharEncoding()
           
abstract  java.lang.String getCidBaseFont()
           
abstract  byte getCidType()
           
 CMap getCMap()
          Returns CMap Object .
 int getDefaultWidth()
           
abstract  java.lang.String getOrdering()
           
abstract  java.lang.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 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.