How to use WinAPI:GetGlyphOutline ? 
Author Message
 How to use WinAPI:GetGlyphOutline ?

How to use GetGlyphOutline in VB to get a bitmap font of a character.?

Here is the declaration of GetGlyphOutline in VB
----------------------------------------------------------------------
Private Declare Function GetGlyphOutline Lib "gdi32" Alias
"GetGlyphOutlineA" (ByVal hdc As Long, ByVal uchar As Long, ByVal
fuFormat As Long, lpgm As GLYPHMETRICS, ByVal cbBuffer As Long, lpBuffer
As Any, lpmat2 As MAT2) As Long

Thanks in advanced

Alexu



Fri, 07 Mar 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How to use WinAPI:GetGlyphOutline ?

2. using getGlyphOutline in VB6 ?

3. Memory leaks using shell from VBA with winAPI kernel32

4. Problems using WINAPI

5. Using Extra!Basic to Access the WinAPI

6. using PictureBox with WinAPI graphics functions

7. Problem using WINAPI CreateFile call

8. Using WINAPI from VBScript

9. Accessing WINAPI using ActiveX DLL

10. Playing MIDI Files using WINAPI

11. WinAPI WinHelp file? (+ for using from VB)

12. Print setup dialog problem using WINAPI with NT4

 

 
Powered by phpBB® Forum Software