How does GetGlyphOutline function work? (WinAPI)

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-05-05T22:37:44Z Indexed on 2010/05/06 1:48 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

Basically I want to get bezier control points from a ttf font and then draw them. I was basically wondering 2 things.

  1. Does it return an array of points or is it more complex?
  2. How can you tell the points of 1 contour from another ex: the letter O which has 2 contours?

Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about c