Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经让它工作了,所以从我的应用程序中发送了一封电子邮件。构成 p 主体的字符串由应用程序屏幕的各个方面组成。
有没有办法更改电子邮件正文中文本的字体?
谢谢
使用此方法:
- (void)setMessageBody:(NSString*)body isHTML:(BOOL)isHTML
MFMailComposeViewController 类。
在 Html 中,您可以轻松更改字体。
以此为参考:
http://developer.apple.com/library/ios/documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html#//apple_ref/occ/instm/MFMailComposeViewController/setMessageBody:isHTML: