| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontInfo | |
org.apache.fop.layout | |
org.apache.fop.render | |
org.apache.fop.render.awt | |
org.apache.fop.render.pdf | |
org.apache.fop.render.xml |
Uses of FontInfo in org.apache.fop.layout |
Fields in org.apache.fop.layout declared as FontInfo | |
(package private) FontInfo | AreaTree.fontInfo object containing information on available fonts, including metrics |
Constructors in org.apache.fop.layout with parameters of type FontInfo | |
FontState.FontState(FontInfo fontInfo, String fontFamily, String fontStyle, String fontWeight, int fontSize) |
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) |
Uses of FontInfo in org.apache.fop.render |
Methods in org.apache.fop.render with parameters of type FontInfo | |
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 | |
void | AWTRenderer.setupFontInfo(FontInfo fontInfo) |
static void | FontSetup.setup(FontInfo fontInfo, Component parent) sets up the font info object. |
Uses of FontInfo in org.apache.fop.render.pdf |
Methods in org.apache.fop.render.pdf with parameters of type FontInfo | |
static void | FontSetup.addToResources(PDFDocument doc, FontInfo fontInfo) add the fonts in the font info to the PDF document |
static void | FontSetup.setup(FontInfo fontInfo) sets up the font info object. |
void | PDFRenderer.setupFontInfo(FontInfo fontInfo) set up the font info |
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 |