| text,
JRCommonText.MARKUP_STYLED_TEXT.equals(printText.getMarkup()),//FIXMEMARKUP only static styled text appears on preview. no other markup
JRStyledTextAttributeSelector.getTextLocale(printText)
);
JRMeasuredText measuredText = textMeasurer.measure(
styledText,
0,
0,
false
);
|