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

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

Introduction

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

The text is from its open source code.

Method

floatgetAscent()
This will get the ascent for the font.
floatgetCapHeight()
This will get the CapHeight for the font.
floatgetDescent()
This will get the descent for the font.
intgetFlags()
This will get the font flags.
PDRectanglegetFontBoundingBox()
This will get the fonts bounding box.
PDStreamgetFontFile()
A stream containing a Type 1 font program.
PDStreamgetFontFile2()
A stream containing a true type font program.
PDStreamgetFontFile3()
A stream containing a font program that is not true type or type 1.
StringgetFontName()
Get the font name.
floatgetFontWeight()
The weight of the font.
floatgetItalicAngle()
This will get the italic angle for the font.