Uses of Class
org.apache.fop.afp.fonts.AFPPageFonts
-
Packages that use AFPPageFonts Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.org.apache.fop.afp.svg Contains a collection of AFP specific Batik bridges. -
-
Uses of AFPPageFonts in org.apache.fop.afp
Fields in org.apache.fop.afp declared as AFPPageFonts Modifier and Type Field Description private AFPPageFonts
AFPPaintingState.AFPPagePaintingState. fonts
page fontsMethods in org.apache.fop.afp that return AFPPageFonts Modifier and Type Method Description protected AFPPageFonts
AFPPaintingState.AFPPagePaintingState. getFonts()
Returns the page fontsAFPPageFonts
AFPPaintingState. getPageFonts()
Gets the current page fontsMethods in org.apache.fop.afp with parameters of type AFPPageFonts Modifier and Type Method Description protected void
AFPPaintingState.AFPPagePaintingState. setFonts(AFPPageFonts fonts)
Sets the current page fonts -
Uses of AFPPageFonts in org.apache.fop.afp.fonts
Constructors in org.apache.fop.afp.fonts with parameters of type AFPPageFonts Constructor Description AFPPageFonts(AFPPageFonts fonts)
Parameterized constructor -
Uses of AFPPageFonts in org.apache.fop.afp.svg
Methods in org.apache.fop.afp.svg with parameters of type AFPPageFonts Modifier and Type Method Description private int
AFPTextHandler. registerPageFont(AFPPageFonts pageFonts, java.lang.String internalFontName, int fontSize)
Registers a page font
-