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.LazyFont
Constructor Summary | |
|
Method Summary | |
int | |
int |
|
int | |
int |
|
int | |
int |
|
String | |
String | |
Set | |
int |
|
int[] | |
String | |
FontType | |
String | |
int | |
Map | |
int |
|
Typeface |
|
int |
|
int |
|
int[] | |
int |
|
boolean | |
boolean |
|
boolean | |
boolean | |
boolean | |
char |
|
String |
|
Methods inherited from class org.apache.fop.fonts.Typeface | |
getEncoding , getMaxAscent , hadMappingOperations , hasChar , isMultiByte , mapChar , notifyMapOperation |
public LazyFont(EmbedFontInfo fontInfo, FontResolver resolver)
Main constructor
- Parameters:
fontInfo
- the font info to embedresolver
- the font resolver to handle font URIs
public String getEmbedFontName()
- Specified by:
- getEmbedFontName in interface FontMetrics
public int getMaxAscent(int size)
- Specified by:
- getMaxAscent in interface FontMetrics
- Overrides:
- getMaxAscent in interface Typeface
public boolean hadMappingOperations()
- Overrides:
- hadMappingOperations in interface Typeface
public String toString()
String representation of LazyFont
fop 0.95beta |