Index: core/fxge/win32/win32_int.h |
diff --git a/core/fxge/win32/win32_int.h b/core/fxge/win32/win32_int.h |
index e844f5cf24d3a32c83a4df459c0dd78860c320b9..c7a7606155b9aa33ebba522ddc51d4b792a97f2e 100644 |
--- a/core/fxge/win32/win32_int.h |
+++ b/core/fxge/win32/win32_int.h |
@@ -239,6 +239,13 @@ class CGdiPrinterDriver : public CGdiDeviceDriver { |
uint32_t render_flags, |
void*& handle, |
int blend_type) override; |
+ FX_BOOL DrawDeviceText(int nChars, |
+ const FXTEXT_CHARPOS* pCharPos, |
+ CFX_Font* pFont, |
+ CFX_FontCache* pCache, |
+ const CFX_Matrix* pObject2Device, |
+ FX_FLOAT font_size, |
+ uint32_t color) override; |
const int m_HorzSize; |
const int m_VertSize; |