Class FontFactory
java.lang.Object
org.verapdf.gf.model.factory.fonts.FontFactory
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringType name forCIDFontType2fontstatic final StringType name forMMType1fontstatic final StringType name forTrueTypefontstatic final StringType name forType0fontstatic final StringType name forType1fontstatic final StringType name forType3font -
Method Summary
Modifier and TypeMethodDescriptionstatic PDFontparseFont(PDFont rawFont, RenderingMode renderingMode, PDResourcesHandler resources, GraphicState inheritedGraphicState)
-
Field Details
-
TYPE_0
Type name forType0font- See Also:
-
TYPE_1
Type name forType1font- See Also:
-
MM_TYPE_1
Type name forMMType1font- See Also:
-
TYPE_3
Type name forType3font- See Also:
-
TRUE_TYPE
Type name forTrueTypefont- See Also:
-
CID_FONT_TYPE_2
Type name forCIDFontType2font- See Also:
-
-
Method Details
-
parseFont
public static PDFont parseFont(PDFont rawFont, RenderingMode renderingMode, PDResourcesHandler resources, GraphicState inheritedGraphicState)
-