Uses of Class
com.ironsoftware.ironpdf.font.FontTypes
-
Packages that use FontTypes Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.font com.ironsoftware.ironpdf.form com.ironsoftware.ironpdf.headerfooter -
-
Uses of FontTypes in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf with parameters of type FontTypes Modifier and Type Method Description voidPdfDocument. replaceText(PageSelection pageSelection, String oldText, String newText, FontTypes customFont, Float customFontSize)Replace the specified old text with new text on a given page. -
Uses of FontTypes in com.ironsoftware.ironpdf.font
Methods in com.ironsoftware.ironpdf.font that return FontTypes Modifier and Type Method Description static FontTypesFontTypes. createCustomFont(String Name, String FontFilePath)Deprecated.This method is deprecated and is no longer supported.static FontTypesFontTypes. fromString(String FontNameOrFilePath)Deprecated.This method is deprecated and is no longer supported.static FontTypesFontTypes. getArial()Gets arial.static FontTypesFontTypes. getArialBold()Gets arial bold.static FontTypesFontTypes. getArialBoldItalic()Gets arial bold italic.static FontTypesFontTypes. getArialItalic()Gets arial italic.static FontTypesFontTypes. getCourier()Gets courier.static FontTypesFontTypes. getCourierBold()Gets courier bold.static FontTypesFontTypes. getCourierBoldOblique()Gets courier bold oblique.static FontTypesFontTypes. getCourierNew()Gets courier new.static FontTypesFontTypes. getCourierNewBold()Gets courier new bold.static FontTypesFontTypes. getCourierNewBoldItalic()Gets courier new bold italic.static FontTypesFontTypes. getCourierNewItalic()Gets courier new italic.static FontTypesFontTypes. getCourierOblique()Gets courier oblique.static FontTypesFontTypes. getHelvetica()Gets helvetica.static FontTypesFontTypes. getHelveticaBold()Gets helvetica bold.static FontTypesFontTypes. getHelveticaBoldOblique()Gets helvetica bold oblique.static FontTypesFontTypes. getHelveticaOblique()Gets helvetica oblique.static FontTypesFontTypes. getSymbol()Gets symbol.static FontTypesFontTypes. getTimesNewRoman()Gets times new roman.static FontTypesFontTypes. getTimesNewRomanBold()Gets times new roman bold.static FontTypesFontTypes. getTimesNewRomanBoldItalic()Gets times new roman bold italic.static FontTypesFontTypes. getTimesNewRomanItalic()Gets times new roman italic.static FontTypesFontTypes. getZapfDingbats()Gets zapf dingbats. -
Uses of FontTypes in com.ironsoftware.ironpdf.form
Methods in com.ironsoftware.ironpdf.form with parameters of type FontTypes Modifier and Type Method Description voidFormManager. setTextFieldFont(String textFieldName, FontTypes font, int fontSize)Deprecated.This method is deprecated and no longer has any effect. -
Uses of FontTypes in com.ironsoftware.ironpdf.headerfooter
Methods in com.ironsoftware.ironpdf.headerfooter that return FontTypes Modifier and Type Method Description FontTypesTextHeaderFooter. getFont()Gets font.Methods in com.ironsoftware.ironpdf.headerfooter with parameters of type FontTypes Modifier and Type Method Description voidTextHeaderFooter. setFont(FontTypes value)Sets font.
-