Hi,
I am very very new in Graphics programming and on this forum.
I have one following query and I hope this is right place to ask. If not please suggest me.
I am currenlty developing one Windows Player which render and animate the Text (2d) .
I am using Slimdx, DirectWrite and C# to develope that. I am reading all the format properties like fontsize and line, height, word spacing and letter spacing from xml file provided and trying to apply it on text by using TextFormat and Layout. But here these components not provide more properties like Line height and word spacing. I have also tried to use LineMetrics but it also not that much usefull.
So this is now quite difficult for me to render the text here.
How I can do this by using slimd dx and C#?
Thanks
Abhishek