comparison OrthancStone/Sources/Scene2D/OpenGLCompositor.h @ 1792:373d7f7e796e

ICompositor::ComputeTextBoundingBox()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 May 2021 16:59:03 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1791:9b650ab68d4c 1792:373d7f7e796e
83 83
84 virtual unsigned int GetCanvasHeight() const ORTHANC_OVERRIDE 84 virtual unsigned int GetCanvasHeight() const ORTHANC_OVERRIDE
85 { 85 {
86 return canvasHeight_; 86 return canvasHeight_;
87 } 87 }
88
89 #if ORTHANC_ENABLE_LOCALE == 1
90 virtual TextBoundingBox* ComputeTextBoundingBox(size_t fontIndex,
91 const std::string& utf8) ORTHANC_OVERRIDE;
92 #endif
88 }; 93 };
89 } 94 }