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 and Description |
---|---|
class |
CFFToType1Font |
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 and Description |
---|---|
PDFFont |
PDFFactory.makeFont(String fontname,
String basefont,
String encoding,
FontMetrics metrics,
FontDescriptor descriptor)
Make a Type1 /Font object.
|
AbstractPDFStream |
PDFFactory.makeFontFile(FontDescriptor desc,
String fontPrefix)
Embeds a font.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.