Show More
Commit Description:
Hide budget for now....
Commit Description:
Hide budget for now. (grafted from c874f4993fc1575dc21b6d1a41b46dc9b87f3337)
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;
}
}