Quantcast
Channel: Convert text to polygons
Browsing all 4 articles
Browse latest View live

Convert text to polygons

Yes! Think that's what I'm looking for.

View Article



Convert text to polygons

The simple code looks like this:xaml code<PathCanvas.Top="15"Canvas.Left="15"Stroke="Green"StrokeThickness="2"Name="path"/>c# codestring textToDisplay = "HI"; FormattedText formattedText = new...

View Article

Convert text to polygons

The FormattedText class allows you to convert text into geometery: http://msdn.microsoft.com/en-us/library/ms752098.aspxIs this what you are looking for?

View Article

Convert text to polygons

I've been working on a wpf project that allows the user to visually manipulate polygon objects (stretch, rotate, warp, skew, etc.) which are eventually output to a hpgl plotter. Because of the plotter...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images