I am converting some Java code to C#. This code is using getGlyphOutline from GlyphVector. Any idea if there an equivalent in C# or .NET?
From stackoverflow
-
You will have to use P/Invoke, see GetGlyphOutline (gdi32)
0 comments:
Post a Comment