fop 0.94 | |
Frames | No Frames |
Constructors with parameter type org.apache.fop.fonts.FontTriplet | |
Main constructor
|
Fields of type org.apache.fop.fonts.FontTriplet | |
FontTriplet | Default fallback key |
Methods with parameter type org.apache.fop.fonts.FontTriplet | |
void | Adds a new font triplet. |
Font | Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size. |
String | Returns the internal font key (F1, F2, F3 etc.) for a given triplet. |
Methods with return type org.apache.fop.fonts.FontTriplet | |
FontTriplet | FontInfo.createFontKey(String family, String style, int weight) Creates a key from the given strings. |
FontTriplet | FontInfo.findAdjustWeight(String family, String style, int weight) Find a font with a given family and style by trying
different font weights according to the spec. |
FontTriplet | FontInfo.fontLookup(String family, String style, int weight) Lookup a font. |
FontTriplet | FontInfo.fontLookup(String[] family, String style, int weight) Lookup a font. |
FontTriplet | |
FontTriplet | FontInfo.getTripletFor(String fontName) Returns the first triplet matching the given font name. |
fop 0.94 |