public class HtmlFontUtil extends Object
Modifier and Type | Method and Description |
---|---|
String |
getHtmlFont(HtmlResourceHandler fontPathProvider,
HtmlResourceHandler fontResourceSaver,
HtmlFontFamily htmlFontFamily,
boolean useShortId,
boolean useLocal) |
static HtmlFontUtil |
getInstance(JasperReportsContext jasperReportsContext) |
static void |
handleFont(HtmlResourceHandler resourceHandler,
HtmlFont htmlFont)
Deprecated.
Replaced by
handleHtmlFont(HtmlResourceHandler, HtmlFont) . |
void |
handleHtmlFont(HtmlResourceHandler resourceHandler,
HtmlFont htmlFont)
|
void |
handleHtmlFont(HtmlResourceHandler cssResourceSaver,
HtmlResourceHandler fontPathProvider,
HtmlResourceHandler fontResourceSaver,
HtmlFontFamily htmlFontFamily,
boolean useShortId,
boolean useLocal) |
public static HtmlFontUtil getInstance(JasperReportsContext jasperReportsContext)
public static void handleFont(HtmlResourceHandler resourceHandler, HtmlFont htmlFont)
handleHtmlFont(HtmlResourceHandler, HtmlFont)
.public void handleHtmlFont(HtmlResourceHandler resourceHandler, HtmlFont htmlFont)
public void handleHtmlFont(HtmlResourceHandler cssResourceSaver, HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)
public String getHtmlFont(HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)
Copyright © 2017. All rights reserved.