| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| Modifier and Type | Method and Description |
|---|---|
static CIDFontType |
CIDFontType.byName(java.lang.String name)
Returns the CIDFontType by name.
|
static CIDFontType |
CIDFontType.byValue(int value)
Returns the CID FontType by value.
|
abstract CIDFontType |
CIDFont.getCIDType()
Returns the type of the CID font.
|
CIDFontType |
MultiByteFont.getCIDType()
Returns the type of the CID font.
|
static CIDFontType |
CIDFontType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CIDFontType[] |
CIDFontType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiByteFont.setCIDType(CIDFontType cidType)
Sets the CIDType.
|
Copyright © 2007–2023. All rights reserved.