aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More detailed subpixel layout descriptionsMattias Andrée2023-01-081-20/+50
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix documentationMattias Andrée2023-01-071-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2023-01-076-12/+335
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add textual descriptions of subpixel layoutsMattias Andrée2023-01-071-2/+264
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libfonts_{get,unget}_subpixel_order_classMattias Andrée2023-01-074-1/+271
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add LIBFONTS_SUBPIXEL_ORDER_BALANCED_??_?? subpixels ordersMattias Andrée2023-01-071-1/+277
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add subpixels diagramsMattias Andrée2023-01-072-1/+341
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add specifications to todosMattias Andrée2022-07-221-9/+32
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add default fontsMattias Andrée2022-07-223-0/+138
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add LIBFONTS_ANTIALIASING_GREYSCALE_FORCEDMattias Andrée2022-07-221-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Doc libfonts_antialiasingMattias Andrée2022-07-221-0/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add LIBFONTS_ANTIALIASING_UNSPECIFIEDMattias Andrée2022-07-221-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libfonts_get_default_rendering_settings shall be used by output-unaware applicationsMattias Andrée2022-07-221-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add min_dpsqi_for_greyscale and min_dpsqi_for_subpixelMattias Andrée2022-07-221-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve libfonts_rendering_settingsMattias Andrée2022-07-221-14/+25
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add documentationMattias Andrée2022-07-221-3/+64
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add some blank linesMattias Andrée2022-07-222-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* 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-222-53/+88
| | | | 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-227-73/+98
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Calculate logical subpixel order from transformationMattias Andrée2022-07-222-69/+173
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add documentationMattias Andrée2022-07-222-3/+181
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve makefileMattias Andrée2022-02-195-4/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix union of overlapping charset subset rangesMattias Andrée2021-11-211-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libfonts_decode_font_descriptionMattias Andrée2021-11-202-0/+217
| | | | 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-113-1/+107
| | | | 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-103-5/+46
| | | | 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-103-2/+63
| | | | 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-099-0/+436
Signed-off-by: Mattias Andrée <maandree@kth.se>