namespace FontStashSharp { internal struct Bounds { public float X, Y, X2, Y2; } }