我在资源中有一个字体,我把它加载到UIFont
我想知道如何使用这个UIFont作为我的UIWebView的默认字体
提前致谢...
答案 0 :(得分:2)
答案 1 :(得分:2)
如果您使用网页在WebView中显示
以下是我要做的事情:
附加所有字符串并从字符串
加载WebViewNSString *bundlepath = [[NSBundle mainBundle] bundlePath];
NSURL *baseURL = [NSURL fileURLWithPath:bundlepath];
[webView loadHTMLString:html baseURL:baseURL];