diff Framework/Radiography/RadiographyTextLayer.h @ 1201:ab958fd99b07

RadiographyScene fixes
author Alain Mazy <alain@mazy.be>
date Fri, 29 Nov 2019 16:21:24 +0100
parents a5f2a6b04a31
children b519c1c878f1 9ee6b28f53e8
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyTextLayer.h	Thu Nov 28 18:28:15 2019 +0100
+++ b/Framework/Radiography/RadiographyTextLayer.h	Fri Nov 29 16:21:24 2019 +0100
@@ -42,7 +42,7 @@
     {
     }
 
-    void LoadText(const std::string& utf8, unsigned int fontSize, uint8_t foreground);
+    void SetText(const std::string& utf8, unsigned int fontSize, uint8_t foreground);
 
     const std::string& GetText() const
     {