EtheaDev / IconFontsImageList

Four advanced components to simplify use of Icon Fonts as images and ImageList: TIconFontImage, TIconFontsImageCollection, TIconFontsVirtualImageList, TIconFontsImageList (for VCL and FMX). Full support for High-DPI apps. Rendering optimized with GDI+
Apache License 2.0
217 stars 55 forks source link

The icons that are stored in IconFontList are static? #22

Closed SoyYako closed 4 years ago

SoyYako commented 4 years ago

After loading multiple IconsFont into the list at design time... Do the icons remain as iamges within the list? ... or only pointers / references to certain Fonts.

Basically the question is: When I run "my program" on the target PC, do the images persist even though the "Material Font" is not installed?

Best regards,

carloBarazzetta commented 4 years ago

The font is necessary to "build" (draw) the icon at any resolution or color, so you "must" deploy the font when you deploy your application, as explained here: https://github.com/EtheaDev/IconFontsImageList/wiki/Deploy-Applications