diff Framework/Scene2D/ICompositor.h @ 1471:28c64c246312

working on a shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 12:57:54 +0200
parents 828a9b4ee1b7
children 5c96bf3f1d32
line wrap: on
line diff
--- a/Framework/Scene2D/ICompositor.h	Fri Jun 12 17:38:07 2020 +0200
+++ b/Framework/Scene2D/ICompositor.h	Mon Jun 15 12:57:54 2020 +0200
@@ -24,8 +24,6 @@
 #include "Scene2D.h"
 #include "ScenePoint2D.h"
 
-#include <EmbeddedResources.h>
-
 namespace OrthancStone
 {
   class ICompositor : public boost::noncopyable
@@ -50,7 +48,7 @@
 
 #if ORTHANC_ENABLE_LOCALE == 1
     virtual void SetFont(size_t index,
-                         Orthanc::EmbeddedResources::FileResourceId resource,
+                         const std::string& ttf,
                          unsigned int fontSize,
                          Orthanc::Encoding codepage) = 0;
 #endif