How do you draw a string to an image in winRT? In WinForms that could be done using drawstring() method inside the system.drawing name
winRT
drawstring()
system.drawing
You will have to use DirectX. You can do so in C# by using SharpDx.