Uses of Class
com.dynamicpdf.api.Font
Packages that use Font
-
Uses of Font in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return FontModifier and TypeMethodDescriptionstatic Font
Initializes a new instance of theFont
class using the file path of the font and resource name.static Font
Initializes a new instance of theFont
class using the file path of the font and resource name.static Font
Font.fromStream(InputStream stream)
Initializes a new instance of theFont
class using the file path of the font and resource name.static Font
Font.fromStream(InputStream stream, String resourceName)
Initializes a new instance of theFont
class using the stream of the font file and resource name.static Font
Font.fromSystem(String fontName)
Initializes a new instance of theFont
class using the system font name and resource name.static Font
Font.fromSystem(String fontName, String resourceName)
Initializes a new instance of theFont
class using the system font name and resource name.static Font
Font.getCourier()
Gets the Courier core font with Latin 1 encoding.static Font
Font.getCourierBold()
Gets the Courier Bold core font with Latin 1 encoding.static Font
Font.getCourierBoldOblique()
Gets the Courier Bold Oblique core font with Latin 1 encoding.static Font
Font.getCourierOblique()
Gets the Courier Oblique core font with Latin 1 encoding.static Font
Font.getHelvetica()
Gets the Helvetica core font with Latin 1 encoding.static Font
Font.getHelveticaBold()
Gets the Helvetica Bold core font with Latin 1 encoding.static Font
Font.getHelveticaBoldOblique()
Gets the Helvetica Bold Oblique core font with Latin 1 encoding.static Font
Font.getHelveticaOblique()
Gets the Helvetica Oblique core font with Latin 1 encoding.static Font
Font.getSymbol()
Gets the Symbol core font.static Font
Font.getTimesBold()
Gets the Times Bold core font with Latin 1 encoding.static Font
Font.getTimesBoldItalic()
Gets the Times Bold Italic core font with Latin 1 encoding.static Font
Font.getTimesItalic()
Gets the Times Italic core font with Latin 1 encoding.static Font
Font.getTimesRoman()
Gets the Times Roman core font with Latin 1 encoding.static Font
Font.getZapfDingbats()
Gets the Zapf Dingbats core font.Methods in com.dynamicpdf.api that return types with arguments of type Font -
Uses of Font in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return FontModifier and TypeMethodDescriptionPageNumberingElement.getFont()
Gets theFont
object to use for the text of the label.TextBarcodeElement.getFont()
Gets the font to use when displaying the text.TextElement.getFont()
Gets theFont
object used to specify the font of the text for the text element.Element.getTextFont()
PageNumberingElement.getTextFont()
TextBarcodeElement.getTextFont()
TextElement.getTextFont()
Methods in com.dynamicpdf.api.elements with parameters of type FontModifier and TypeMethodDescriptionvoid
Sets theFont
object to use for the text of the label.void
Sets the font to use when displaying the text.void
Sets theFont
object used to specify the font of the text for the text element.