diff 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
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Sat Dec 07 18:18:07 2019 +0100
+++ b/Framework/Radiography/RadiographyScene.h	Sat Dec 07 18:45:37 2019 +0100
@@ -200,11 +200,14 @@
     RadiographyPhotometricDisplayMode GetPreferredPhotomotricDisplayMode() const;
 
     RadiographyLayer& LoadText(const std::string& utf8,
+                               const std::string& font,
                                unsigned int fontSize,
                                uint8_t foreground,
-                               RadiographyLayer::Geometry* geometry);
+                               RadiographyLayer::Geometry* geometry,
+                               bool isCenterGeometry);
 
     RadiographyLayer& UpdateText(size_t layerIndex,
+                                 const std::string& font,
                                  const std::string& utf8,
                                  unsigned int fontSize,
                                  uint8_t foreground);