Uses of Class
org.apache.fop.fonts.FontType
-
Packages that use FontType Package Description org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.base14 Base 14 fonts used for PDF and PostScript.org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. -
-
Uses of FontType in org.apache.fop.afp.fonts
Methods in org.apache.fop.afp.fonts that return FontType Modifier and Type Method Description FontTypeAFPFont. getFontType()Returns the type of the font. -
Uses of FontType in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as FontType Modifier and Type Field Description static FontTypeFontType. CIDTYPE0static FontTypeFontType. MMTYPE1Adobe Multiple Master Type 1 fontsstatic FontTypeFontType. OTHERCollective identifier for "other" font typesstatic FontTypeFontType. TRUETYPETrueType fontsstatic FontTypeFontType. TYPE0Adobe Type 0 fonts (composite font)static FontTypeFontType. TYPE1Adobe Type 1 fontsstatic FontTypeFontType. TYPE1Cstatic FontTypeFontType. TYPE3Adobe Type 3 fonts ("user-defined" fonts)Methods in org.apache.fop.fonts that return FontType Modifier and Type Method Description static FontTypeFontType. byName(java.lang.String name)Returns the FontType by name.static FontTypeFontType. byValue(int value)Returns the FontType by value.FontTypeCustomFont. getFontType()Returns the type of the font.FontTypeFontMetrics. getFontType()Returns the type of the font.FontTypeLazyFont. getFontType()Returns the type of the font.Methods in org.apache.fop.fonts with parameters of type FontType Modifier and Type Method Description voidCustomFont. setFontType(FontType fontType)Sets the font type.voidMutableFont. setFontType(FontType fontType)Sets the font type. -
Uses of FontType in org.apache.fop.fonts.base14
Methods in org.apache.fop.fonts.base14 that return FontType Modifier and Type Method Description FontTypeCourier. getFontType()FontTypeCourierBold. getFontType()FontTypeCourierBoldOblique. getFontType()FontTypeCourierOblique. getFontType()FontTypeHelvetica. getFontType()FontTypeHelveticaBold. getFontType()FontTypeHelveticaBoldOblique. getFontType()FontTypeHelveticaOblique. getFontType()FontTypeSymbol. getFontType()FontTypeTimesBold. getFontType()FontTypeTimesBoldItalic. getFontType()FontTypeTimesItalic. getFontType()FontTypeTimesRoman. getFontType()FontTypeZapfDingbats. getFontType() -
Uses of FontType in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type FontType Modifier and Type Method Description static PDFFontPDFFont. createFont(java.lang.String fontname, FontType subtype, java.lang.String basefont, java.lang.Object encoding)factory method with the basic parametersprotected PDFNamePDFFont. getPDFNameForFontType(FontType fontType)Returns the PDF name for a certain font type.voidPDFFontDescriptor. setFontFile(FontType subtype, AbstractPDFStream fontfile)Set the optional font file streamConstructors in org.apache.fop.pdf with parameters of type FontType Constructor Description PDFFont(java.lang.String fontname, FontType subtype, java.lang.String basefont, java.lang.Object encoding)create the /Font objectPDFFontNonBase14(java.lang.String fontname, FontType subtype, java.lang.String basefont, java.lang.Object encoding)Create the /Font object -
Uses of FontType in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return FontType Modifier and Type Method Description FontTypeAFPFontConfig.AFPTrueTypeFont. getFontType() -
Uses of FontType in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that return FontType Modifier and Type Method Description FontTypeCustomFontMetricsMapper. getFontType()Returns the type of the font.FontTypeSystemFontMetricsMapper. getFontType()Returns the type of the font.
-