< prev index next >

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

Print this page

        

*** 72,82 **** --- 72,84 ---- 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 invScale); void SetFontProperty(LPCTSTR, const LOGFONT &); + 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 >