Commit Description:
Added tag 0.24.30 for changeset cd33afae1ee2
Commit Description:
Added tag 0.24.30 for changeset cd33afae1ee2
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/FontStashSharp/Bounds.cs
7 lines | 91 B | text/x-csharp | CSharpLexer
namespace FontStashSharp
{
internal struct Bounds
{
public float X, Y, X2, Y2;
}
}