CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Posts
    7

    Getting the font outline as polyline???

    Could someone tell me how can i get the outline of a char in specified True Type font. It tried to use "GetGlyphOutline" but failed to get it to work , can someone send me an example? PLS!?


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Getting the font outline as polyline???


  3. #3
    Join Date
    Sep 2001
    Posts
    7

    Re: Getting the font outline as polyline???

    Thank you very mach, but this sample doesn't contain the answer i need , i need to get the outline of the char and write it out as a text file, so i need an example of the "GetGlyphOutline" function. Can you help me a bit more? Thanx in advance.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured