Skip to content

Convert Material Icons

Carlo Barazzetta edited this page Jun 15, 2020 · 2 revisions

Convert Material Icons

From version 1.9(VCL) and 1.4(FMX) you can simply convert all the Icons used into an IconFontsImageList with the old font "Material Design Icons" to the new one "Material Design Icons Desktop".

Form context-menu of component, select option "Convert from "Material Design Icons" to "Material Design Icons Desktop"...

The component automatically convert the old icons property "FontIconDec" with the new value and changes the FontName property to the new one.

Remeber to install the new font, present in Demo\Font folder named: "Material Design Icons Desktop.ttf".

This font is available here: github.com/Templarian/MaterialDesign-Font

Clone this wiki locally