forked from enisn/UraniumUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request enisn#621 from trdsolutions/develop
Added material symbol font conversions with filled parameter
- Loading branch information
Showing
5 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
namespace UraniumUI; | ||
|
||
public static class FontAliases | ||
{ | ||
public const string MaterialOutlined = "MaterialOutlined"; | ||
|
||
public const string MaterialOutlinedFilled = "MaterialOutlinedFilled"; | ||
|
||
public const string MaterialRounded = "MaterialRounded"; | ||
|
||
public const string MaterialRoundedFilled = "MaterialRoundedFilled"; | ||
|
||
public const string MaterialSharp = "MaterialSharp"; | ||
|
||
public const string MaterialSharpFilled = "MaterialSharpFilled"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.06 MB
src/UraniumUI.Icons.MaterialSymbols/Resources/Fonts/MaterialSymbolsOutlinedFilled.ttf
Binary file not shown.
Binary file added
BIN
+1.36 MB
src/UraniumUI.Icons.MaterialSymbols/Resources/Fonts/MaterialSymbolsRoundedFilled.ttf
Binary file not shown.
Binary file added
BIN
+962 KB
src/UraniumUI.Icons.MaterialSymbols/Resources/Fonts/MaterialSymbolsSharpFilled.ttf
Binary file not shown.