Skip to content
Carlo Barazzetta edited this page Jun 19, 2020 · 3 revisions

Support for GDI+ rendering

Starting from version 2.0 (VCL) the IconFontsImageList supports GDI+ rendering to draw perfect Icons with transparency. The support is available from Delphi XE6 to actual version.

Look at this example to see the difference in a High-DPI application with classic "Windows" style:

https://github.com/EtheaDev/IconFontsImageList/blob/master/Demo/Images/GDI+compare.png

With GDI+ you can also specify Opacity and DisabledFactor to control the rendering of the icons.

Clone this wiki locally