Tao.Platform.Windows SDK Documentation

Wgl.wglUseFontBitmapsW Method 

[Visual Basic]
Public Shared Function wglUseFontBitmapsW( _
   ByVal hDC As IntPtr, _
   ByVal first As Integer, _
   ByVal count As Integer, _
   ByVal listBase As Integer _
) As Boolean
[C#]
public static bool wglUseFontBitmapsW(
   IntPtr hDC,
   int first,
   int count,
   int listBase
);

See Also

Wgl Class | Tao.Platform.Windows Namespace