< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.h

Print this page

        

@@ -71,12 +71,12 @@
 
         void SetBooleanProperty(LPCTSTR, BOOL);
         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() {
             return (JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2);
         }
< prev index next >