- Official Post
24.10.2014 - WPTools 7.17
- fix problem with repeated header tables rows
- images larger than a page were painted distorted on screen - this has been improved
+ new option: wpDisableAutomaticImageAntialiasing with ViewOptionsEx
21.9.2014 - WPTools 7.16
+ function TextWidth(resolution : Integer) : Integer
+ function TextHeight(resolution : Integer) : Integer;
+ using the global var WPSpecialCharacterAttrOrder : array[TWPSpecialCharacterAttrKind] of TWPSpecialCharacterAttrKind
it is now possible to customize the order special attributes are applied to the text, i.e. to
also hightlight fields inside of protected text do this:
WPSpecialCharacterAttrOrder[wpInsertpoints] := wpProtectedText;
WPSpecialCharacterAttrOrder[wpProtectedText] := wpInsertpoints;