diff options
Diffstat (limited to 'src/text_string.h')
| -rw-r--r-- | src/text_string.h | 2 |
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, |
