Uses of Class
com.ironsoftware.ironpdf.font.FontTypes
Packages that use FontTypes
Package
Description
-
Uses of FontTypes in com.ironsoftware.ironpdf.font
Methods in com.ironsoftware.ironpdf.font that return FontTypesModifier and TypeMethodDescriptionstatic FontTypes
FontTypes.createCustomFont
(String Name, String FontFilePath) Create custom font types.static FontTypes
FontTypes.fromString
(String FontNameOrFilePath) Gets FontTypes from font name or font file path.static FontTypes
FontTypes.getArial()
Gets arial.static FontTypes
FontTypes.getArialBold()
Gets arial bold.static FontTypes
FontTypes.getArialBoldItalic()
Gets arial bold italic.static FontTypes
FontTypes.getArialItalic()
Gets arial italic.static FontTypes
FontTypes.getCourier()
Gets courier.static FontTypes
FontTypes.getCourierBold()
Gets courier bold.static FontTypes
FontTypes.getCourierBoldOblique()
Gets courier bold oblique.static FontTypes
FontTypes.getCourierNew()
Gets courier new.static FontTypes
FontTypes.getCourierNewBold()
Gets courier new bold.static FontTypes
FontTypes.getCourierNewBoldItalic()
Gets courier new bold italic.static FontTypes
FontTypes.getCourierNewItalic()
Gets courier new italic.static FontTypes
FontTypes.getCourierOblique()
Gets courier oblique.static FontTypes
FontTypes.getHelvetica()
Gets helvetica.static FontTypes
FontTypes.getHelveticaBold()
Gets helvetica bold.static FontTypes
FontTypes.getHelveticaBoldOblique()
Gets helvetica bold oblique.static FontTypes
FontTypes.getHelveticaOblique()
Gets helvetica oblique.static FontTypes
FontTypes.getSymbol()
Gets symbol.static FontTypes
FontTypes.getTimesNewRoman()
Gets times new roman.static FontTypes
FontTypes.getTimesNewRomanBold()
Gets times new roman bold.static FontTypes
FontTypes.getTimesNewRomanBoldItalic()
Gets times new roman bold italic.static FontTypes
FontTypes.getTimesNewRomanItalic()
Gets times new roman italic.static FontTypes
FontTypes.getZapfDingbats()
Gets zapf dingbats. -
Uses of FontTypes in com.ironsoftware.ironpdf.form
Methods in com.ironsoftware.ironpdf.form with parameters of type FontTypesModifier and TypeMethodDescriptionvoid
FormManager.setTextFieldFont
(String textFieldName, FontTypes font, int fontSize) Set the font of aTextField
-
Uses of FontTypes in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type FontTypesModifier and TypeMethodDescriptionstatic void
Form_Api.setTextFieldFont
(InternalPdfDocument internalPdfDocument, String textFieldName, FontTypes font, int fontSize) Sets text field font.