--- old/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2015-11-16 04:44:32.740300400 -0800 +++ new/src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h 2015-11-16 04:44:32.412166800 -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() {