Class FontFactory
- java.lang.Object
-
- org.verapdf.gf.model.factory.fonts.FontFactory
-
public class FontFactory extends Object
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCID_FONT_TYPE_2Type name forCIDFontType2fontstatic StringMM_TYPE_1Type name forMMType1fontstatic StringTRUE_TYPEType name forTrueTypefontstatic StringTYPE_0Type name forType0fontstatic StringTYPE_1Type name forType1fontstatic StringTYPE_3Type name forType3font
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PDFontparseFont(PDFont rawFont, RenderingMode renderingMode, PDResourcesHandler resources, GraphicState inheritedGraphicState)
-
-
-
Field Detail
-
TYPE_0
public static final String TYPE_0
Type name forType0font- See Also:
- Constant Field Values
-
TYPE_1
public static final String TYPE_1
Type name forType1font- See Also:
- Constant Field Values
-
MM_TYPE_1
public static final String MM_TYPE_1
Type name forMMType1font- See Also:
- Constant Field Values
-
TYPE_3
public static final String TYPE_3
Type name forType3font- See Also:
- Constant Field Values
-
TRUE_TYPE
public static final String TRUE_TYPE
Type name forTrueTypefont- See Also:
- Constant Field Values
-
CID_FONT_TYPE_2
public static final String CID_FONT_TYPE_2
Type name forCIDFontType2font- See Also:
- Constant Field Values
-
-
Method Detail
-
parseFont
public static PDFont parseFont(PDFont rawFont, RenderingMode renderingMode, PDResourcesHandler resources, GraphicState inheritedGraphicState)
-
-