technik / rev

Revolution Engine: A graphics/game engine pet project.
1 stars 1 forks source link

Fonts and texts #21

Closed technik closed 7 years ago

technik commented 13 years ago

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).