Uses of Interface
org.apache.pdfbox.pdmodel.font.PDVectorFont
-
Packages that use PDVectorFont Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.rendering -
-
Uses of PDVectorFont in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font that implement PDVectorFont Modifier and Type Class Description class
PDCIDFont
A CIDFont.class
PDCIDFontType0
Type 0 CIDFont (CFF).class
PDCIDFontType2
Type 2 CIDFont (TrueType).class
PDTrueTypeFont
TrueType font.class
PDType0Font
A Composite (Type 0) font. -
Uses of PDVectorFont in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PDVectorFont Modifier and Type Field Description private PDVectorFont
TTFGlyph2D. vectorFont
-