fop 0.95beta | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fonts.Typeface
org.apache.fop.fonts.CustomFont
org.apache.fop.fonts.CIDFont
org.apache.fop.fonts.MultiByteFont
public class MultiByteFont
extends CIDFont
Field Summary | |
static char |
|
Fields inherited from class org.apache.fop.fonts.CIDFont | |
usedCharsIndex , usedGlyphs , usedGlyphsCount , usedGlyphsIndex , width |
Constructor Summary | |
|
Method Summary | |
CIDFontType | |
char[] | |
int | |
String | |
String | |
String | |
String | |
int | |
String |
|
Map |
|
int |
|
int[] | |
boolean |
|
boolean | |
char |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.fop.fonts.CIDFont | |
getCIDType , getCharsUsed , getDefaultWidth , getOrdering , getRegistry , getSupplement , isMultiByte |
Methods inherited from class org.apache.fop.fonts.Typeface | |
getEncoding , getMaxAscent , hadMappingOperations , hasChar , isMultiByte , mapChar , notifyMapOperation |
public static final char INVALID_UNICODE_CHAR
The invalid Unicode character, suitable as a return value in methods that need to return an invalid character.
- Field Value:
- '\uffff'
public String getEmbedFontName()
- Specified by:
- getEmbedFontName in interface FontMetrics
- Overrides:
- getEmbedFontName in interface CustomFont
public String getTTCName()
Returns the TrueType Collection Name.
- Returns:
- the TrueType Collection Name
public Map getUsedGlyphs()
Returns a Map of used Glyphs.
- Returns:
- Map Map of used Glyphs
public void setBFEntries(BFEntry[] bfentries)
Sets the bfentries.
- Parameters:
bfentries
- The bfentries to set
public void setCIDType(CIDFontType cidType)
Sets the CIDType.
- Parameters:
cidType
- The cidType to set
public void setDefaultWidth(int defaultWidth)
Sets the defaultWidth.
- Parameters:
defaultWidth
- The defaultWidth to set
public void setTTCName(String ttcName)
Sets the the TrueType Collection Name.
- Parameters:
ttcName
- the TrueType Collection Name
public void setWidthArray(int[] wds)
Sets the width array.
- Parameters:
wds
- array of widths.
fop 0.95beta |