Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Who can i draw string on the form without filling it onlyyhe outline of the font
Posted

There's a great book called Windows Graphics Programming by Feng Yuan, which shows how to do that. In C#, tho, you can actually call a method that creates a path from a font, which then means you can draw the outline from there.

The GraphicsPath class has an AddString method, that's what will do it for you.
 
Share this answer
 
Here[^] is a very good article for you. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900