|
@@ -10,7 +10,7 @@ namespace PixiEditor.UI.Common.Fonts;
|
|
|
//TODO: Make autogenerated from PixiPerfectIcons.axaml
|
|
|
public static class PixiPerfectIcons
|
|
|
{
|
|
|
- private static readonly FontFamily pixiPerfectFontFamily = new("avares://PixiEditor.UI.Common/Fonts/pixiperfect.ttf#pixiperfect");
|
|
|
+ private static readonly FontFamily pixiPerfectFontFamily = new("avares://PixiEditor.UI.Common/Fonts/PixiPerfect.ttf#PixiPerfect");
|
|
|
|
|
|
public const string AddReference = "\ue900";
|
|
|
public const string AddToMask = "\ue901";
|
|
@@ -131,10 +131,13 @@ public static class PixiPerfectIcons
|
|
|
public const string ToggleLayerVisible = "\u25a1;"; // TODO: Create a toggle layer visible icon
|
|
|
public const string ToggleMask = "\u25a1;"; // TODO: Create a toggle mask icon
|
|
|
public static string Pen => "\uE971";
|
|
|
-
|
|
|
+ public static string LowResCircle => "\uE986";
|
|
|
+ public static string LowResSquare => "\uE988";
|
|
|
+ public static string LowResLine => "\uE989";
|
|
|
+
|
|
|
public static Stream GetFontStream()
|
|
|
{
|
|
|
- return AssetLoader.Open(new Uri("avares://PixiEditor.UI.Common/Fonts/pixiperfect.ttf"));
|
|
|
+ return AssetLoader.Open(new Uri("avares://PixiEditor.UI.Common/Fonts/PixiPerfect.ttf"));
|
|
|
}
|
|
|
|
|
|
public static IImage ToIcon(string unicode, double size = 18)
|