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 StringgetEot()HtmlFontFamilygetFamily()StringgetFontName()StringgetId()static HtmlFontgetInstance(HtmlFontFamily family, Locale locale, FontFace fontFace, boolean isBold, boolean isItalic)LocalegetLocale()StringgetShortId()StringgetSvg()StringgetTtf()StringgetWoff()booleanisBold()booleanisItalic()
-
-
-
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()
-
-