comparison Framework/Viewport/CairoFont.h @ 365:ef31240a73f6 am-2

no automatic call to moc and uic, CircleMeasureTracker using Orthanc fonts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Oct 2018 18:10:29 +0100
parents 4cff7b1ed31d
children b70e9be013e4
comparison
equal deleted inserted replaced
364:aad2f9293089 365:ef31240a73f6
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #if !defined(ORTHANC_SANDBOXED)
25 # error The macro ORTHANC_SANDBOXED must be defined
26 #endif
27
28 #if ORTHANC_SANDBOXED == 1
29 # error The class CairoFont cannot be used in sandboxed environments
30 #endif
31
24 #include "CairoContext.h" 32 #include "CairoContext.h"
25 33
26 namespace OrthancStone 34 namespace OrthancStone
27 { 35 {
28 class CairoFont : public boost::noncopyable 36 class CairoFont : public boost::noncopyable