From 0abed5c5a575a042f3d9b65a89f03b1a10eaf219 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 8 May 2018 08:18:13 +0000 Subject: Gem 03e8d06a43eebb796ac268739a9f11fde5ad1d90 linux/amd64 built 'master:03e8d06a43eebb796ac268739a9f11fde5ad1d90' for linux/amd64 --- Gem/Gem.pd_linux | Bin 32586048 -> 32621272 bytes Gem/develop/include/Gem/Base/TextBase.h | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux index 7bdad41..2a4da80 100755 Binary files a/Gem/Gem.pd_linux and b/Gem/Gem.pd_linux 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 @@ -201,9 +201,6 @@ protected: // The default font name 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 @@ -211,7 +208,6 @@ protected: // 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 -- cgit v1.2.1