Searched defs:TextPoint (Results 1 – 1 of 1) sorted by relevance
73 struct TextPoint { struct74 TextPoint() {} in TextPoint() argument75 TextPoint(float x, float y) : x(x), y(y) {} in TextPoint() argument77 float x = 0;78 float y = 0;