Creates a new shape image that references a font shape. The reference size is used when estimating sizes for getReferenceWidth and getReferenceHeight.
Returns a reference handle for this resource.
Returns the meta data of this resource.
Name of the resource. Use primarily for easier identification and not important to the engine itself.
Returns reference height of the image texture in pixels.
Returns reference width of the image in pixels.
Determines the internal texture that the image references.
Returns a universally unique identifier of this resource.
Duplicates the resource and creates a unique UUID for the duplicated resource.
The duplicated resource or null, if the duplication failed.
Virtual
Method called by RSX to perform actions required after the creation of the resource.
Forcefully unloads the resource.
An Image implementation that exposes a shape as an Image. This allows to use a scalable shape as an image, so that the backing bitmap can be redrawn to fit the size when drawing.