Uses of Class
org.apache.fop.afp.fonts.AFPFont
-
Packages that use AFPFont 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.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPFont in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type AFPFont Modifier and Type Method Description voidDataStream. createFont(int fontReference, AFPFont font, int size)Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the current page.voidAFPResourceManager. embedFont(AFPFont afpFont, CharacterSet charSet)Handles font embedding. -
Uses of AFPFont in org.apache.fop.afp.fonts
Subclasses of AFPFont in org.apache.fop.afp.fonts Modifier and Type Class Description classAbstractOutlineFontA font defined as a set of lines and curves as opposed to a bitmap font.classDoubleByteFontImplementation ofAbstractOutlineFontthat supports double-byte fonts (CID Keyed font (Type 0)).classOutlineFontDefault implementation of AbstractOutlineFont.classRasterFontA font where each character is stored as an array of pixels (a bitmap).Methods in org.apache.fop.afp.fonts that return AFPFont Modifier and Type Method Description AFPFontAFPFontInfo. getAFPFont()Returns the afp fontAFPFontAFPFontAttributes. getFont()Return the fontMethods in org.apache.fop.afp.fonts with parameters of type AFPFont Modifier and Type Method Description AFPFontAttributesAFPPageFonts. registerFont(java.lang.String fontName, AFPFont font, int fontSize)Registers a font on the current page and returns font attributesConstructors in org.apache.fop.afp.fonts with parameters of type AFPFont Constructor Description AFPFontAttributes(java.lang.String fontKey, AFPFont font, int pointSize)Constructor for the AFPFontAttributesAFPFontInfo(AFPFont afpFont, java.util.List<FontTriplet> tripletList)Main constructor -
Uses of AFPFont in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type AFPFont Modifier and Type Method Description voidMapCodedFont. addFont(int fontReference, AFPFont font, int size, int orientation)Add a font definition on the the map coded font object.voidAbstractPageObject. createFont(int fontReference, AFPFont font, int size)Helper method to create a map coded font object on the current page, this method delegates the construction of the map coded font object to the active environment group on the page.voidActiveEnvironmentGroup. createFont(int fontRef, AFPFont font, int size, int orientation)Method to create a map coded font object -
Uses of AFPFont in org.apache.fop.render.afp
Subclasses of AFPFont in org.apache.fop.render.afp Modifier and Type Class Description static classAFPFontConfig.AFPTrueTypeFont
-