diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-05-08 08:18:13 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2018-05-08 08:18:13 +0000 |
commit | 0abed5c5a575a042f3d9b65a89f03b1a10eaf219 (patch) | |
tree | b71a992b69cc4ec1de02f018b9243fe7f24fd899 /Gem/develop | |
parent | f5057b36a8dd204625fd684d18bd9d014d653198 (diff) |
Gem 03e8d06a43eebb796ac268739a9f11fde5ad1d90 linux/amd64
built 'master:03e8d06a43eebb796ac268739a9f11fde5ad1d90' for linux/amd64
Diffstat (limited to 'Gem/develop')
-rw-r--r-- | Gem/develop/include/Gem/Base/TextBase.h | 7 |
1 files changed, 3 insertions, 4 deletions
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 |