diff Framework/Fonts/FontRenderer.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 2d8ab34c8c91
children
line wrap: on
line diff
--- a/Framework/Fonts/FontRenderer.h	Fri Jun 12 17:38:07 2020 +0200
+++ b/Framework/Fonts/FontRenderer.h	Mon Jun 15 12:57:54 2020 +0200
@@ -23,8 +23,6 @@
 
 #include "Glyph.h"
 
-#include <EmbeddedResources.h>
-
 #include <stdint.h>
 #include <boost/shared_ptr.hpp>
 
@@ -43,9 +41,6 @@
     void LoadFont(const std::string& fontContent,
                   unsigned int fontSize);
     
-    void LoadFont(Orthanc::EmbeddedResources::FileResourceId resource,
-                  unsigned int fontSize);
-
     Glyph* Render(uint32_t unicode);
   };
 }