| Package | Description |
|---|---|
| org.mabb.fontverter | |
| org.mabb.fontverter.cff | |
| org.mabb.fontverter.converter | |
| org.mabb.fontverter.opentype | |
| org.mabb.fontverter.pdf | |
| org.mabb.fontverter.woff |
| Modifier and Type | Method and Description |
|---|---|
static FVFont |
FontVerter.convertFont(byte[] inputFontData,
FontVerter.FontFormat convertTo) |
static FVFont |
FontVerter.convertFont(File inputFontData,
FontVerter.FontFormat convertTo) |
FVFont |
FontConverter.convertFont(FVFont font) |
FVFont |
CombinedFontConverter.convertFont(FVFont font) |
static FVFont |
FontVerter.convertFont(FVFont inputFont,
FontVerter.FontFormat convertTo) |
static FVFont |
FontVerter.convertFont(String inputFontData,
FontVerter.FontFormat convertTo) |
static FVFont |
FontVerter.readFont(byte[] fontData) |
static FVFont |
FontVerter.readFont(File fontFile) |
static FVFont |
FontVerter.readFont(String fontFile) |
| Modifier and Type | Method and Description |
|---|---|
FVFont |
FontConverter.convertFont(FVFont font) |
FVFont |
CombinedFontConverter.convertFont(FVFont font) |
static FVFont |
FontVerter.convertFont(FVFont inputFont,
FontVerter.FontFormat convertTo) |
| Modifier and Type | Class and Description |
|---|---|
class |
CffFontAdapter |
| Modifier and Type | Method and Description |
|---|---|
FVFont |
PsType0ToOpenTypeConverter.convert(org.apache.pdfbox.pdmodel.font.PDType0Font type0Font) |
FVFont |
WoffToOtfConverter.convertFont(FVFont font) |
FVFont |
OtfToWoffConverter.convertFont(FVFont font) |
FVFont |
IdentityConverter.convertFont(FVFont font) |
FVFont |
CFFToOpenTypeConverter.convertFont(FVFont font) |
| Modifier and Type | Method and Description |
|---|---|
FVFont |
WoffToOtfConverter.convertFont(FVFont font) |
FVFont |
OtfToWoffConverter.convertFont(FVFont font) |
FVFont |
IdentityConverter.convertFont(FVFont font) |
FVFont |
CFFToOpenTypeConverter.convertFont(FVFont font) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenTypeFont
OpenType covers both .otf and .ttfs , .otf is for CFF type fonts and .ttf is used for TrueType outline fonts.
|
| Modifier and Type | Method and Description |
|---|---|
static FVFont |
PdfFontExtractor.convertFont(org.apache.pdfbox.pdmodel.font.PDFont font,
FontVerter.FontFormat format) |
static FVFont |
PdfFontExtractor.convertType0FontToOpenType(org.apache.pdfbox.pdmodel.font.PDType0Font font) |
| Modifier and Type | Method and Description |
|---|---|
List<FVFont> |
PdfFontExtractor.extractToFVFonts(org.apache.pdfbox.pdmodel.PDDocument pdf) |
| Modifier and Type | Class and Description |
|---|---|
class |
Woff1Font |
class |
Woff2Font |
class |
WoffFont |
| Modifier and Type | Field and Description |
|---|---|
protected List<FVFont> |
WoffFont.fonts |
| Modifier and Type | Method and Description |
|---|---|
List<FVFont> |
WoffFont.getFonts() |
| Modifier and Type | Method and Description |
|---|---|
void |
WoffFont.addFont(FVFont adapter) |
Copyright © 2016. All rights reserved.