|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.svg.utilsas colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.
Converts a double to a String. @param value to be converted doubleClass SvgCssUtils, String convertFloatToString(float)valuevalue @return the value in a Stringrepresentationrepresentation @deprecated can be replaced by {@code Double.toString(float)}
Converts a float to a String. @param value to be converted floatvaluevalue @return the value in a Stringrepresentationrepresentation @deprecated can be replaced by {@code Float.toString(float)}
Process the whitespace inside the Text Tree. Whitespace is collapsed and new lines are handled A leading element in each subtree is handled different: the preceding whitespace is trimmed instead of kept @param root root of the text-renderer subtree @param isLeadingElement true if this element is a leading element(either the first child or the first element after an absolute position change) @deprecated use .processWhiteSpace(TextSvgBranchRenderer, boolean, SvgDrawContext) insteadClass SvgTextUtil, float resolveFontSize(ISvgTextNodeRenderer, float)
Resolve the font size stored inside the passed renderer @param renderer renderer containing the font size declaration @param parentFontSize parent font size to fall back on if the renderer does not contain a font size declarations or if the stored declaration isinvalidinvalid @return float containing the font-size, or the parent font size if the renderer's declaration cannot beresolvedresolved @deprecated will be removed together with TextLeafSvgNodeRenderer.getTextContentLength(float, PdfFont)