Searched defs:TextPoint (Results 1 – 1 of 1) sorted by relevance
59 struct TextPoint { struct60 TextPoint() {} in TextPoint() argument61 TextPoint(float x, float y) : x(x), y(y) {} in TextPoint() argument63 float x = 0;64 float y = 0;