Package org.apache.pdfbox.preflight.font.container

Examples of org.apache.pdfbox.preflight.font.container.CIDType0Container


public class CIDType0FontValidator extends DescendantFontValidator<CIDType0Container>
{

    public CIDType0FontValidator(PreflightContext context, PDCIDFontType0 font)
    {
        super(context, font, new CIDType0Container(font));
    }
View Full Code Here


public class CIDType0FontValidator extends DescendantFontValidator<CIDType0Container>
{

    public CIDType0FontValidator(PreflightContext context, PDFont font)
    {
        super(context, font, new CIDType0Container(font));
    }
View Full Code Here

TOP

Related Classes of org.apache.pdfbox.preflight.font.container.CIDType0Container

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.