diff Framework/Radiography/RadiographyScene.h @ 1195:bdc6837d5917 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Nov 2019 14:34:34 +0100
parents 1a73f852810a f417a0ae282b
children 54cbffabdc45
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Sat Nov 23 11:57:03 2019 +0100
+++ b/Framework/Radiography/RadiographyScene.h	Wed Nov 27 14:34:34 2019 +0100
@@ -198,8 +198,9 @@
 
     RadiographyPhotometricDisplayMode GetPreferredPhotomotricDisplayMode() const;
 
-    RadiographyLayer& LoadText(const Orthanc::Font& font,
-                               const std::string& utf8,
+    RadiographyLayer& LoadText(const std::string& utf8,
+                               size_t fontSize,
+                               uint8_t foreground,
                                RadiographyLayer::Geometry* geometry);
     
     RadiographyLayer& LoadTestBlock(unsigned int width,