diff OrthancFramework/Sources/Images/Font.h @ 4297:785a2713323e

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 17:20:49 +0100
parents bf7b9edf6b81
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/Images/Font.h	Thu Nov 05 15:52:28 2020 +0100
+++ b/OrthancFramework/Sources/Images/Font.h	Thu Nov 05 17:20:49 2020 +0100
@@ -65,11 +65,7 @@
                       const uint8_t color[4]) const;
 
   public:
-    Font() : 
-      size_(0), 
-      maxHeight_(0)
-    {
-    }
+    Font();
 
     ~Font();
 
@@ -79,15 +75,9 @@
     void LoadFromFile(const std::string& path);
 #endif
 
-    const std::string& GetName() const
-    {
-      return name_;
-    }
+    const std::string& GetName() const;
 
-    unsigned int GetSize() const
-    {
-      return size_;
-    }
+    unsigned int GetSize() const;
 
     void Draw(ImageAccessor& target,
               const std::string& utf8,