WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
WSCTextOverlay Struct Reference

Text overlay parameters. More...

#include <wsclib.h>

Data Fields

const char * text
int x
int y
int fontSize
COLORREF color

Detailed Description

Text overlay parameters.

Field Documentation

◆ text

const char* WSCTextOverlay::text

UTF-8 text to render (NULL = no overlay).

◆ x

int WSCTextOverlay::x

◆ y

int WSCTextOverlay::y

Position in pixels from top-left of output.

◆ fontSize

int WSCTextOverlay::fontSize

Font size in pixels (default 24).

◆ color

COLORREF WSCTextOverlay::color

RGB color (use RGB(r,g,b) macro).


The documentation for this struct was generated from the following file: