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 FontInitializes a new instance of theFontclass using the file path of the font and resource name.static FontInitializes a new instance of theFontclass using the file path of the font and resource name.static FontFont.fromStream(InputStream stream)Initializes a new instance of theFontclass using the file path of the font and resource name.static FontFont.fromStream(InputStream stream, String resourceName)Initializes a new instance of theFontclass using the stream of the font file and resource name.static FontFont.fromSystem(String fontName)Initializes a new instance of theFontclass using the system font name and resource name.static FontFont.fromSystem(String fontName, String resourceName)Initializes a new instance of theFontclass using the system font name and resource name.static FontFont.getCourier()Gets the Courier core font with Latin 1 encoding.static FontFont.getCourierBold()Gets the Courier Bold core font with Latin 1 encoding.static FontFont.getCourierBoldOblique()Gets the Courier Bold Oblique core font with Latin 1 encoding.static FontFont.getCourierOblique()Gets the Courier Oblique core font with Latin 1 encoding.static FontFont.getHelvetica()Gets the Helvetica core font with Latin 1 encoding.static FontFont.getHelveticaBold()Gets the Helvetica Bold core font with Latin 1 encoding.static FontFont.getHelveticaBoldOblique()Gets the Helvetica Bold Oblique core font with Latin 1 encoding.static FontFont.getHelveticaOblique()Gets the Helvetica Oblique core font with Latin 1 encoding.static FontFont.getSymbol()Gets the Symbol core font.static FontFont.getTimesBold()Gets the Times Bold core font with Latin 1 encoding.static FontFont.getTimesBoldItalic()Gets the Times Bold Italic core font with Latin 1 encoding.static FontFont.getTimesItalic()Gets the Times Italic core font with Latin 1 encoding.static FontFont.getTimesRoman()Gets the Times Roman core font with Latin 1 encoding.static FontFont.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 theFontobject to use for the text of the label.TextBarcodeElement.getFont()Gets the font to use when displaying the text.TextElement.getFont()Gets theFontobject 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 TypeMethodDescriptionvoidSets theFontobject to use for the text of the label.voidSets the font to use when displaying the text.voidSets theFontobject used to specify the font of the text for the text element.