Package com.ironsoftware.ironpdf.font
Class FontTypes
- java.lang.Object
- 
- com.ironsoftware.ironpdf.internal.staticapi.Utils_CustomEnumeration
- 
- com.ironsoftware.ironpdf.font.FontTypes
 
 
- 
- All Implemented Interfaces:
- Comparable<Utils_CustomEnumeration>
 
 public final class FontTypes extends Utils_CustomEnumeration Supported PDF Fonts
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FontTypescreateCustomFont(String Name, String FontFilePath)Deprecated.This method is deprecated and is no longer supported.static FontTypesfromString(String FontNameOrFilePath)Deprecated.This method is deprecated and is no longer supported.static FontTypesgetArial()Gets arial.static FontTypesgetArialBold()Gets arial bold.static FontTypesgetArialBoldItalic()Gets arial bold italic.static FontTypesgetArialItalic()Gets arial italic.static FontTypesgetCourier()Gets courier.static FontTypesgetCourierBold()Gets courier bold.static FontTypesgetCourierBoldOblique()Gets courier bold oblique.static FontTypesgetCourierNew()Gets courier new.static FontTypesgetCourierNewBold()Gets courier new bold.static FontTypesgetCourierNewBoldItalic()Gets courier new bold italic.static FontTypesgetCourierNewItalic()Gets courier new italic.static FontTypesgetCourierOblique()Gets courier oblique.static FontTypesgetHelvetica()Gets helvetica.static FontTypesgetHelveticaBold()Gets helvetica bold.static FontTypesgetHelveticaBoldOblique()Gets helvetica bold oblique.static FontTypesgetHelveticaOblique()Gets helvetica oblique.static FontTypesgetSymbol()Gets symbol.static FontTypesgetTimesNewRoman()Gets times new roman.static FontTypesgetTimesNewRomanBold()Gets times new roman bold.static FontTypesgetTimesNewRomanBoldItalic()Gets times new roman bold italic.static FontTypesgetTimesNewRomanItalic()Gets times new roman italic.static FontTypesgetZapfDingbats()Gets zapf dingbats.
 
- 
- 
- 
Method Detail- 
createCustomFontpublic static FontTypes createCustomFont(String Name, String FontFilePath) Deprecated.This method is deprecated and is no longer supported. Create custom font types.- Parameters:
- Name- the name
- FontFilePath- the font file (.ttf, .otf, etc.) path
- Returns:
- the font types
 
 - 
fromStringpublic static FontTypes fromString(String FontNameOrFilePath) Deprecated.This method is deprecated and is no longer supported. Gets FontTypes from font file path.- Parameters:
- FontNameOrFilePath- the font name or file path
- Returns:
- the font types
 
 - 
getArialpublic static FontTypes getArial() Gets arial.- Returns:
- the arial
 
 - 
getArialBoldpublic static FontTypes getArialBold() Gets arial bold.- Returns:
- the arial bold
 
 - 
getArialBoldItalicpublic static FontTypes getArialBoldItalic() Gets arial bold italic.- Returns:
- the arial bold italic
 
 - 
getArialItalicpublic static FontTypes getArialItalic() Gets arial italic.- Returns:
- the arial italic
 
 - 
getCourierpublic static FontTypes getCourier() Gets courier.- Returns:
- the courier
 
 - 
getCourierBoldObliquepublic static FontTypes getCourierBoldOblique() Gets courier bold oblique.- Returns:
- the courier bold oblique
 
 - 
getCourierObliquepublic static FontTypes getCourierOblique() Gets courier oblique.- Returns:
- the courier oblique
 
 - 
getCourierBoldpublic static FontTypes getCourierBold() Gets courier bold.- Returns:
- the courier bold
 
 - 
getCourierNewpublic static FontTypes getCourierNew() Gets courier new.- Returns:
- the courier new
 
 - 
getCourierNewBoldpublic static FontTypes getCourierNewBold() Gets courier new bold.- Returns:
- the courier new bold
 
 - 
getCourierNewBoldItalicpublic static FontTypes getCourierNewBoldItalic() Gets courier new bold italic.- Returns:
- the courier new bold italic
 
 - 
getCourierNewItalicpublic static FontTypes getCourierNewItalic() Gets courier new italic.- Returns:
- the courier new italic
 
 - 
getHelveticapublic static FontTypes getHelvetica() Gets helvetica.- Returns:
- the helvetica
 
 - 
getHelveticaBoldpublic static FontTypes getHelveticaBold() Gets helvetica bold.- Returns:
- the helvetica bold
 
 - 
getHelveticaBoldObliquepublic static FontTypes getHelveticaBoldOblique() Gets helvetica bold oblique.- Returns:
- the helvetica bold oblique
 
 - 
getHelveticaObliquepublic static FontTypes getHelveticaOblique() Gets helvetica oblique.- Returns:
- the helvetica oblique
 
 - 
getSymbolpublic static FontTypes getSymbol() Gets symbol.- Returns:
- the symbol
 
 - 
getTimesNewRomanpublic static FontTypes getTimesNewRoman() Gets times new roman.- Returns:
- the times new roman
 
 - 
getTimesNewRomanBoldpublic static FontTypes getTimesNewRomanBold() Gets times new roman bold.- Returns:
- the times new roman bold
 
 - 
getTimesNewRomanBoldItalicpublic static FontTypes getTimesNewRomanBoldItalic() Gets times new roman bold italic.- Returns:
- the times new roman bold italic
 
 - 
getTimesNewRomanItalicpublic static FontTypes getTimesNewRomanItalic() Gets times new roman italic.- Returns:
- the times new roman italic
 
 - 
getZapfDingbatspublic static FontTypes getZapfDingbats() Gets zapf dingbats.- Returns:
- the zapf dingbats
 
 
- 
 
-