summaryrefslogtreecommitdiff
path: root/src/vcr.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2025-11-06 07:50:59 -0800
committerVito Caputo <vcaputo@pengaru.com>2025-11-06 07:50:59 -0800
commit759fa0d0ab46d3bc254500a8ac751c305d7e5a2b (patch)
tree7da5db00034b92b00ed9ddbd8bcb0c804c487b6e /src/vcr.h
parent19bd3dd8a6ce18b54cfcea69a0724fe9da8a7543 (diff)
vcr: vcr_draw_text() horiz wrapping support
This is in preparation for use cases drawing text into graph layers where we unwrap the layer while presenting... the text needs to gracefully handle wrapping around the layer's left/right edges.
Diffstat (limited to 'src/vcr.h')
-rw-r--r--src/vcr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vcr.h b/src/vcr.h
index 23294fa..e9e1952 100644
--- a/src/vcr.h
+++ b/src/vcr.h
@@ -46,6 +46,7 @@ typedef enum vcr_bar_base_t {
typedef enum vcr_text_flags_t {
VCR_TEXT_FLAGS_CLIPPED,
+ VCR_TEXT_FLAGS_WRAPPED,
VCR_TEXT_FLAGS_CNT
} vcr_text_flags_t;
© All Rights Reserved