Class HtmlFont
- java.lang.Object
-
- net.sf.jasperreports.engine.export.HtmlFont
-
public class HtmlFont extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEot()
HtmlFontFamily
getFamily()
String
getFontName()
String
getId()
static HtmlFont
getInstance(HtmlFontFamily family, Locale locale, FontFace fontFace, boolean isBold, boolean isItalic)
Locale
getLocale()
String
getShortId()
String
getSvg()
String
getTtf()
String
getWoff()
boolean
isBold()
boolean
isItalic()
-
-
-
Method Detail
-
getInstance
public static HtmlFont getInstance(HtmlFontFamily family, Locale locale, FontFace fontFace, boolean isBold, boolean isItalic)
-
getId
public String getId()
-
getShortId
public String getShortId()
-
getFamily
public HtmlFontFamily getFamily()
-
getLocale
public Locale getLocale()
-
getFontName
public String getFontName()
-
getTtf
public String getTtf()
-
getEot
public String getEot()
-
getSvg
public String getSvg()
-
getWoff
public String getWoff()
-
isBold
public boolean isBold()
-
isItalic
public boolean isItalic()
-
-