comparison Framework/Scene2D/CairoCompositor.h @ 909:7a7e4e1f558f

SdlCairo resizable
author Alain Mazy <alain@mazy.be>
date Thu, 18 Jul 2019 09:41:10 +0200
parents 88bf49aebc13
children 64e5f3ff6360
comparison
equal deleted inserted replaced
908:2f16ad9d30ad 909:7a7e4e1f558f
80 Orthanc::Encoding codepage); 80 Orthanc::Encoding codepage);
81 #endif 81 #endif
82 82
83 virtual void Refresh(); 83 virtual void Refresh();
84 84
85 void UpdateSize(unsigned int canvasWidth,
86 unsigned int canvasHeight);
87
85 Orthanc::ImageAccessor* RenderText(size_t fontIndex, 88 Orthanc::ImageAccessor* RenderText(size_t fontIndex,
86 const std::string& utf8) const; 89 const std::string& utf8) const;
87 }; 90 };
88 } 91 }