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

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

Introduction

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

The text is from its open source code.

Method

floatgetAverageFontWidth()
This will get the average font width for all characters.
COSDictionarygetCOSObject()
PDFontDescriptorgetFontDescriptor()
MatrixgetFontMatrix()
floatgetSpaceWidth()
Determines the width of the space character.
floatgetStringWidth(String text)
Returns the width of the given Unicode string.
StringgetSubType()
This will get the subtype of font.
StringgetType()
This will always return "Font" for fonts.
floatgetWidth(int code)
ListgetWidths()
The widths of the characters.
inthashCode()
booleanisVertical()
Returns true if the font uses vertical writing mode.
StringtoString()
StringtoUnicode(int code, GlyphList customGlyphList)
Returns the Unicode character sequence which corresponds to the given character code.
booleanwillBeSubset()
Returns true if this font will be subset when embedded.