|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FontInfo in org.apache.fop.fo |
Methods in org.apache.fop.fo with parameters of type FontInfo | |
FontState |
PropertyManager.getFontState(FontInfo fontInfo)
|
Uses of FontInfo in org.apache.fop.layout |
Methods in org.apache.fop.layout that return FontInfo | |
FontInfo |
Area.getFontInfo()
|
FontInfo |
AreaTree.getFontInfo()
|
FontInfo |
FontState.getFontInfo()
|
FontInfo |
Page.getFontInfo()
|
Methods in org.apache.fop.layout with parameters of type FontInfo | |
void |
AreaTree.setFontInfo(FontInfo fontInfo)
|
Constructors in org.apache.fop.layout with parameters of type FontInfo | |
FontState(FontInfo fontInfo,
java.lang.String fontFamily,
java.lang.String fontStyle,
java.lang.String fontWeight,
int fontSize,
int fontVariant)
|
|
FontState(FontInfo fontInfo,
java.lang.String fontFamily,
java.lang.String fontStyle,
java.lang.String fontWeight,
int fontSize,
int fontVariant,
int letterSpacing)
|
Uses of FontInfo in org.apache.fop.render |
Fields in org.apache.fop.render declared as FontInfo | |
protected FontInfo |
PrintRenderer.fontInfo
|
Methods in org.apache.fop.render with parameters of type FontInfo | |
void |
PrintRenderer.setupFontInfo(FontInfo fontInfo)
set up the font info |
void |
Renderer.setupFontInfo(FontInfo fontInfo)
set up the given FontInfo |
Uses of FontInfo in org.apache.fop.render.awt |
Methods in org.apache.fop.render.awt with parameters of type FontInfo | |
static void |
FontSetup.setup(FontInfo fontInfo,
java.awt.Graphics2D graphics)
sets up the font info object. |
static void |
FontSetup.addConfiguredFonts(FontInfo fontInfo,
int num,
java.awt.Graphics2D graphics)
Add fonts from configuration file starting with internalnames F |
void |
AWTRenderer.setupFontInfo(FontInfo fontInfo)
|
Uses of FontInfo in org.apache.fop.render.mif |
Methods in org.apache.fop.render.mif with parameters of type FontInfo | |
void |
MIFRenderer.setupFontInfo(FontInfo fontInfo)
set up the given FontInfo |
static void |
FontSetup.setup(FontInfo fontInfo)
sets up the font info object. |
static void |
FontSetup.addToFontFormat(MIFDocument mifDoc,
FontInfo fontInfo)
add the fonts in the font info to the PDF document |
Uses of FontInfo in org.apache.fop.render.pdf |
Methods in org.apache.fop.render.pdf with parameters of type FontInfo | |
static void |
FontSetup.setup(FontInfo fontInfo)
sets up the font info object. |
static void |
FontSetup.addConfiguredFonts(FontInfo fontInfo,
int num)
Add fonts from configuration file starting with internalnames F |
static void |
FontSetup.addToResources(PDFDocument doc,
FontInfo fontInfo)
add the fonts in the font info to the PDF document |
Uses of FontInfo in org.apache.fop.render.ps |
Methods in org.apache.fop.render.ps with parameters of type FontInfo | |
protected void |
PSRenderer.writeFontDict(FontInfo fontInfo)
|
void |
PSRenderer.setupFontInfo(FontInfo fontInfo)
set up the font info |
Uses of FontInfo in org.apache.fop.render.svg |
Methods in org.apache.fop.render.svg with parameters of type FontInfo | |
void |
SVGRenderer.setupFontInfo(FontInfo fontInfo)
|
Uses of FontInfo in org.apache.fop.render.xml |
Methods in org.apache.fop.render.xml with parameters of type FontInfo | |
void |
XMLRenderer.setupFontInfo(FontInfo fontInfo)
set up the font info |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |