Uses of Class org.apache.fop.fonts.FontType

Uses in package org.apache.fop.render.afp.fonts

Methods with return type org.apache.fop.fonts.FontType

FontType
Returns the type of the font.

Uses in package org.apache.fop.render.java2d

Methods with return type org.apache.fop.fonts.FontType

FontType

Uses in package org.apache.fop.pdf

Constructors with parameter type org.apache.fop.fonts.FontType

PDFFont.PDFFont(String fontname, FontType subtype, String basefont, Object encoding)
create the /Font object
PDFFontNonBase14.PDFFontNonBase14(String fontname, FontType subtype, String basefont, Object encoding)
Create the /Font object

Fields of type org.apache.fop.fonts.FontType

FontType
the font's subtype (as defined by the constants FontType: TYPE0, TYPE1, MMTYPE1, TYPE3, TRUETYPE)

Methods with parameter type org.apache.fop.fonts.FontType

PDFFont
PDFFont.createFont(String fontname, FontType subtype, String basefont, Object encoding)
factory method with the basic parameters
PDFFont
PDFFont.createFont(String fontname, FontType subtype, String basefont, Object encoding, int firstChar, int lastChar, PDFArray widths, PDFFontDescriptor descriptor)
factory method with the extended parameters for Type1, MMType1 and TrueType
String
Returns the PDF name for a certain font type.
void
Set the optional font file stream

Uses in package org.apache.fop.fonts

Fields of type org.apache.fop.fonts.FontType

FontType
Adobe Multiple Master Type 1 fonts
FontType
Collective identifier for "other" font types
FontType
TrueType fonts
FontType
Adobe Type 0 fonts
FontType
Adobe Type 1 fonts
FontType
Adobe Type 3 fonts ("user-defined" fonts)

Methods with parameter type org.apache.fop.fonts.FontType

void
void
Sets the font type.

Methods with return type org.apache.fop.fonts.FontType

FontType
FontType.byName(String name)
Returns the FontType by name.
FontType
FontType.byValue(int value)
Returns the FontType by value.
FontType
FontType
Returns the type of the font.
FontType

Uses in package org.apache.fop.fonts.base14

Methods with return type org.apache.fop.fonts.FontType

FontType
FontType
FontType
FontType
FontType
FontType
FontType
FontType
FontType
FontType
FontType
FontType
FontType
FontType

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.