| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.fonts.Typefaceorg.apache.fop.fonts.CustomFontorg.apache.fop.fonts.CIDFontorg.apache.fop.fonts.MultiByteFontpublic class MultiByteFontextends CIDFontField Summary | |
static char |
|
Fields inherited from class org.apache.fop.fonts.CIDFont | |
usedCharsIndex, usedGlyphs, usedGlyphsCount, usedGlyphsIndex, width | |
Constructor Summary | |
| |
Method Summary | |
CIDFontType | |
char[] | |
String | |
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, getCidBaseFont, getDefaultWidth, getOrdering, getRegistry, getSupplement, isMultiByte | |
Methods inherited from class org.apache.fop.fonts.Typeface | |
getEncoding, getMaxAscent, hasChar, isMultiByte, mapChar | |
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 CIDFontType getCIDType()
- Overrides:
- getCIDType in interface CIDFont
- See Also:
CIDFont.getCIDType()
public char[] getCharsUsed()
- Overrides:
- getCharsUsed in interface CIDFont
- See Also:
CIDFont.getCharsUsed()
public String getCidBaseFont()
- Overrides:
- getCidBaseFont in interface CIDFont
- See Also:
CIDFont.getCidBaseFont()
public int getDefaultWidth()
- Overrides:
- getDefaultWidth in interface CIDFont
- See Also:
CIDFont.getDefaultWidth()
public String getEncoding()
- Overrides:
- getEncoding in interface Typeface
- See Also:
Typeface.getEncoding()
public String getFontName()
- Specified by:
- getFontName in interface FontMetrics
- Overrides:
- getFontName in interface CustomFont
- See Also:
FontMetrics.getFontName()
public String getOrdering()
- Overrides:
- getOrdering in interface CIDFont
- See Also:
CIDFont.getOrdering()
public String getRegistry()
- Overrides:
- getRegistry in interface CIDFont
- See Also:
CIDFont.getRegistry()
public int getSupplement()
- Overrides:
- getSupplement in interface CIDFont
- See Also:
CIDFont.getSupplement()
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 int getWidth(int i,
int size)
- Specified by:
- getWidth in interface FontMetrics
- See Also:
FontMetrics.getWidth(int,int)
public int[] getWidths()
- Specified by:
- getWidths in interface FontMetrics
- See Also:
FontMetrics.getWidths()
public boolean isEmbeddable()
- Specified by:
- isEmbeddable in interface FontDescriptor
- See Also:
FontDescriptor.isEmbeddable()
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.94 |