fop 0.95 | |
Frames | No Frames |
Methods with return type org.apache.fop.fonts.Font | |
Font | Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size. |
Methods with parameter type org.apache.fop.fonts.Font | |
void | PDFRenderer.escapeText(String s, int[] letterAdjust, Font fs, AbstractTextArea parentArea, boolean useMultiByte, StringBuffer pdf) Escapes text according to PDF rules. |
Methods with parameter type org.apache.fop.fonts.Font | |
char | Returns the effective hyphenation character for a font. |
int | Returns the IPD for the hyphenation character for a font. |
Methods with return type org.apache.fop.fonts.Font | |
Font | Returns a Font object constructed based on the font traits in an area
|
Methods with parameter type org.apache.fop.fonts.Font | |
void | Renders a TextArea to a Graphics2D instance. |
Fields of type org.apache.fop.fonts.Font | |
Font | Currently valid Font |
Font | Overriding FontState |
Methods with parameter type org.apache.fop.fonts.Font | |
void | |
void | Sets the overriding font. |
Methods with parameter type org.apache.fop.fonts.Font | |
void | Adds font traits to an area
|
Methods with parameter type org.apache.fop.fonts.Font | |
SpaceVal |
Constructors with parameter type org.apache.fop.fonts.Font | |
Create a new unresolved page number. | |
Create a new unresolved page number. |
Constructors with parameter type org.apache.fop.fonts.Font | |
Creates a new instance of AlignmentContext based simply
on the font and the writing mode. | |
AlignmentContext.AlignmentContext(Font font, int lineHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext) Creates a new instance of AlignmentContext
|
Fields of type org.apache.fop.fonts.Font | |
Font | Font for the page-number-citation |
Methods with parameter type org.apache.fop.fonts.Font | |
ScaledBaselineTable | Creates a new instance of BasicScaledBaselineTable for the given
font and writingmode. |
ScaledBaselineTable | ScaledBaselineTableFactory.makeFontScaledBaselineTable(Font font, int dominantBaselineIdentifier, int writingMode) Creates a new instance of BasicScaledBaselineTable for the given
font, baseline and writingmode. |
Fields of type org.apache.fop.fonts.Font | |
Font | The override font state used when drawing text and the font cannot be
set using java fonts. |
Methods with parameter type org.apache.fop.fonts.Font | |
void | Sets the current font. |
void | Sets the current font for the text object. |
void | Sets the current fonts for the text object. |
void | Set the override font state for drawing text. |
void | Updates the currently selected font. |
void | Writes a "Tf" command, setting a new current font. |
Methods with return type org.apache.fop.fonts.Font | |
Font | Returns the current font in use. |
Font | PDFGraphics2D.getInternalFontForAWTFont(java.awt.Font awtFont) Returns a suitable internal font given an AWT Font instance. |
Font | PDFTextUtil.selectFontForChar(char ch) Selects a font from the font list suitable to display the given character. |
fop 0.95 |