Text Image
The Text Image patch is used to create an image from a string of text for display.
The text style can be configured via the font, size, and color inputs. A size recommendation can be provided via the bounds width and height inputs.
Text
The text to render.
Font
The name of the font to use. (Supports all fonts bundled with iOS.)
Size
The font size in points.
Color
The font color.
Bounds Width/Height
The bounding size to use when rendering text. Set either of these values to -1 to leave them unbounded.
Image
The image containing the rendered text.
Width/Height
The size of the rendered image. Note: This may not be equal to the bounds width/height.