| Package | Description |
|---|---|
| org.mabb.fontverter | |
| org.mabb.fontverter.cff | |
| org.mabb.fontverter.opentype | |
| org.mabb.fontverter.pdf | |
| org.mabb.fontverter.woff |
| Modifier and Type | Field and Description |
|---|---|
static FontVerter.FontFormat |
FontVerter.FontFormat.TTF |
| Modifier and Type | Method and Description |
|---|---|
static FontVerter.FontFormat |
FontVerter.FontFormat.fromString(String value) |
static FontVerter.FontFormat |
FontVerter.FontFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontVerter.FontFormat[] |
FontVerter.FontFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FVFont |
FontVerter.convertFont(byte[] inputFontData,
FontVerter.FontFormat convertTo) |
static FVFont |
FontVerter.convertFont(File inputFontData,
FontVerter.FontFormat convertTo) |
static FVFont |
FontVerter.convertFont(FVFont inputFont,
FontVerter.FontFormat convertTo) |
static FVFont |
FontVerter.convertFont(String inputFontData,
FontVerter.FontFormat convertTo) |
FontConverter |
FVFont.createConverterForType(FontVerter.FontFormat fontFormat) |
| Modifier and Type | Method and Description |
|---|---|
FontConverter |
CffFontAdapter.createConverterForType(FontVerter.FontFormat fontFormat) |
| Modifier and Type | Method and Description |
|---|---|
FontConverter |
OpenTypeFont.createConverterForType(FontVerter.FontFormat fontFormat) |
| Modifier and Type | Method and Description |
|---|---|
FontVerter.FontFormat |
PdfFontExtractor.getExtractFormat() |
| Modifier and Type | Method and Description |
|---|---|
static FVFont |
PdfFontExtractor.convertFont(org.apache.pdfbox.pdmodel.font.PDFont font,
FontVerter.FontFormat format) |
void |
PdfFontExtractor.setExtractFormat(FontVerter.FontFormat extractFormat) |
| Modifier and Type | Method and Description |
|---|---|
FontConverter |
Woff2Font.createConverterForType(FontVerter.FontFormat fontFormat) |
FontConverter |
Woff1Font.createConverterForType(FontVerter.FontFormat fontFormat) |
Copyright © 2016. All rights reserved.