Setting minimum font size in webview
Setting minimum font size in webview
- Subject: Setting minimum font size in webview
- From: Steve Palmer <email@hidden>
- Date: Sun, 21 Aug 2005 05:08:01 -0700
I'm trying to get my head around web preferences. Based on my reading
of the API documentation, this should work:
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden