
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