--- old/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2016-01-29 10:46:21.528140400 -0800 +++ new/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2016-01-29 10:46:21.295230000 -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() {