Skip to content

Commit

Permalink
Added RPG Awesome Library Support
Browse files Browse the repository at this point in the history
Added support for the RPG Awesome Library per Issue #96
  • Loading branch information
Rion Williams committed Jun 27, 2017
1 parent 58adbe6 commit d69043a
Show file tree
Hide file tree
Showing 500 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Glyphfriend.Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ internal class Constants
public const int ToggleMetroUiCommand = 0x1107;
public const int ToggleOcticonsCommand = 0x1108;
public const int ToggleIcoMoonCommand = 0x1109;
public const int ToggleRpgAwesomeCommand = 0x1110;


/// <summary>
/// These are all of the supported libraries in Glyphfriend along with their associated default
Expand All @@ -44,7 +46,9 @@ internal class Constants
{ ToggleMaterialDesignCommand, new GlyphLibrary("Material Design", false) },
{ ToggleMetroUiCommand, new GlyphLibrary("Metro UI", false) },
{ ToggleOcticonsCommand, new GlyphLibrary("Octicons", false) },
{ ToggleIcoMoonCommand, new GlyphLibrary("IcoMoon", false) }
{ ToggleIcoMoonCommand, new GlyphLibrary("IcoMoon", false) },
{ ToggleRpgAwesomeCommand, new GlyphLibrary("RPG Awesome", false) }

};
}
}
7 changes: 7 additions & 0 deletions src/Glyphfriend.Core/GlyphfriendMenu.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
<ButtonText>Octicons</ButtonText>
</Strings>
</Button>
<Button guid="guidToggleLibraryCommandPackageCmdSet" id="ToggleRpgAwesomeCommand" priority="0x0100" type="Button">
<Parent guid="guidToggleLibraryCommandPackageCmdSet" id="GlyphfriendLibrariesMenuGroup" />
<Strings>
<ButtonText>RPG Awesome</ButtonText>
</Strings>
</Button>
</Buttons>
</Commands>
<CommandPlacements>
Expand All @@ -97,6 +103,7 @@
<IDSymbol name="ToggleMetroUiCommand" value="0x1107" />
<IDSymbol name="ToggleOcticonsCommand" value="0x1108" />
<IDSymbol name="ToggleIcoMoonCommand" value="0x1109" />
<IDSymbol name="ToggleRpgAwesomeCommand" value="0x1110" />
</GuidSymbol>
<GuidSymbol name="HtmlCmdSet" value="{78F03954-2FB8-4087-8CE7-59D71710B3BB}" >
<IDSymbol name="HtmlContextMenu" value="1" />
Expand Down
Binary file modified src/Glyphfriend.Packager/Binary/glyphs.bin
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d69043a

Please sign in to comment.