Click here to Skip to main content
15,793,139 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Create 2D graphics editor Pin
Chandigarh Girl3-Sep-19 0:36
Chandigarh Girl3-Sep-19 0:36 
AnswerRe: Create 2D graphics editor Pin
Regina Hawk2-Sep-19 0:47
Regina Hawk2-Sep-19 0:47 
QuestionShould a Web designer use coding or just PSD/XD Template Pin
Member 1456898628-Aug-19 8:59
Member 1456898628-Aug-19 8:59 
Questionopengl (openTK) Pin
dspdad0107-May-19 10:55
dspdad0107-May-19 10:55 
AnswerRe: opengl (openTK) Pin
Gerry Schmitz7-May-19 12:22
mveGerry Schmitz7-May-19 12:22 
GeneralRe: opengl (openTK) Pin
dspdad0107-May-19 15:00
dspdad0107-May-19 15:00 
QuestionOpenGL GLFW/SDL emdeded into WinForms/WPF Pin
Member 1403803230-Oct-18 5:17
Member 1403803230-Oct-18 5:17 
QuestionHow do I convert iTextSharp text to outline (vectorize)? Pin
Jakob Farian Krarup6-Jun-18 20:38
Jakob Farian Krarup6-Jun-18 20:38 
Hi Smile | :)
I am generating a PDF for use in a lasercutter.
The printerdriver for the laser cutter takes vectors with a specific color and stroke-width, and uses them to cut all the way through the material. All rasters/bitmaps are just burnt into the surface of the material.
I would like to be able to take a piece of text and convert it to a vector outline.
I thought this would do it:
C#
cb.BeginText()
cb.SetLineWidth(0.01f)
cb.SetColorStroke(BaseColor.RED)
cb.SetTextRenderingMode(PdfContentByte.TEXT_RENDER_MODE_STROKE)

But apparently the stroke generated is a raster and not a vector.
Any ideas?
I could also go from the metods in GDI+/System.Drawing if anyone knows how to do that.

Kind regards - Jakob
AnswerRe: How do I convert iTextSharp text to outline (vectorize)? Pin
Jakob Farian Krarup8-Jun-18 3:05
Jakob Farian Krarup8-Jun-18 3:05 
AnswerRe: Graphics.FillPath( Brush, GraphicsPath ) does not fill a simple P Pin
Eddy Vluggen30-May-18 0:57
professionalEddy Vluggen30-May-18 0:57 
Question64 bit .NET CatmullRom method? Pin
primem0ver8-Feb-18 8:35
primem0ver8-Feb-18 8:35 
Questionc++ directx9 center background Pin
Korowai12-Nov-17 8:40
Korowai12-Nov-17 8:40 
QuestionFree html5 templates... Pin
Z@db@khsh18-Sep-17 21:40
Z@db@khsh18-Sep-17 21:40 
AnswerRe: Free html5 templates... Pin
User 418025420-Jun-18 13:39
User 418025420-Jun-18 13:39 
QuestionCan opengl memory fragment Pin
Joe Woodbury13-Jun-17 14:44
professionalJoe Woodbury13-Jun-17 14:44 
QuestionWin32 console programming Pin
Member 132421455-Jun-17 12:17
Member 132421455-Jun-17 12:17 
AnswerRe: Win32 console programming Pin
Richard MacCutchan5-Jun-17 22:39
mveRichard MacCutchan5-Jun-17 22:39 
QuestionLibrary for obtaining duration of video movies in various formats? Pin
kalberts24-May-17 0:03
kalberts24-May-17 0:03 
AnswerRe: Library for obtaining duration of video movies in various formats? Pin
Michael_Davies24-May-17 0:18
Michael_Davies24-May-17 0:18 
GeneralRe: Library for obtaining duration of video movies in various formats? Pin
kalberts24-May-17 1:41
kalberts24-May-17 1:41 
QuestionHow to use GDI to convert these SPRs and MAPs files to bmp files, so I can invoke LoadImage function to load the bmp files and render them on my window by invoking the BitBlt function Pin
EZCodeProject4-May-17 11:03
EZCodeProject4-May-17 11:03 
AnswerRe: How to use GDI to convert these SPRs and MAPs files to bmp files, so I can invoke LoadImage function to load the bmp files and render them on my window by invoking the BitBlt function Pin
Richard MacCutchan4-May-17 11:57
mveRichard MacCutchan4-May-17 11:57 
AnswerRe: How to use GDI to convert these SPRs and MAPs files to bmp files, so I can invoke LoadImage function to load the bmp files and render them on my window by invoking the BitBlt function Pin
Jochen Arndt4-May-17 22:29
professionalJochen Arndt4-May-17 22:29 
GeneralRe: How to use GDI to convert these SPRs and MAPs files to bmp files, so I can invoke LoadImage function to load the bmp files and render them on my window by invoking the BitBlt function Pin
EZCodeProject5-May-17 10:25
EZCodeProject5-May-17 10:25 
GeneralRe: How to use GDI to convert these SPRs and MAPs files to bmp files, so I can invoke LoadImage function to load the bmp files and render them on my window by invoking the BitBlt function Pin
Jochen Arndt5-May-17 22:52
professionalJochen Arndt5-May-17 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.