the image data
width of the raster image in pixels, or 0
height of the raster image in pixels, or 0
the image format as a tag
glyph extents for desired rendering
the data accompanying the paint functions in Font.paintGlyph
the user data pointer passed to PaintFuncs.setImageFunc
Whether the operation was successful.
A callback to paint a glyph image.
This method is called for glyphs with image blobs in the CBDT, sbix or SVG tables. The
formatidentifies the kind of data that is contained inimage. Possible values include"png ","svg "and"BGRA".The image dimensions and glyph extents are provided if available, and should be used to size and position the image.