comparison Framework/Radiography/RadiographyTextLayer.h @ 1204:b519c1c878f1 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Nov 2019 21:24:29 +0100
parents 54cbffabdc45 ab958fd99b07
children 37bc7f115f81
comparison
equal deleted inserted replaced
1203:f3bb9a6dd949 1204:b519c1c878f1
40 RadiographyTextLayer(const RadiographyScene& scene) : 40 RadiographyTextLayer(const RadiographyScene& scene) :
41 RadiographyAlphaLayer(scene) 41 RadiographyAlphaLayer(scene)
42 { 42 {
43 } 43 }
44 44
45 void LoadText(const std::string& utf8, unsigned int fontSize, uint8_t foreground); 45 void SetText(const std::string& utf8, unsigned int fontSize, uint8_t foreground);
46 46
47 const std::string& GetText() const 47 const std::string& GetText() const
48 { 48 {
49 return text_; 49 return text_;
50 } 50 }