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.
有没有办法使用 Windows 商店应用 API 将文本转换为图像?
普通 Windows 应用程序中的类似代码是:
graphics.DrawString(txt, font, Brushes, 0, 0);