Support more params in text, clockWidget.

This commit is contained in:
sdk-team
2022-03-28 03:18:12 +00:00
parent 51a7c5171c
commit 56cbac37fc
6 changed files with 52 additions and 1 deletions

View File

@@ -49,6 +49,12 @@ public:
int zOrder;
float x;
int fontSize;
int borderWidth;
long borderColor;
bool box;
long boxColor;
int boxBorderWidth;
float alpha;
};
std::vector<Texts> texts;
std::string sourceType;
@@ -61,6 +67,12 @@ public:
int zOrder;
float x;
int fontSize;
int borderWidth;
long borderColor;
bool box;
long boxColor;
int boxBorderWidth;
float alpha;
};
struct Watermarks {
float alpha;

View File

@@ -49,6 +49,12 @@ public:
int zOrder;
float x;
int fontSize;
int borderWidth;
long borderColor;
bool box;
long boxColor;
int boxBorderWidth;
float alpha;
};
std::vector<Texts> texts;
std::string sourceType;
@@ -61,6 +67,12 @@ public:
int zOrder;
float x;
int fontSize;
int borderWidth;
long borderColor;
bool box;
long boxColor;
int boxBorderWidth;
float alpha;
};
struct Watermarks {
float alpha;