Hi,
Line 1769 reads:
EnumFontFamiliesEx(DC, LogFont, @EnumFontsProc, Integer(Items), 0);
This should be:
EnumFontFamiliesEx(DC, LogFont, @EnumFontsProc, NativeUInt(Items), 0);
This ensures that it works correctly when using 64-bit pointers.
Regards,
Gareth Marshall
Hi Gareth,
I am forwarding this issue to our R&D team for further processing. You will receive an automatic message once the status of this issue is changed.