aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-20Add prototype for libfonts_do_decoded_font_descriptions_matchMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-11-11Implement libfonts_encode_font_descriptionMattias Andrée3-1/+107
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-11-10Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpiMattias Andrée3-5/+46
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-11-10Add function prototype: libfonts_do_font_descriptions_matchMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-11-10Implement libfonts_calculate_subpixel_orderMattias Andrée3-2/+63
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-11-10Add missing include directiveMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>