add extended ascii

This commit is contained in:
2019-09-19 11:51:49 +02:00
parent 4d788bb174
commit 77a3bdde03
4 changed files with 20 additions and 13 deletions

View File

@@ -117,4 +117,5 @@ void NodeText::draw()
void NodeText::handle_resize(glm::vec2 old_size, glm::vec2 new_size, float zoom)
{
m_text_mesh.update(font_id, m_text);
SetSize(m_text_mesh.bb);
}