Uses of Class
org.apache.pdfbox.pdmodel.font.PDFont
Packages that use PDFont
Package
Description
This package contains provides classes for working with content streams.
The PDModel package represents a high level API for creating and manipulating PDF documents.
Classes to deal with font functionality in a PDF Document.
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
This package deals with graphics states within the PDF document.
-
Uses of PDFont in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDFontModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, String unicode, Vector displacement) Deprecated.protected voidPDFStreamEngine.showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) Called when a glyph is to be processed.protected voidPDFStreamEngine.showGlyph(Matrix textRenderingMatrix, PDFont font, int code, String unicode, Vector displacement) Deprecated.protected voidCalled when a glyph is to be processed. -
Uses of PDFont in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel with type parameters of type PDFontModifier and TypeFieldDescriptionPDAbstractContentStream.fontStackPDAbstractContentStream.fontStackPDAbstractContentStream.fontStackMethods in org.apache.pdfbox.pdmodel that return PDFontModifier and TypeMethodDescriptionReturns the font resource with the given name, or null if none exists.Returns the font resource for the given indirect object, if it is in the cache.Methods in org.apache.pdfbox.pdmodel with parameters of type PDFontModifier and TypeMethodDescriptionAdds the given font to the resources of the current page and returns the name for the new resources.voidvoidSets the font resource with the given name.voidPuts the given indirect font resource in the cache.voidSet the font and font size to draw text with.Constructor parameters in org.apache.pdfbox.pdmodel with type arguments of type PDFontModifierConstructorDescriptionPDResources(COSDictionary resourceDictionary, ResourceCache resourceCache, Map<COSName, SoftReference<PDFont>> directFontCache) Constructor for reading. -
Uses of PDFont in org.apache.pdfbox.pdmodel.font
Subclasses of PDFont in org.apache.pdfbox.pdmodel.fontModifier and TypeClassDescriptionclassType 1 Multiple Master Font.classA simple font.classTrueType font.classA Composite (Type 0) font.classType 1-equivalent CFF font.classA PostScript Type 1 Font.classA PostScript Type 3 Font.Methods in org.apache.pdfbox.pdmodel.font that return PDFontModifier and TypeMethodDescriptionstatic PDFontPDFontFactory.createDefaultFont()Deprecated.static PDFontPDFontFactory.createFont(COSDictionary dictionary) Creates a new PDFont instance with the appropriate subclass.static PDFontPDFontFactory.createFont(COSDictionary dictionary, ResourceCache resourceCache) Creates a new PDFont instance with the appropriate subclass. -
Uses of PDFont in org.apache.pdfbox.pdmodel.graphics
Methods in org.apache.pdfbox.pdmodel.graphics that return PDFontModifier and TypeMethodDescriptionPDFontSetting.getFont()This will get the font for this font setting.Methods in org.apache.pdfbox.pdmodel.graphics with parameters of type PDFont -
Uses of PDFont in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDFontMethods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDFont -
Uses of PDFont in org.apache.pdfbox.pdmodel.interactive.annotation.layout
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.layout with parameters of type PDFont -
Uses of PDFont in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDFontModifier and TypeMethodDescriptionprotected voidPageDrawer.showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) -
Uses of PDFont in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text that return PDFontModifier and TypeMethodDescriptionTextPosition.getFont()This will get the font for the text being drawn.Constructors in org.apache.pdfbox.text with parameters of type PDFontModifierConstructorDescriptionTextPosition(int pageRotation, float pageWidth, float pageHeight, Matrix textMatrix, float endX, float endY, float maxHeight, float individualWidth, float spaceWidth, String unicode, int[] charCodes, PDFont font, float fontSize, int fontSizeInPt) Constructor.
PDFStreamEngine.showFontGlyph(Matrix, PDFont, int, Vector)instead