标签: c# windows-8 windows-runtime .net-4.5
有没有办法使用Windows应用商店API将文本转换为图片?
普通Windows应用程序中的类似代码为:
graphics.DrawString(txt, font, Brushes, 0, 0);