comparison Framework/Scene2D/OpenGLCompositor.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 c38c89684d83
children 5c96bf3f1d32
comparison
equal deleted inserted replaced
1470:390b0c30ba19 1471:28c64c246312
65 65
66 void SetFont(size_t index, const GlyphBitmapAlphabet& dict); 66 void SetFont(size_t index, const GlyphBitmapAlphabet& dict);
67 67
68 #if ORTHANC_ENABLE_LOCALE == 1 68 #if ORTHANC_ENABLE_LOCALE == 1
69 void SetFont(size_t index, 69 void SetFont(size_t index,
70 Orthanc::EmbeddedResources::FileResourceId resource, 70 const std::string& ttf,
71 unsigned int fontSize, 71 unsigned int fontSize,
72 Orthanc::Encoding codepage) ORTHANC_OVERRIDE; 72 Orthanc::Encoding codepage) ORTHANC_OVERRIDE;
73 #endif 73 #endif
74 74
75 virtual unsigned int GetCanvasWidth() const ORTHANC_OVERRIDE 75 virtual unsigned int GetCanvasWidth() const ORTHANC_OVERRIDE