summaryrefslogtreecommitdiff
path: root/src/text_string.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-20 21:02:55 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-24 00:29:31 +0100
commit8edb46702b372b6e672d0ac8f810e151e1aa5707 (patch)
treee2a458fc456b3bd98982e6e31c0ec7589ab25274 /src/text_string.h
parent0322c4604bf79c11a99dcd929a6f74685a0a4e31 (diff)
Read/write subtitle variable Z.v1.10.16
Diffstat (limited to 'src/text_string.h')
-rw-r--r--src/text_string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text_string.h b/src/text_string.h
index f532bafe..78788786 100644
--- a/src/text_string.h
+++ b/src/text_string.h
@@ -72,6 +72,7 @@ public:
* @param v_align Vertical alignment point
* @param z_position Z position as a proportion of the primary picture width between -1 and +1;
* +ve moves the image away from the viewer, -ve moves it toward the viewer, 0 is in the plane of the screen.
+ * @param variable_z_positions List of variable Z positions for this text (or empty).
* @param direction Direction of text
* @param text The text to display
* @param effect Effect to use
@@ -95,6 +96,7 @@ public:
float v_position,
VAlign v_align,
float z_position,
+ std::vector<VariableZPosition> variable_z_positions,
Direction direction,
std::string text,
Effect effect,