Generated by
JDiff

Class com.itextpdf.svg.utils.SvgTextUtil

Added Methods
void  applyTextDecoration( ISvgTextNodeRenderer, boolean , boolean , SvgDrawContext ) Processes text-decoration attribute which is shorthand for text-decoration-line and text-decoration-style.
void  processWhiteSpace( TextSvgBranchRenderer, boolean , SvgDrawContext ) Process the whitespace inside the Text Tree.
 

Changed Methods
float  resolveFontSize( ISvgTextNodeRenderer, float ) Documentation changed from old to new.
Now deprecated.
will be removed together with {@link TextLeafSvgNodeRenderer#getTextContentLength(float, PdfFont)}
void  processWhiteSpace( TextSvgBranchRenderer, boolean ) Documentation changed from old to new.
Now deprecated.
use {@link #processWhiteSpace(TextSvgBranchRenderer, boolean, SvgDrawContext)} instead