Workspace 6.21.5
|
Converts a text string into an image, using a user-specified colors and font.
Inputs: | |||
---|---|---|---|
Text placement | CSIRO::DataAnalysis::ImageOverlay::Anchor | Controls where the text is located in the output image. | |
Width | int | The width of the output image in pixels. | |
Height | int | The height of the output image in pixels. | |
Background color | QColor | ||
Text color | QColor | ||
Text font | QFont | ||
Text | QString | ||
Outputs: | |||
Image | QImage |