aboutsummaryrefslogtreecommitdiff
path: root/src/font
Commit message (Collapse)AuthorAgeFilesLines
* font.c: set null dimensions on null strXavier Del Campo Romero2022-07-021-0/+11
|
* font: implement font_dimXavier Del Campo Romero2022-06-292-16/+46
|
* font: deprecate font_printfXavier Del Campo Romero2022-06-262-20/+0
| | | | This function is no longer needed since `gui` was revamped.
* font: add font_putsXavier Del Campo Romero2022-06-262-0/+7
|
* font.c: avoid several va_list in favor of large bufferXavier Del Campo Romero2022-05-241-32/+6
|
* Replace x_get functions with macrosXavier Del Campo Romero2022-03-301-2/+2
| | | | | | The PS1 port relies on a heap for primitives since the GPU renders the scene asynchronously. However, SDL-based platforms render primitives synchronously, so structures can be allocated on the stack instead.
* Add project source codeXavier Del Campo Romero2022-03-303-0/+135