Using a UIWebView, can I use a custom font?

后端 未结 2 1642
说谎
说谎 2020-12-30 07:40

I\'ve seen all the talk on the web about the difficulty of using a custom font in iPhone OS. Is it possible, to load a font from within my bundle into the UIWebView componen

2条回答
  •  遥遥无期
    2020-12-30 07:58

    It is possible to load custom fonts into your UIWebView in iOS3.2 and above. Add the font to your bundle (see here) then just reference the font in your UIWebView's stylesheet like you would any other font:

    
    

提交回复
热议问题