public class TrueTypeUtil extends Object
| Constructor and Description |
|---|
TrueTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getFamilyNames(com.lowagie.text.pdf.BaseFont font) |
static void |
populateDescription(String path,
com.lowagie.text.pdf.BaseFont font,
ITextFontResolver.FontDescription descr) |
static void |
populateDescription(String path,
byte[] contents,
com.lowagie.text.pdf.BaseFont font,
ITextFontResolver.FontDescription descr) |
public static String[] getFamilyNames(com.lowagie.text.pdf.BaseFont font)
public static void populateDescription(String path, com.lowagie.text.pdf.BaseFont font, ITextFontResolver.FontDescription descr) throws IOException, NoSuchFieldException, IllegalAccessException, com.lowagie.text.DocumentException
IOExceptionNoSuchFieldExceptionIllegalAccessExceptioncom.lowagie.text.DocumentExceptionpublic static void populateDescription(String path, byte[] contents, com.lowagie.text.pdf.BaseFont font, ITextFontResolver.FontDescription descr) throws IOException, NoSuchFieldException, IllegalAccessException, com.lowagie.text.DocumentException
IOExceptionNoSuchFieldExceptionIllegalAccessExceptioncom.lowagie.text.DocumentExceptionCopyright © 2018. All rights reserved.