comparison OrthancStone/Sources/Scene2D/Internals/CairoTextRenderer.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
40 const GlyphBitmapAlphabet& alphabet, 40 const GlyphBitmapAlphabet& alphabet,
41 const TextSceneLayer& layer); 41 const TextSceneLayer& layer);
42 42
43 virtual void Render(const AffineTransform2D& transform, 43 virtual void Render(const AffineTransform2D& transform,
44 unsigned int canvasWidth, 44 unsigned int canvasWidth,
45 unsigned int canvasHeight); 45 unsigned int canvasHeight) ORTHANC_OVERRIDE;
46 }; 46 };
47 } 47 }
48 } 48 }