protected void |
JRStyledTextUtil.addFallbackRun(List<JRStyledText.Run> newRuns,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
int startIndex,
int endIndex,
net.sf.jasperreports.engine.util.JRStyledTextUtil.FamilyFonts familyFonts) |
protected void |
JRStyledTextUtil.addFontRun(List<JRStyledText.Run> newRuns,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
int startIndex,
int endIndex,
FontInfo fontInfo) |
protected void |
JRStyledTextUtil.copyRun(List<JRStyledText.Run> newRuns,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
int startIndex,
int endIndex) |
protected JRStyledText |
JRStyledTextUtil.createProcessedStyledText(JRStyledText styledText,
String text,
List<JRStyledText.Run> newRuns) |
protected void |
JRStyledTextUtil.matchFonts(String text,
int startIndex,
int endIndex,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
net.sf.jasperreports.engine.util.JRStyledTextUtil.FamilyFonts familyFonts,
List<JRStyledText.Run> newRuns) |