org.apache.fop.fonts
Class CIDFont
- FontDescriptor, FontMetrics, MutableFont
public abstract class CIDFont
Abstract base class for CID fonts.
getAscender , getAscender , getCapHeight , getCapHeight , getDescender , getDescender , getEmbedFileName , getEmbedFileSource , getEmbedResourceName , getFirstChar , getFlags , getFontBBox , getFontName , getFontSubName , getFontType , getItalicAngle , getKerningInfo , getLastChar , getMissingWidth , getStemV , getStrippedFontName , getXHeight , hasKerningInfo , isKerningEnabled , putKerningEntry , setAscender , setCapHeight , setDescender , setEmbedFileName , setEmbedResourceName , setFirstChar , setFlags , setFontBBox , setFontName , setFontSubFamilyName , setFontType , setItalicAngle , setKerningEnabled , setLastChar , setMissingWidth , setResolver , setStemV , setXHeight |
usedCharsIndex
public Map usedCharsIndex
usedCharsIndex contains new glyph, original char
usedGlyphs
public Map usedGlyphs
usedGlyphs contains orginal, new glyph index
usedGlyphsCount
public int usedGlyphsCount
usedGlyphsIndex
public Map usedGlyphsIndex
usedGlyphsIndex contains new glyph, original index
getCIDType
public abstract CIDFontType getCIDType()
Returns the type of the CID font.
getCharsUsed
public abstract char[] getCharsUsed()
Returns char[] array .
getCidBaseFont
public abstract String getCidBaseFont()
Returns the name of the base font.
- the name of the base font
getDefaultWidth
public int getDefaultWidth()
Returns the default width for this font.
getOrdering
public abstract String getOrdering()
Returns a font name for use within a registry.
- a String that uniquely names a character collection issued by
a specific registry - for example, Japan1.
getRegistry
public abstract String getRegistry()
Returns the name of the issuer of the font.
- a String identifying an issuer of character collections -
for example, Adobe
getSupplement
public abstract int getSupplement()
Returns the supplement number of the character collection.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.