We should start supporting fonts somehow, so we can display texts.
General design scheme:
-Fonts are renderables that contain textures of rendered characters, (Atlas of characters) indexed by font size and qualifiers (bold, italic) and maybe border width.
-Texts are renderable instances of thei font. They contain the text string and some parameters (eg color, qualifiers, border width).
We should start supporting fonts somehow, so we can display texts. General design scheme: -Fonts are renderables that contain textures of rendered characters, (Atlas of characters) indexed by font size and qualifiers (bold, italic) and maybe border width. -Texts are renderable instances of thei font. They contain the text string and some parameters (eg color, qualifiers, border width).