public class FontVerter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FontVerter.FontFormat |
| Constructor and Description |
|---|
FontVerter() |
| Modifier and Type | Method and Description |
|---|---|
static FVFont |
convertFont(byte[] inputFontData,
FontVerter.FontFormat convertTo) |
static FVFont |
convertFont(File inputFontData,
FontVerter.FontFormat convertTo) |
static FVFont |
convertFont(FVFont inputFont,
FontVerter.FontFormat convertTo) |
static FVFont |
convertFont(String inputFontData,
FontVerter.FontFormat convertTo) |
static FVFont |
readFont(byte[] fontData) |
static FVFont |
readFont(File fontFile) |
static FVFont |
readFont(String fontFile) |
public static FVFont convertFont(FVFont inputFont, FontVerter.FontFormat convertTo) throws IOException
IOExceptionpublic static FVFont convertFont(byte[] inputFontData, FontVerter.FontFormat convertTo) throws IOException
IOExceptionpublic static FVFont convertFont(File inputFontData, FontVerter.FontFormat convertTo) throws IOException
IOExceptionpublic static FVFont convertFont(String inputFontData, FontVerter.FontFormat convertTo) throws IOException
IOExceptionpublic static FVFont readFont(File fontFile) throws IOException
IOExceptionpublic static FVFont readFont(String fontFile) throws IOException
IOExceptionpublic static FVFont readFont(byte[] fontData) throws IOException
IOExceptionCopyright © 2018. All rights reserved.