2 posts
Thankfully, there's some sample project in the MSDN Library, which uses GetGlyphOutline() with GGO_NATIVE. According to it's licence, I'm free to copy and paste anything anywhere! :D So I'll just have to copy some functions from that one into mine! That makes my job a lot easier. Not the kind of thing that I would have liked to do, but I've no other option now! Anyway, I'll try the changes you have suggested. There's a small mistake in your code - BYTE buffer[buffsize]; I'll have to use dynamic memory allocation, as bufsize isn't constant. :)
Thanks!
|
(10) Related keywords
No category matches
No designer matches
|