Show More
Commit Description:
Fix bug introduced by FNA upgrade....
Commit Description:
Fix bug introduced by FNA upgrade. I think FNA or one of its dependencies fixed a bug with the pipe key being mislabeled as the backslash key. It does have a backslash on it, but only upon shift.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/GlyphInfo.cs
8 lines | 147 B | text/x-csharp | CSharpLexer
Early working version (including all dependencies, lol).
r0 namespace SpriteFontPlus
{
public struct GlyphInfo
{
public int X, Y, Width, Height;
public int XOffset, YOffset;
public int XAdvance;
}
}