summaryrefslogtreecommitdiff
path: root/ui/font.cpp
Commit message (Collapse)AuthorAge
* Fix up all the static analyzer warningsDan Goodliffe2023-01-08
|
* Use utf8_string_view for processing text to renderingsDan Goodliffe2022-08-22
|
* Fix string_view iterationDan Goodliffe2022-08-21
|
* Fix shadowingDan Goodliffe2022-08-21
|
* Add transform_arrayDan Goodliffe2022-01-03
| | | | Wraps std::transform to transform one array into another.
* Use Cache system to persist font rendering for TextDan Goodliffe2022-01-02
|
* First iteration with font/text supportDan Goodliffe2022-01-01