Uses of Class
org.apache.pdfbox.pdmodel.font.PDFont
Packages that use PDFont
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The PDModel edit package will be used to store classes for creating page content.
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.
The PDModel text package deals with text states, operations, and parameters within the PDF document.
This package contains utility classes that are used by the PDFBox project.
-
Uses of PDFont in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDFontModifier and TypeMethodDescriptionPDResources.getFonts()
This will get the map of fonts.Deprecated.Methods in org.apache.pdfbox.pdmodel with parameters of type PDFontModifier and TypeMethodDescriptionAdds the given font to the resources of the current page.Adds the given font to the resources of the current page using the given font key.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDFontModifier and TypeMethodDescriptionDeprecated.due to some side effects font caching is no longer supported, usePDResources.getFonts()
insteadvoid
This will set the map of fonts. -
Uses of PDFont in org.apache.pdfbox.pdmodel.edit
Methods in org.apache.pdfbox.pdmodel.edit with parameters of type PDFont -
Uses of PDFont in org.apache.pdfbox.pdmodel.font
Subclasses of PDFont in org.apache.pdfbox.pdmodel.fontModifier and TypeClassDescriptionclass
This is implementation for the CIDFontType0/CIDFontType2 Fonts.class
This is implementation of the CIDFontType0 Font.class
This is implementation of the CIDFontType2 Font.class
This is implementation of the Multiple Master Type1 Font.class
This class contains implementation details of the simple pdf fonts.class
This is the TrueType implementation of fonts.class
This is implementation of the Type0 Font.class
This is implementation of the Type1 Font with a afm and a pfb file.class
This class represents a CFF/Type2 Font (aka Type1C Font).class
This is implementation of the Type1 Font.class
This is implementation of the Type3 Font.Methods in org.apache.pdfbox.pdmodel.font that return PDFontModifier and TypeMethodDescriptionstatic PDFont
PDFontFactory.createDefaultFont()
Create a default fontstatic PDFont
PDFontFactory.createFont
(COSDictionary dic) This will create the correct font based on information in the dictionary.static PDFont
PDFontFactory.createFont
(COSDictionary dic, Map fontCache) Deprecated.due to some side effects font caching is no longer supported, usePDFontFactory.createFont(COSDictionary)
insteadPDType0Font.getDescendantFont()
Provides the descendant font. -
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.text
Methods in org.apache.pdfbox.pdmodel.text that return PDFontMethods in org.apache.pdfbox.pdmodel.text with parameters of type PDFont -
Uses of PDFont in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return PDFontModifier and TypeMethodDescriptionTextPosition.getFont()
This will get the font for the text being drawn.Methods in org.apache.pdfbox.util that return types with arguments of type PDFontMethod parameters in org.apache.pdfbox.util with type arguments of type PDFontConstructors in org.apache.pdfbox.util with parameters of type PDFontModifierConstructorDescriptionTextPosition
(int pageRotation, float pageWidthValue, float pageHeightValue, Matrix textPositionSt, float endXValue, float endYValue, float maxFontH, float individualWidth, float spaceWidth, String string, int[] codePoints, PDFont currentFont, float fontSizeValue, int fontSizeInPt) Constructor.TextPosition
(int pageRotation, float pageWidthValue, float pageHeightValue, Matrix textPositionSt, float endXValue, float endYValue, float maxFontH, float individualWidth, float spaceWidth, String string, PDFont currentFont, float fontSizeValue, int fontSizeInPt) TextPosition
(int pageRotation, float pageWidthValue, float pageHeightValue, Matrix textPositionSt, Matrix textPositionEnd, float maxFontH, float individualWidth, float spaceWidth, String string, PDFont currentFont, float fontSizeValue, int fontSizeInPt) TextPosition
(PDPage page, Matrix textPositionSt, Matrix textPositionEnd, float maxFontH, float[] individualWidths, float spaceWidth, String string, PDFont currentFont, float fontSizeValue, int fontSizeInPt, float ws) Constructor.
PDResources.getFonts()
instead