public class TrueTypeUtil extends Object
| 构造器和说明 |
|---|
TrueTypeUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2019. All Rights Reserved.