aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_get_output_dpi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2023-01-081-0/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and test libfonts_get_output_dpiMattias Andrée2023-01-081-25/+303
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Move test-todos into .c-files and add empty test functionsMattias Andrée2023-01-081-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libfonts_get_output_dpi: inversion of transformation should be usedMattias Andrée2022-07-221-3/+74
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix EDID reading in libfonts_get_output_dpi and make it use the output transformationMattias Andrée2022-07-221-22/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpiMattias Andrée2021-11-101-0/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>