Package | Description |
---|---|
org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
Modifier and Type | Class and Description |
---|---|
class |
CIDFont
Abstract base class for CID fonts.
|
class |
MultiByteFont
Generic MultiByte (CID) font
|
class |
SingleByteFont
Generic SingleByte font
|
Modifier and Type | Field and Description |
---|---|
protected CustomFont |
FontLoader.returnFont
the loaded font
|
Modifier and Type | Method and Description |
---|---|
CustomFont |
FontLoader.getFont()
Returns the custom font that was read using this instance of FontLoader.
|
static CustomFont |
FontLoader.loadFont(File fontFile,
String subFontName,
boolean embedded,
EncodingMode encodingMode,
FontResolver resolver)
Loads a custom font from a File.
|
static CustomFont |
FontLoader.loadFont(String fontFileURI,
String subFontName,
boolean embedded,
EncodingMode encodingMode,
boolean useKerning,
FontResolver resolver)
Loads a custom font from a URI.
|
static CustomFont |
FontLoader.loadFont(URL fontUrl,
String subFontName,
boolean embedded,
EncodingMode encodingMode,
FontResolver resolver)
Loads a custom font from an URL.
|
Copyright © 2007-2019. All Rights Reserved.