aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m docMattias Andrée2022-07-221-8/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Put NULL, in doc, inside backticksMattias Andrée2022-07-221-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libfonts_get_output_dpi: inversion of transformation should be usedMattias Andrée2022-07-221-50/+14
| | | | 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-16/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Calculate logical subpixel order from transformationMattias Andrée2022-07-221-29/+41
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add documentationMattias Andrée2022-07-221-2/+180
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add prototype for libfonts_do_decoded_font_descriptions_matchMattias Andrée2021-11-201-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libfonts_encode_font_descriptionMattias Andrée2021-11-111-1/+1
| | | | 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-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add function prototype: libfonts_do_font_descriptions_matchMattias Andrée2021-11-101-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libfonts_calculate_subpixel_orderMattias Andrée2021-11-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add missing include directiveMattias Andrée2021-11-101-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-11-091-0/+318
Signed-off-by: Mattias Andrée <maandree@kth.se>