mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[doc] Add a missing comma
This commit is contained in:
parent
8d80d1dd18
commit
c1a5d20951
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue