ISvgResourceKeeperCallback class
ISvgResourceKeeperCallback class
The svg callback interface
The ISvgResourceKeeperCallback type exposes the following members:
Methods
Method | Description |
---|---|
on_image_resource_ready | Called for each raster image in SVG. Use it to specify how to store the raster image. |
on_font_resource_ready | Called for each font used in SVG. Use it to specify how to store the font. |
on_svg_document_ready | Called when SVG document is ready. |