diff options
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 27f9b3e3d..ec39b0870 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -15,6 +15,9 @@ namespace Scintilla::Internal { #endif constexpr FLOAT dpiDefault = USER_DEFAULT_SCREEN_DPI; +// Used for defining font size with LOGFONT +constexpr int pointsPerInch = 72; + extern void Platform_Initialise(void *hInstance) noexcept; extern void Platform_Finalise(bool fromDllMain) noexcept; |