comparison Framework/Radiography/RadiographyScene.h @ 1224:37bc7f115f81 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 07 Dec 2019 18:45:37 +0100
parents b519c1c878f1 9ee6b28f53e8
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1222:21c2b0eee53c 1224:37bc7f115f81
198 float width); 198 float width);
199 199
200 RadiographyPhotometricDisplayMode GetPreferredPhotomotricDisplayMode() const; 200 RadiographyPhotometricDisplayMode GetPreferredPhotomotricDisplayMode() const;
201 201
202 RadiographyLayer& LoadText(const std::string& utf8, 202 RadiographyLayer& LoadText(const std::string& utf8,
203 const std::string& font,
203 unsigned int fontSize, 204 unsigned int fontSize,
204 uint8_t foreground, 205 uint8_t foreground,
205 RadiographyLayer::Geometry* geometry); 206 RadiographyLayer::Geometry* geometry,
207 bool isCenterGeometry);
206 208
207 RadiographyLayer& UpdateText(size_t layerIndex, 209 RadiographyLayer& UpdateText(size_t layerIndex,
210 const std::string& font,
208 const std::string& utf8, 211 const std::string& utf8,
209 unsigned int fontSize, 212 unsigned int fontSize,
210 uint8_t foreground); 213 uint8_t foreground);
211 214
212 RadiographyLayer& LoadTestBlock(unsigned int width, 215 RadiographyLayer& LoadTestBlock(unsigned int width,