withPadding
Will build a texture source containing text with given padding, equal on all sides.
Will build a texture source containing text with given horizontal and vertical padding.
Will build a texture source containing text with given left, top, right and bottom padding.
Will build a texture source containing text with given padding, equal on all sides.
Will build a texture source containing text with given horizontal and vertical padding.
expect fun withPadding(left: Int = 0, top: Int = 0, right: Int = 0, bottom: Int = 0): TextTextureImageSourceBuilder
Will build a texture source containing text with given left, top, right and bottom padding.