--- old/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2016-02-06 05:49:47.283601600 -0800 +++ new/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2016-02-06 05:49:47.041354800 -0800 @@ -73,8 +73,8 @@ void SetIntegerProperty(LPCTSTR, int); void SetStringProperty(LPCTSTR, LPTSTR); void SetColorProperty(LPCTSTR, DWORD); - void SetFontProperty(HDC, int, LPCTSTR); - void SetFontProperty(LPCTSTR, const LOGFONT &); + void SetFontProperty(HDC, int, LPCTSTR, float invScale); + void SetFontProperty(LPCTSTR, const LOGFONT &, float invScale); void SetSoundProperty(LPCTSTR, LPCTSTR); JNIEnv * GetEnv() {