Locates where to render content that is width x height based on the renderers alignment and padding.
The location will be placed into x and y and is relative to the renderer's coordinates.
It is encouraged that renderers use this function when snappshotting to ensure consistent placement of their contents.
the line number for content
the width of the content to draw
the height of the content to draw
the X position to render the content
the Y position to render the content
Locates where to render content that is width x height based on the renderers alignment and padding.
The location will be placed into x and y and is relative to the renderer's coordinates.
It is encouraged that renderers use this function when snappshotting to ensure consistent placement of their contents.