comparison Framework/Scene2D/CairoCompositor.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 257f2c9a02ac
children 5c96bf3f1d32
comparison
equal deleted inserted replaced
1470:390b0c30ba19 1471:28c64c246312
72 void SetFont(size_t index, 72 void SetFont(size_t index,
73 GlyphBitmapAlphabet* dict); // Takes ownership 73 GlyphBitmapAlphabet* dict); // Takes ownership
74 74
75 #if ORTHANC_ENABLE_LOCALE == 1 75 #if ORTHANC_ENABLE_LOCALE == 1
76 virtual void SetFont(size_t index, 76 virtual void SetFont(size_t index,
77 Orthanc::EmbeddedResources::FileResourceId resource, 77 const std::string& ttf,
78 unsigned int fontSize, 78 unsigned int fontSize,
79 Orthanc::Encoding codepage) ORTHANC_OVERRIDE; 79 Orthanc::Encoding codepage) ORTHANC_OVERRIDE;
80 #endif 80 #endif
81 81
82 virtual void Refresh(const Scene2D& scene) ORTHANC_OVERRIDE; 82 virtual void Refresh(const Scene2D& scene) ORTHANC_OVERRIDE;