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
216 stars 55 forks source link

Search for icon name in Icon Fonts Charmap #45

Closed DiegoArnaudin closed 3 years ago

DiegoArnaudin commented 3 years ago

Search for icon name in Icon Fonts Charmap

DiegoArnaudin commented 3 years ago

It would be very useful to be able to search an icon for its iconName

carloBarazzetta commented 3 years ago

A simple way to search icons for example of Material Design Fonts is to use the file: IconFontsImageList\Demo\Fonts\cheatsheet.html. In the library there is a "catalog" support only for MaterialDesign (Icons.MaterialDesign.pas) that give you some the name of the icon (as you can see in the charmap) but there isn't a search/filter option into this form. You can do it by yourself changing the unit IconFontsCharMapUnit.pas image