Tool [B4X] MaterialIcons Web Font Chooser

SS-2019-03-21_15.24.44.png


This is an icon chooser tool for the MaterialIcons Web font: https://github.com/Templarian/MaterialDesign-Webfont
This font includes 3595 icons. The built-in material icons font includes about 800 icons.

Click on an icon to copy it to the clipboard. There are two options:

1. Copy with Chr() - this should be used when using the icon in B4J code, B4i code or B4A code.
2. Copy directly - this should be in B4A designer after you set the font:

SS-2019-03-21_15.28.15.png


As you can see the icon will appear as an empty square in the IDE, however it will work.

You can change the icons color in the chooser. This only affects the icons as they are displayed in the chooser.
Example project with the chooser: www.b4x.com/b4j/files/WebFont.zip

The font itself is attached.
 

Attachments

  • materialdesignicons-webfont.zip
    253.3 KB · Views: 1,148
Last edited:

ivan.tellez

Active Member
Licensed User
Longtime User
It works with the Font Awesome PRO changing the font file and the txt file with the char list

1664848254851.png




As you can see the icon will appear as an empty square in the IDE, however it will work.

I also try this with the IDE, replacing the txt list in the B4A folder and the B4X_FontAwesome.otf with the PRO one, but the picker does not show the glyps:

1664849168689.png


Is there a way to show the PRO version glyps on the IDE?
 

yiankos1

Well-Known Member
Licensed User
Longtime User
Top