From d9d1f100f3636836555e5a1aa0987b98d02c001f Mon Sep 17 00:00:00 2001 From: Bergmann89 Date: Sat, 31 Oct 2015 22:55:08 +0100 Subject: [PATCH] * added padding for TtsFontMetric --- utsTypes.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/utsTypes.pas b/utsTypes.pas index fbb3b9d..2400414 100644 --- a/utsTypes.pas +++ b/utsTypes.pas @@ -174,6 +174,7 @@ type Style: TtsFontStyles; AntiAliasing: TtsAntiAliasing; DefaultChar: WideChar; + __reserved: SmallInt; Ascent: Integer; Descent: Integer;