Package | Description |
---|---|
org.docx4j.fonts | |
org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
org.docx4j.fonts.fop.fonts.truetype |
Classes for TrueType fonts.
|
org.docx4j.fonts.foray.font.format |
Modifier and Type | Method and Description |
---|---|
Panose |
PhysicalFont.getPanose() |
Modifier and Type | Method and Description |
---|---|
void |
PhysicalFont.setPanose(Panose panose) |
Modifier and Type | Field and Description |
---|---|
protected Panose |
EmbedFontInfo.panose |
Modifier and Type | Method and Description |
---|---|
Panose |
CustomFont.getPanose() |
Panose |
EmbedFontInfo.getPanose() |
Modifier and Type | Method and Description |
---|---|
void |
CustomFont.setPanose(Panose panose) |
void |
EmbedFontInfo.setPanose(Panose panose) |
Modifier and Type | Method and Description |
---|---|
Panose |
TTFFile.getPanose() |
Modifier and Type | Method and Description |
---|---|
static Panose |
Panose.forceInstance(byte[] panoseArray)
Creates a new Panose instance without any error checking.
|
Panose |
Panose.getBold()
Returns the bold version of this Panose instance.
|
Panose |
Panose.getItalic()
Returns the italic version of this Panose instance.
|
static Panose |
Panose.makeInstance(byte[] panoseArray)
Creates a new Panose instance, first checking it for validity.
|
Modifier and Type | Method and Description |
---|---|
long |
Panose.difference(Panose otherPanose,
byte[] weights)
Computes the weighted "closeness" of another Panose to this value.
|
Copyright © 2007-2019. All Rights Reserved.