File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22Image32 - a 2D graphics library for Delphi Pascal
3- Latest version: 4.7
4- Released: 6 January 2024
3+ Latest version: 4.8
4+ Released: 18 January 2024
55Copyright © 2019-2025 Angus Johnson
66Freeware released under Boost Software License
77https://www.boost.org/LICENSE_1_0.txt
@@ -11,6 +11,11 @@ Download : https://github.com/AngusJohnson/Image32
1111
1212Recent changes:
1313
14+ Version 4.8
15+ * This version contains further improvements in text rendering.
16+ CAUTION: Some function and method renaming too in Img32.Text.pas.
17+ * Minor bug fixes too (issues #128..#130 in the GitHub repository).
18+
1419Version 4.7
1520* There have been significant improvements in SVG file reading
1621* There have also been significant improvements in managing text rendering.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ object Form1: TForm1
66 Margins.Right = 6
77 Margins.Bottom = 6
88 Caption = ' Image32 Text'
9- ClientHeight = 916
10- ClientWidth = 1283
9+ ClientHeight = 1012
10+ ClientWidth = 1339
1111 Color = clBtnFace
1212 TransparentColorValue = clBtnFace
1313 Font.Charset = DEFAULT_CHARSET
@@ -25,8 +25,8 @@ object Form1: TForm1
2525 TextHeight = 29
2626 object StatusBar1: TStatusBar
2727 Left = 0
28- Top = 872
29- Width = 1283
28+ Top = 968
29+ Width = 1339
3030 Height = 44
3131 Margins.Left = 6
3232 Margins.Top = 6
@@ -41,8 +41,8 @@ object Form1: TForm1
4141 end >
4242 ParentFont = True
4343 UseSystemFont = False
44- ExplicitTop = 774
45- ExplicitWidth = 1294
44+ ExplicitTop = 872
45+ ExplicitWidth = 1283
4646 end
4747 object MainMenu1: TMainMenu
4848 Left = 112
You can’t perform that action at this time.
0 commit comments