summaryrefslogtreecommitdiff
path: root/ui/font.cpp
Commit message (Collapse)AuthorAge
* Tidy many stringy messes with std::formatDan Goodliffe2024-06-04
|
* Remove the generic cache completelyDan Goodliffe2024-01-26
|
* Remove the static font cacheDan Goodliffe2024-01-26
| | | | Each thing can own/share a font rendering itself
* Always set pixel unpack alignment before generating font texture contentDan Goodliffe2024-01-26
|
* Add traits helpers for glTexParameter functionsDan Goodliffe2024-01-25
|
* Reformat with new clang-formatDan Goodliffe2023-11-07
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* 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