|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFFont | |
---|---|
org.apache.fop.pdf |
Uses of PDFFont in org.apache.fop.pdf |
---|
Subclasses of PDFFont in org.apache.fop.pdf | |
class |
PDFFontNonBase14
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts). |
class |
PDFFontTrueType
class representing a TrueType font. |
class |
PDFFontType0
class representing a Type0 font. |
class |
PDFFontType1
class representing a Type1 or MMType1 font (not necessary for the base 14). |
class |
PDFFontType3
class representing a Type3 font. |
Methods in org.apache.fop.pdf that return PDFFont | |
static PDFFont |
PDFFont.createFont(int number,
java.lang.String fontname,
byte subtype,
java.lang.String basefont,
java.lang.Object encoding)
factory method with the basic parameters |
static PDFFont |
PDFFont.createFont(int number,
java.lang.String fontname,
byte subtype,
java.lang.String basefont,
java.lang.Object encoding,
int firstChar,
int lastChar,
PDFArray widths,
PDFFontDescriptor descriptor)
factory method with the extended parameters for Type1, MMType1 and TrueType |
PDFFont |
PDFDocument.makeFont(java.lang.String fontname,
java.lang.String basefont,
java.lang.String encoding,
FontMetric metrics,
FontDescriptor descriptor)
make a Type1 /Font object |
Methods in org.apache.fop.pdf with parameters of type PDFFont | |
void |
PDFResources.addFont(PDFFont font)
add font object to resources list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |