Commit Description:
Added tag 0.24.30-1 for changeset 45e75d4b0607
Commit Description:
Added tag 0.24.30-1 for changeset 45e75d4b0607
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/GlyphInfo.cs
8 lines | 147 B | text/x-csharp | CSharpLexer
namespace SpriteFontPlus
{
public struct GlyphInfo
{
public int X, Y, Width, Height;
public int XOffset, YOffset;
public int XAdvance;
}
}