Skip to content

Commit df37fbb

Browse files
committed
Version 4.8 release
1 parent 1c48a5f commit df37fbb

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

ChangeLog.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Image32 - 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
55
Copyright © 2019-2025 Angus Johnson
66
Freeware released under Boost Software License
77
https://www.boost.org/LICENSE_1_0.txt
@@ -11,6 +11,11 @@ Download : https://github.com/AngusJohnson/Image32
1111

1212
Recent 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+
1419
Version 4.7
1520
* There have been significant improvements in SVG file reading
1621
* There have also been significant improvements in managing text rendering.

Examples/Text/Text2.res

200 Bytes
Binary file not shown.

Examples/Text/Unit1.dfm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)