简体   繁体   中英

Use more than one font to drawstring

I want to use drawString to print a sentance but some parts of it has to be bold. What is the best way to do this? Yes, I have considered using two drawString. But is there a intelligent way of using two drawStrings if we have to.

We cannot make any assumtion about the length of the sentance. However it is prepared in a format.

eg:

Say hello to name . Good afternoon name .

Thanks

This is my old question on MSDN & it was answered. It works good. I hope it is the thing you want to find. http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/8a050039-d74a-4ab5-9237-98615e10e303

是的,您将不得不调用DrawString两次-您可以编写一个小型包装类(或扩展方法)来为您完成此任务。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM