Java org.apache.pdfbox.pdmodel.font PDType0Font fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.font PDType0Font fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.font PDType0Font.

The text is from its open source code.

Method

PDCIDFontgetDescendantFont()
Returns the descendant font.
PDFontDescriptorgetFontDescriptor()
PDType0Fontload(PDDocument doc, File file)
Loads a TTF to be embedded and subset into a document as a Type 0 font.
PDType0Fontload(PDDocument doc, InputStream input)
Loads a TTF to be embedded and subset into a document as a Type 0 font.
PDType0Fontload(PDDocument doc, InputStream input, boolean embedSubset)
Loads a TTF to be embedded into a document as a Type 0 font.
PDType0Fontload(PDDocument doc, TrueTypeFont ttf, boolean embedSubset)
Loads a TTF to be embedded into a document as a Type 0 font.