FHEM Forum

FHEM => English Corner => Thema gestartet von: malc_b am 29 Januar 2017, 19:24:22

Titel: Font previews
Beitrag von: malc_b am 29 Januar 2017, 19:24:22
Hi,

Anyone know of a preview site for the icons in Tablet UI (and fhem for that matter).  I've found font awesome (http://fontawesome.io/cheatsheet/) and material icons (https://material.io/icons/) but
I've had no luck googling openautomation or finding fhem icon preview.  Or does anyone have a suggestion of a win7 font viewer that will view the font files.

TIA
Titel: Antw:Font previews
Beitrag von: drhirn am 30 Januar 2017, 09:15:21
In the root of the TableUI Git (https://github.com/knowthelist/fhem-tablet-ui) there is a file called gen_iconsdemo.pl. Download it to your TableUI-root and correct the paths on line 45, 62 and 68 (and eventually add more css-files on line 5). Afterwards run it with perl gen_iconsdem.pl

This will get you a icons.html and a icons_table.html
Titel: Antw:Font previews
Beitrag von: malc_b am 30 Januar 2017, 10:05:33
Thanks