Reputation: 6524
is there any way to change arabic font in UIWebView from html file using javascript commands or functions
Example in english fonts:
<script language="JavaScript">
var fontType = new Array();
fontType[0] = 'Arial';
fontType[1] = 'Verdana';
fontType[2] = 'Tahoma';
or something like that
Any idea ??
even not using javascript or html
pure objective c
please any help ??
Upvotes: 0
Views: 750