enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
985 stars 110 forks source link

Added material symbol font conversions with filled parameter #621

Closed trdsolutions closed 1 month ago

trdsolutions commented 1 month ago

As MAUI lacks of support for variable fonts (https://github.com/dotnet/maui/issues/16604) I converted the variable fonts from https://github.com/google/material-design-icons/tree/master/variablefont with the following parameters:

In addition I created the FontAliases class for less magic string guessing on the consumer site.

I hope you like it. If there is anything I can do better, please let me know.