picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.58k stars 325 forks source link

Text with outline? #420

Open TomQv opened 8 years ago

TomQv commented 8 years ago

Hi Curtis,

how would you draw a text with an outline? In System.Drawings we have GraphicsPath.AddString(), in Eto.Graphics this is missing. Or is there another way in Eto?

Thanks Tom

cwensley commented 8 years ago

There isn't a way in Eto directly at this point. It looks like in some platforms (OS X) this gets very low level and will take some work to get going. I would love to get this feature in Eto.Forms, but not sure when I'll have time to do it so any help in this regard would be much appreciated!