From c1a5d20951803f8619094b98bac76d474963e264 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 25 Jan 2023 21:52:05 -0500 Subject: [PATCH] [doc] Add a missing comma --- src/hb-paint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-paint.h b/src/hb-paint.h index 0e096967d..98e0dc0b0 100644 --- a/src/hb-paint.h +++ b/src/hb-paint.h @@ -269,7 +269,7 @@ typedef void (*hb_paint_color_func_t) (hb_paint_funcs_t *funcs, * * This method is called for glyphs with image blobs in the CBDT, * sbix or SVG tables. The @format identifies the kind of data that - * is contained in @image. Possible values include #HB_PAINT_IMAGE_FORMAT_PNG + * is contained in @image. Possible values include #HB_PAINT_IMAGE_FORMAT_PNG, * #HB_PAINT_IMAGE_FORMAT_SVG and #HB_PAINT_IMAGE_FORMAT_BGRA. * * The image dimensions and glyph extents are provided if available,