paintImage
fn
void paintImage(harfbuzz.paint_funcs.PaintFuncs funcs, void * paintData, harfbuzz.blob.Blob image, uint width, uint height, harfbuzz.types.Tag format, float slant, harfbuzz.types.GlyphExtents extents)Perform a "image" paint operation.
Parameters
funcs | paint functions |
paintData | associated data passed by the caller |
image | image data |
width | width of the raster image in pixels, or 0 |
height | height of the raster image in pixels, or 0 |
format | the image format as a tag |
slant | the synthetic slant ratio to be applied to the image during rendering |
extents | the extents of the glyph |