aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGem/Gem.pd_linuxbin32586048 -> 32621272 bytes
-rw-r--r--Gem/develop/include/Gem/Base/TextBase.h7
2 files changed, 3 insertions, 4 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux
index 7bdad41..2a4da80 100755
--- a/Gem/Gem.pd_linux
+++ b/Gem/Gem.pd_linux
Binary files differ
diff --git a/Gem/develop/include/Gem/Base/TextBase.h b/Gem/develop/include/Gem/Base/TextBase.h
index 0834ef0..7c6b832 100644
--- a/Gem/develop/include/Gem/Base/TextBase.h
+++ b/Gem/develop/include/Gem/Base/TextBase.h
@@ -202,16 +202,12 @@ protected:
static std::string DEFAULT_FONT;
//////////
- // get the bounding-box for the current text/font/...
- void getBBox(float&x0,float&y0,float&z0, float&x1,float&y1,float&z1);
- //////////
// output information about the current font/text
// including the bbox
void fontInfo(void);
// an outlet to send font/text/...-info back to the patch
gem::RTE::Outlet m_infoOut;
-
//////////
// The font structure
#ifdef FTGL
@@ -243,6 +239,9 @@ private:
// helper to make the
// line distance vector
void makeLineDist();
+ //////////
+ // get the bounding-box for the current text/font/... (per line and total) and output it
+ void getBBox();
//////////
// Static member functions