Mercurial > hg > orthanc-stone
comparison Framework/Radiography/RadiographyTextLayer.h @ 1191:c6a36ecd641d
fix
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 26 Nov 2019 16:32:29 +0100 |
parents | f417a0ae282b |
children | bdc6837d5917 a5f2a6b04a31 |
comparison
equal
deleted
inserted
replaced
1190:f417a0ae282b | 1191:c6a36ecd641d |
---|---|
47 const std::string& GetText() const | 47 const std::string& GetText() const |
48 { | 48 { |
49 return text_; | 49 return text_; |
50 } | 50 } |
51 | 51 |
52 const size_t& GetFontSize() const | 52 size_t GetFontSize() const |
53 { | 53 { |
54 return fontSize_; | 54 return fontSize_; |
55 } | 55 } |
56 | 56 |
57 const size_t& GetForeground() const | 57 uint8_t GetForeground() const |
58 { | 58 { |
59 return foreground_; | 59 return foreground_; |
60 } | 60 } |
61 | 61 |
62 static void SetFont(Orthanc::EmbeddedResources::FileResourceId fontResourceId) | 62 static void SetFont(Orthanc::EmbeddedResources::FileResourceId fontResourceId) |