2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 23:37:02 +00:00

Initial tooltip implementation

This commit is contained in:
Jack Andersen
2015-12-06 14:52:07 -10:00
parent 21e671e36f
commit fc50272ea1
17 changed files with 399 additions and 16 deletions

View File

@@ -22,6 +22,9 @@ class TextView : public View
bool m_valid = false;
int m_width = 0;
friend class MultiLineTextView;
static int DoKern(FT_Pos val, const FontAtlas& atlas);
public:
class Resources
{