Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CIDFont |
Abstract base class for CID fonts.
|
class |
CustomFont |
Abstract base class for custom fonts loaded from files, for example.
|
class |
LazyFont |
This class is used to defer the loading of a font until it is really used.
|
class |
MultiByteFont |
Generic MultiByte (CID) font
|
class |
SingleByteFont |
Generic SingleByte font
|
Modifier and Type | Method | Description |
---|---|---|
PDFFont |
PDFFactory.makeFont(java.lang.String fontname,
java.lang.String basefont,
java.lang.String encoding,
FontMetrics metrics,
FontDescriptor descriptor) |
Make a Type1 /Font object.
|
AbstractPDFStream |
PDFFactory.makeFontFile(FontDescriptor desc,
java.lang.String fontPrefix) |
Embeds a font.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.