Package | Description |
---|---|
org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
Modifier and Type | Field and Description |
---|---|
static CIDFontType |
CIDFontType.CIDTYPE0
CID Font Type 0 (based on Type 1 format)
|
static CIDFontType |
CIDFontType.CIDTYPE2
CID Font Type 2 (based on TrueType format)
|
Modifier and Type | Method and Description |
---|---|
static CIDFontType |
CIDFontType.byName(String name)
Returns the CIDFontType by name.
|
static CIDFontType |
CIDFontType.byValue(int value)
Returns the CID FontType by value.
|
CIDFontType |
MultiByteFont.getCIDType()
Returns the type of the CID font.
|
abstract CIDFontType |
CIDFont.getCIDType()
Returns the type of the CID font.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiByteFont.setCIDType(CIDFontType cidType)
Sets the CIDType.
|
Copyright © 2007-2019. All Rights Reserved.