Almediadev Support 81 Posted August 3, 2020 StyleControls VCL v. 4.73 released! http://www.almdev.com StyleControls VCL is a powerful, stable package of components, which uses Classic drawing, system Themes, GDI+ and VCL Styles. This package contains the unique solutions to extend standard VCL controls and also has many unique, advanced controls to create applications with UWP / Fluent UI design. Also with this package you can really improve applying and using of VCL Styles in your application. 1 Share this post Link to post
Guest Posted August 3, 2020 Your work is awesome. But may i ask what is the "system font" in the images above? It looks a bit "outdated", the way "GP" is ... how to do that in english ... "kerned", perhaps (?). Share this post Link to post
Almediadev Support 81 Posted August 4, 2020 (edited) 11 hours ago, Dany Marmur said: Your work is awesome. But may i ask what is the "system font" in the images above? It looks a bit "outdated", the way "GP" is ... how to do that in english ... "kerned", perhaps (?). Thank you! TscGP... - controls, which use GDI+ You can work with images using 3 GP buttons: 1. TscGPButton - uses TCustomImageList as usual TscButton (we have own TscGPImageCollection and TscVirtualImageList to get and draw scaled images for any DPI) 2. TscGPGlyphButton - draws vector images (100+) using GDI+ (you can set thin of image lines and color with alpha for all button states). For example, we use TscGPGlyphButton. for Min, Max, Close buttons in the form caption area. 3. TscGPCharGlyph button uses build-in FontAwaresome font and GDI+ to draw scaled image (700+) (you can set color with alpha for all button states). For example, we use TscGPCharGlyphButton for "Data", "Reports", "Settings" buttons. Edited August 4, 2020 by Almediadev Support Share this post Link to post