Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Correct Implementation for HiDPI

This was introduced in 4.6. N&N is here https://www.eclipse.org/eclipse/news/4.6/platform.php

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, D Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India
Phone: 91-80-41776858

-----Original Message-----
From: Stephan Aßmus [mailto:superstippi@xxxxxx]
Sent: Tuesday, May 15, 2018 3:16 PM
To: Eclipse Platform SWT component developers list. <platform-swt-dev@xxxxxxxxxxx>
Subject: Re: [platform-swt-dev] Correct Implementation for HiDPI

Am 15.05.2018 um 11:35 schrieb Sravan K Lakkimsetti:
> Hi,
>
> SWT scales automatically on Windows and Linux. Application won't have
> access to the screen coordinates. SWT does call a callback to the
> application for a new image when required (SWT supplies scale factor
> when it requests). If you use imageproviders(or imagedescriptor)
> you'll get sharper images otherwise the images and drawing gets scaled
> automatically will result in slightly blurred images.

interesting. In which SWT version was this introduced?

Best regards,
-Stephan

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top