comparison Core/Images/FontRegistry.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children 100fbe970762
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
43 # include <EmbeddedResources.h> // Autogenerated file 43 # include <EmbeddedResources.h> // Autogenerated file
44 #endif 44 #endif
45 45
46 namespace Orthanc 46 namespace Orthanc
47 { 47 {
48 class FontRegistry : public boost::noncopyable 48 class ORTHANC_PUBLIC FontRegistry : public boost::noncopyable
49 { 49 {
50 private: 50 private:
51 typedef std::vector<Font*> Fonts; 51 typedef std::vector<Font*> Fonts;
52 52
53 Fonts fonts_; 53 Fonts fonts_;