Package org.apache.pdfbox.preflight.font.descriptor

Examples of org.apache.pdfbox.preflight.font.descriptor.TrueTypeDescriptorHelper


    }

    @Override
    protected void createFontDescriptorHelper()
    {
        this.descriptorHelper = new TrueTypeDescriptorHelper(context, (PDTrueTypeFont) font, fontContainer);
    }
View Full Code Here


        super(context, font, new TrueTypeContainer(font));
    }

    protected void createFontDescriptorHelper()
    {
        this.descriptorHelper = new TrueTypeDescriptorHelper(context, font, fontContainer);
    }
View Full Code Here

TOP

Related Classes of org.apache.pdfbox.preflight.font.descriptor.TrueTypeDescriptorHelper

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.