Text Warp Styles
Warp styles provide transformations of rendered text that are blended onto the RetroCapture image. This transformation is scaled such that the whole of the warped text is visible in the image.
twist
The current warp style is twist, which applies a twist to the text about the center of the image. Properties min_angle and max_angle define the allowed range for the randomly chosen angle of twist.
glyph: glyph style, which is the font used to render the passphrase. Default is script.
transparency: a float (0.0 to 1.0 range) or percentage (0% to 100% range) value, defining the transparency level of the rendered text. Default is 0.0 which makes the text fully opaque.
xoffset, yoffset: pixel offsets for the rendered text, used to provide shadowing effects. Default is 0.
min_angle, max_angle: range in degrees within which the angle of twist is randomly chosen. Defaults are min_angle = 15 and max_angle = 60.
|