summaryrefslogtreecommitdiff
path: root/src/graphics/text.cpp
AgeCommit message (Collapse)Author
2022-12-14Add lineHeightRatio to let text decide the line spacingHEADmasterEkaitz Zarraga
2022-12-14Sketch a proper font rendering infrastructure:Ekaitz Zarraga
- Kerning - LineSpacing - ... We should include that for a proper interaction with Graphics::Text and to be able to render beautiful UIs. Also, we need to discard spaces in newlines, break lines by word, and that kind of things... We'll see.
2022-12-13Make a better text rendering system and a simple example in titlestateEkaitz Zarraga
2022-12-13Move text to a separate fileEkaitz Zarraga