0

I am working on a designer like adobe Photoshop written in c#. I have given a task to implement a new feature which is to draw select and apply different font styles to a substring or word within text input and draw that. just like in the below image MS word is doing.

enter image description here

is there any open source code or a module written in c# doing exact same work? I have done half of the task but there coming excessive bugs. my designer looks like.

enter image description here

is there any open source code available for help?

TH Afridi
  • 442
  • 6
  • 17
  • Welcome to the grand world of layouting. You'll find it's still a very complex problem, after all the years. Your best bet might be choosing a working layouting system and finding a way to integrate it in what you're trying to do. HTML is used for most layouting nowadays (that's what Word is/was using as well). In any case, the question is off-topic here - just google for layouting engines. – Luaan Mar 10 '16 at 11:58
  • thanks Luaan atleast i now know that what it is called.. it will help me search it in google. thanks – TH Afridi Mar 10 '16 at 12:56

0 Answers0