Drawtext » History » Version 1
Per Amundsen, 07/12/2016 01:36 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */drawtext -hnrpboc <@window> <color> [color] [fontname fontsize] <x y [w h]> <text>* |
||
| 4 | |||
| 5 | Draws text at the specified co-ordinates. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | -p - Processes and interprets control codes in the text. |
||
| 10 | -b - Indicates that you have specified the second color parameter as the background color for the text. |
||
| 11 | -o - Indicates specified font should be in bold. |
||
| 12 | -c - Indicates that you have specified the [w h] values as the rectangle in which text should be printed. Text will be clipped if it extends beyond this rectangle. |
||
| 13 | -h - Highlights the windows icon if it is minimized. |
||
| 14 | -n - Prevents the display from being updated immediately. |
||
| 15 | -r - Indicates that the colors are in RGB format. |