diff Framework/Viewport/CairoContext.h @ 366:a7de01c8fd29 am-2

new enum BitmapAnchor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Nov 2018 11:55:45 +0100
parents ef31240a73f6
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Viewport/CairoContext.h	Wed Oct 31 18:10:29 2018 +0100
+++ b/Framework/Viewport/CairoContext.h	Thu Nov 01 11:55:45 2018 +0100
@@ -22,6 +22,7 @@
 #pragma once
 
 #include "CairoSurface.h"
+#include "../StoneEnumerations.h"
 
 #include <Core/Images/Font.h>
 
@@ -69,6 +70,7 @@
     void DrawText(const Orthanc::Font& font,
                   const std::string& text,
                   double x,
-                  double y);      
+                  double y,
+                  BitmapAnchor anchor);      
   };
 }