public class FontFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CID_FONT_TYPE_2
Type name for
CIDFontType2 font |
static String |
MM_TYPE_1
Type name for
MMType1 font |
static String |
TRUE_TYPE
Type name for
TrueType font |
static String |
TYPE_0
Type name for
Type0 font |
static String |
TYPE_1
Type name for
Type1 font |
static String |
TYPE_3
Type name for
Type3 font |
| Modifier and Type | Method and Description |
|---|---|
static PDFont |
parseFont(org.verapdf.pd.font.PDFont rawFont,
RenderingMode renderingMode,
PDResourcesHandler resources,
GraphicState inheritedGraphicState) |
public static final String TYPE_0
Type0 fontpublic static final String TYPE_1
Type1 fontpublic static final String MM_TYPE_1
MMType1 fontpublic static final String TYPE_3
Type3 fontpublic static final String TRUE_TYPE
TrueType fontpublic static final String CID_FONT_TYPE_2
CIDFontType2 fontpublic static PDFont parseFont(org.verapdf.pd.font.PDFont rawFont,
RenderingMode renderingMode,
PDResourcesHandler resources,
GraphicState inheritedGraphicState)
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.