I asked this on the cocoa-dev alias but got no response. Hopefully
this is a more appropriate list?
I'm trying to get my head around web preferences. Based on my reading
of the API documentation, this should work to change the minimum font
size used by a webview that already has text:
WebPreferences * webPrefs = [myWebView preferences];
[webPrefs setMinimumFontSize:12];
[myWebView setPreferences:webPrefs];
However the existing webview text isn't changed. Any suggestions what
I'm missing?
- Steve
_______________________________________________
webkit-dev mailing list
[EMAIL PROTECTED]
http://www.opendarwin.org/mailman/listinfo/webkit-dev