![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Text overlay parameters. More...
#include <wsclib.h>
Data Fields | |
| const char * | text |
| int | x |
| int | y |
| int | fontSize |
| COLORREF | color |
Text overlay parameters.
| const char* WSCTextOverlay::text |
UTF-8 text to render (NULL = no overlay).
| int WSCTextOverlay::x |
| int WSCTextOverlay::y |
Position in pixels from top-left of output.
| int WSCTextOverlay::fontSize |
Font size in pixels (default 24).
| COLORREF WSCTextOverlay::color |
RGB color (use RGB(r,g,b) macro).