|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.Typeface
org.apache.fop.fonts.CustomFont
org.apache.fop.fonts.CIDFont
public abstract class CIDFont
Abstract base class for CID fonts.
Field Summary | |
---|---|
protected int[] |
width
Contains the character widths for all characters in the font |
Fields inherited from class org.apache.fop.fonts.Typeface |
---|
eventListener, NOT_FOUND |
Constructor Summary | |
---|---|
CIDFont()
|
Method Summary | |
---|---|
abstract CIDSubset |
getCIDSubset()
Returns the subset information for this font. |
abstract CIDFontType |
getCIDType()
Returns the type of the CID font. |
int |
getDefaultWidth()
Returns the default width for this font. |
abstract java.lang.String |
getOrdering()
Returns a font name for use within a registry. |
abstract java.lang.String |
getRegistry()
Returns the name of the issuer of the font. |
abstract int |
getSupplement()
Returns the supplement number of the character collection. |
boolean |
isMultiByte()
Determines whether the font is a multibyte font. |
Methods inherited from class org.apache.fop.fonts.Typeface |
---|
getEncodingName, getMaxAscent, hadMappingOperations, hasChar, mapChar, notifyMapOperation, setEventListener, toString, warnMissingGlyph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.fop.fonts.FontDescriptor |
---|
isEmbeddable |
Methods inherited from interface org.apache.fop.fonts.FontMetrics |
---|
getMaxAscent, getWidth, getWidths |
Field Detail |
---|
protected int[] width
Constructor Detail |
---|
public CIDFont()
Method Detail |
---|
public abstract CIDFontType getCIDType()
public abstract java.lang.String getRegistry()
public abstract java.lang.String getOrdering()
public abstract int getSupplement()
public abstract CIDSubset getCIDSubset()
public int getDefaultWidth()
public boolean isMultiByte()
isMultiByte
in class Typeface
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |