Tao.Platform.Windows SDK Documentation

Wgl.wglUseFontOutlinesW Method (IntPtr, Int32, Int32, Int32, Single, Single, Int32, IntPtr)

[Visual Basic]
Overloads Public Shared Function wglUseFontOutlinesW( _
   ByVal hDC As IntPtr, _
   ByVal first As Integer, _
   ByVal count As Integer, _
   ByVal listBase As Integer, _
   ByVal thickness As Single, _
   ByVal deviation As Single, _
   ByVal fontMode As Integer, _
   ByVal glyphMetrics As IntPtr _
) As Boolean
[C#]
public static bool wglUseFontOutlinesW(
   IntPtr hDC,
   int first,
   int count,
   int listBase,
   float thickness,
   float deviation,
   int fontMode,
   IntPtr glyphMetrics
);

See Also

Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglUseFontOutlinesW Overload List