each string needs to be provided with a rectangle coordinates so it can be drawn inside a rectangle
but I'm looking for a way to easily breaking such a string rectangle into smaller character rectangles it contains since the string rectangle itself is too big and general for my purposes
of course I could've made a bunch of string rectangles for each of them to contain a single character but it's inefficient to say the least
I've just started with DirectWrite
does any of you know whether it provides this functionality or ways that help to implement it?
if so, please help
also, if you know how to achieve this with GDI, that'll do it
thanks in advance