diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-04-20 09:41:32 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-04-20 09:41:32 +0100 |
| commit | 1c028295bcf87c3f1c039d28cfbe59db1661be4e (patch) | |
| tree | 5384d3fa0f660719c812985ba9d09f1d21a3b095 /nextus/src/vectorText.h | |
| parent | cfd0496ac0ee9120c4bcb6a19ee6dcb2071ebc85 (diff) | |
debugging text
Diffstat (limited to 'nextus/src/vectorText.h')
| -rw-r--r-- | nextus/src/vectorText.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nextus/src/vectorText.h b/nextus/src/vectorText.h index bc74ddc..153e363 100644 --- a/nextus/src/vectorText.h +++ b/nextus/src/vectorText.h @@ -313,6 +313,7 @@ public: } } } + ofLog()<<"update: word "<<theword<<" ,segment "<<segment; } vector<colourPolyline>& getOutlines(float s=1.0f,int style=STYLE_SENTENCE,float x=0,float y=0,bool anim=false,bool reverse=false, float vert_spread=0.0f, bool use_beat=false, float beat_duration=0.0f){ outlines.clear(); @@ -361,6 +362,7 @@ public: break; } } + ofLog()<<"outlines for "<<words.size()<<" words: "<<outlines.size()<<" lines"; return outlines; } };
\ No newline at end of file |
