mac解决//go:linkname must refer to declared function or variable
Version 1.7
-----------
- ADD: Delphi/CBuilder 10.2 Tokyo now supported.
- ADD: Delphi/CBuilder 10.1 Berlin now supported.
- ADD: Delphi/CBuilder 10 Seattle now supported.
- ADD: Delphi/CBuilder XE8 now supported.
- ADD: Delphi/CBuilder XE7 now supported.
- ADD: Delphi/CBuilder XE6 now supported.
- ADD: Delphi/CBuilder XE5 now supported.
- ADD: Delphi/CBuilder XE4 now supported.
- ADD: Delphi/CBuilder XE3 now supported.
- ADD: Delphi/CBuilder XE2 now supported.
- ADD: Delphi/CBuilder XE now supported.
- ADD: Delphi/CBuilder 2010 now supported.
- ADD: Delphi/CBuilder 2009 now supported.
- ADD: New demo project FlexCADImport.
- FIX: The height of the TFlexRegularPolygon object incorrectly changes with its rotation.
- FIX: Added division by zero protect in method TFlexControl.MovePathSegment.
- FIX: The background beyond docuemnt wasn't filled when TFlexPanel.DocClipping=True.
- FIX: In "Windows ClearType" font rendering mode (OS Windows mode) the "garbage" pixels can appear from the right and from the bottom sides of the painted rectangle of the TFlexText object.
- FIX: The result rectangle incorrectly calculated in the TFlexText.GetRefreshRect method.
- FIX: Added FPaintCache.rcPaint cleanup in the TFlexPanel.WMPaint method. Now it is possible to define is the drawing take place via WMPaint or via the PaintTo direct call (if rcPaint contain non-empty rectangle then WMPaint in progress).
- FIX: The TFlexPanel.FPaintCache field moved in the protected class section. Added rcPaint field in FPaintCache that represents drawing rectangle.
- ADD: In the text prcise mode (TFlexText.Precise=True) takes into account the rotation angle (TFlexText.Angle).
- FIX: Removed FG_NEWTEXTROTATE directive (the TFlexText Precise mode should be used instead).
- FIX: The TFlexRegularPolygon object clones incorrectly drawed in case when TFlexRegularPolygon have alternative brush (gradient, texture).
- ADD: Add TFlexPanel.InvalidateControl virtual method which calls from TFle