--- old/src/windows/native/sun/windows/awt_DesktopProperties.h 2016-05-27 19:24:22.903172200 +0300 +++ new/src/windows/native/sun/windows/awt_DesktopProperties.h 2016-05-27 19:24:22.696149000 +0300 @@ -73,8 +73,8 @@ void SetIntegerProperty(LPCTSTR, int); void SetStringProperty(LPCTSTR, LPTSTR); void SetColorProperty(LPCTSTR, DWORD); - void SetFontProperty(HDC, int, LPCTSTR, float invScale); - void SetFontProperty(LPCTSTR, const LOGFONT &, float invScale); + void SetFontProperty(HDC, int, LPCTSTR); + void SetFontProperty(LPCTSTR, const LOGFONT &); void SetSoundProperty(LPCTSTR, LPCTSTR); JNIEnv * GetEnv() {