--- old/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2016-02-01 00:43:29.505199100 -0800 +++ new/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2016-02-01 00:43:29.230756100 -0800 @@ -74,7 +74,9 @@ void SetStringProperty(LPCTSTR, LPTSTR); void SetColorProperty(LPCTSTR, DWORD); void SetFontProperty(HDC, int, LPCTSTR); + void SetFontProperty(HDC, int, LPCTSTR, float invScale); void SetFontProperty(LPCTSTR, const LOGFONT &); + void SetFontProperty(LPCTSTR, const LOGFONT &, float invScale); void SetSoundProperty(LPCTSTR, LPCTSTR); JNIEnv * GetEnv() {