public final class FontTypes extends Utils_CustomEnumeration
Modifier and Type | Method and Description |
---|---|
static FontTypes |
createCustomFont(String Name,
String FontFilePath)
Create custom font types.
|
static FontTypes |
fromString(String FontNameOrFilePath)
Gets FontTypes from font name or font file path.
|
static FontTypes |
getArial()
Gets arial.
|
static FontTypes |
getArialBold()
Gets arial bold.
|
static FontTypes |
getArialBoldItalic()
Gets arial bold italic.
|
static FontTypes |
getArialItalic()
Gets arial italic.
|
static FontTypes |
getCourier()
Gets courier.
|
static FontTypes |
getCourierBold()
Gets courier bold.
|
static FontTypes |
getCourierBoldOblique()
Gets courier bold oblique.
|
static FontTypes |
getCourierNew()
Gets courier new.
|
static FontTypes |
getCourierNewBold()
Gets courier new bold.
|
static FontTypes |
getCourierNewBoldItalic()
Gets courier new bold italic.
|
static FontTypes |
getCourierNewItalic()
Gets courier new italic.
|
static FontTypes |
getCourierOblique()
Gets courier oblique.
|
String |
getCustomFontFilePath()
Gets custom font file path.
|
static FontTypes |
getHelvetica()
Gets helvetica.
|
static FontTypes |
getHelveticaBold()
Gets helvetica bold.
|
static FontTypes |
getHelveticaBoldOblique()
Gets helvetica bold oblique.
|
static FontTypes |
getHelveticaOblique()
Gets helvetica oblique.
|
static FontTypes |
getSymbol()
Gets symbol.
|
static FontTypes |
getTimesNewRoman()
Gets times new roman.
|
static FontTypes |
getTimesNewRomanBold()
Gets times new roman bold.
|
static FontTypes |
getTimesNewRomanBoldItalic()
Gets times new roman bold italic.
|
static FontTypes |
getTimesNewRomanItalic()
Gets times new roman italic.
|
static FontTypes |
getZapfDingbats()
Gets zapf dingbats.
|
public static FontTypes createCustomFont(String Name, String FontFilePath)
Name
- the nameFontFilePath
- the font file (.ttf, .otf, etc.) pathpublic static FontTypes fromString(String FontNameOrFilePath)
FontNameOrFilePath
- the font name or file pathpublic static FontTypes getArial()
public static FontTypes getArialBold()
public static FontTypes getArialBoldItalic()
public static FontTypes getArialItalic()
public static FontTypes getCourier()
public static FontTypes getCourierBoldOblique()
public static FontTypes getCourierOblique()
public static FontTypes getCourierBold()
public static FontTypes getCourierNew()
public static FontTypes getCourierNewBold()
public static FontTypes getCourierNewBoldItalic()
public static FontTypes getCourierNewItalic()
public static FontTypes getHelvetica()
public static FontTypes getHelveticaBold()
public static FontTypes getHelveticaBoldOblique()
public static FontTypes getHelveticaOblique()
public static FontTypes getSymbol()
public static FontTypes getTimesNewRoman()
public static FontTypes getTimesNewRomanBold()
public static FontTypes getTimesNewRomanBoldItalic()
public static FontTypes getTimesNewRomanItalic()
public static FontTypes getZapfDingbats()
public String getCustomFontFilePath()
createCustomFont(String, String)
Copyright © 2022–2023 Iron Software. All rights reserved.