diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-22 18:12:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-22 18:12:37 +0200 |
commit | dfc3873c828e77db593b6ecc06720d4ecc717d67 (patch) | |
tree | 717fab26982e9f4d1798210df4b152441811157e | |
parent | Put NULL, in doc, inside backticks (diff) | |
download | libfonts-dfc3873c828e77db593b6ecc06720d4ecc717d67.tar.gz libfonts-dfc3873c828e77db593b6ecc06720d4ecc717d67.tar.bz2 libfonts-dfc3873c828e77db593b6ecc06720d4ecc717d67.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libfonts.h | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -28,17 +28,15 @@ enum libfonts_subpixel_order { LIBFONTS_SUBPIXEL_ORDER_NONRGB, /** - * Output is an RGB output device, but - * the subpixels are not ordered in a - * grid of rectangles or subpixels are - * disjoint + * Output is an RGB output device, but the subpixels + * are not ordered in a grid of rectangles or subpixels + * are disjoint */ LIBFONTS_SUBPIXEL_ORDER_NONLINEAR, /** - * Output is an RGB output device, but - * the subpixel is non of the supported - * subpixel orders + * Output is an RGB output device, but the subpixel + * order is not one of the supported subpixel orders */ LIBFONTS_SUBPIXEL_ORDER_OTHER, @@ -438,7 +436,7 @@ struct libfonts_font_description { const char *unrecognised_fields; /** - * For internal use only. + * For internal use only * * Store the strings in the struct. Limited to 256 * bytes because a font name may only included up |