aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_get_default_font.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2023-01-091-6/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use XXX instead of TODO for missing function testsMattias Andrée2023-01-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print warningsMattias Andrée2023-01-081-4/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2023-01-081-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Partially implement libfonts_get_default_font, libfonts_get_{default,output}_rendering_settingsMattias Andrée2023-01-081-6/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix error handlingMattias Andrée2023-01-081-37/+41
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* struct libfonts_context will be used to print warningsMattias Andrée2023-01-081-17/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Draft implementations of libfonts_get_{default,output}_rendering_settingsMattias Andrée2023-01-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add environment spoofingMattias Andrée2023-01-081-59/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve libfonts_get_default_font_name and draft implementation of libfonts_get_default_fontMattias Andrée2023-01-081-0/+210
Signed-off-by: Mattias Andrée <maandree@kth.se>