< prev index next >

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

Print this page

        

@@ -72,11 +72,13 @@
         void SetBooleanProperty(LPCTSTR, BOOL);
         void SetIntegerProperty(LPCTSTR, int);
         void SetStringProperty(LPCTSTR, LPTSTR);
         void SetColorProperty(LPCTSTR, DWORD);
         void SetFontProperty(HDC, int, LPCTSTR);
+        void SetFontProperty(HDC, int, LPCTSTR, float scale);
         void SetFontProperty(LPCTSTR, const LOGFONT &);
+        void SetFontProperty(LPCTSTR, const LOGFONT &, float scale);
         void SetSoundProperty(LPCTSTR, LPCTSTR);
 
         JNIEnv * GetEnv() {
             return (JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2);
         }
< prev index next >