Skip to content

DzHTMLText 6.0

Compare
Choose a tag to compare
@digao-dalpiaz digao-dalpiaz released this 23 Feb 21:34
· 32 commits to master since this release
  • New Design packages (build all packages and install only design packages).
  • New Syntax Errors list (right click on component in design mode and choose "Show Syntax Errors"). The component border will appear red when syntax errors.
  • Fixed word bounds size calculation for some platforms in FMX environment, like Android. The component was using MeasureCanvas to calculate bounds before canvas becomes available. Some platforms return wrong size (smaller) when using generic MeasureCanvas. Now we are using original Canvas, building tokens when Canvas becomes available. This fix resolves the issue of characters cut in half at the end of the word.
  • Fixed Tab margin on first line and Tab x Line Item x Paragraph Indent margin overload.
  • Reintroduced <FLOAT> tag (as obsolete tag).