diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-07 23:43:00 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-07 23:43:00 +0100 |
commit | b1ba5046c45befa8d116f8e5cdf31b0269012a6e (patch) | |
tree | bc4b833f8bf4b30f0fe24c58bf4f564f70ba0ed1 /libfonts.h | |
parent | Add tests (diff) | |
download | libfonts-b1ba5046c45befa8d116f8e5cdf31b0269012a6e.tar.gz libfonts-b1ba5046c45befa8d116f8e5cdf31b0269012a6e.tar.bz2 libfonts-b1ba5046c45befa8d116f8e5cdf31b0269012a6e.tar.xz |
Fix documentation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libfonts.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1763,10 +1763,10 @@ enum libfonts_subpixel_order_class libfonts_get_subpixel_order_class(enum libfon enum libfonts_subpixel_colour *); /** - * Get the general subpixel layout, as well - * as which primary is contained in which - * cell in the layout, from a specific - * subpixel order + * Get a specific subpixel order from the + * combination of a general subpixel layout + * and the primaries for each cell in the + * layout * * @param orderp Output parameter for the subpixel order * @param layout The subpixel layout |