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/develop/include/Gem/Base/TextBase.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Gem/develop/include') 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