Google fonts icon selected by user

How can i let the user choose a google fonts icon without downloading icon images?
I want let the user choose a icon from all existing google font icons, so that i can add it in the Colin Treelistview together with the myfonts extension.
I can define some google fonts icon in app inventor code, but this is not what i want, see the MIT AI2 snippet.
grafik

You will need to make a list of all the material icon names, then the user can select from a listview/listpicker (suggest using the filterbar too).

I scraped the page and got this list back:

minames.txt (44.0 KB)

(use list from csv row to convert to a list once read by the File component)

Thx Ok, i will try it

Herewith a simple demo aia

maticons.aia (193.6 KB)

Credits to @Anke for the MyFonts V3 extension
TTF found here

3 Likes

Hello @TIMAI2,
great, thank you for the aia, it works fine.

duplicate post, removing

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.