public abstract class SvgFontProcessor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SVG_ATTRIBUTE_fontFamily |
static String |
SVG_ATTRIBUTE_style |
static String |
SVG_ELEMENT_g |
static String |
SVG_ELEMENT_svg |
static String |
SVG_ELEMENT_text |
Modifier | Constructor and Description |
---|---|
protected |
SvgFontProcessor(JasperReportsContext jasperReportsContext,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getFontFamily(String fontFamily,
Locale locale) |
byte[] |
process(byte[] svgData) |
public static final String SVG_ELEMENT_svg
public static final String SVG_ELEMENT_g
public static final String SVG_ELEMENT_text
public static final String SVG_ATTRIBUTE_style
public static final String SVG_ATTRIBUTE_fontFamily
protected SvgFontProcessor(JasperReportsContext jasperReportsContext, Locale locale)
Copyright © 2017. All rights reserved.