mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-15 00:26:03 +08:00
Generator: Correct vtable for some WIC types.
This commit is contained in:
@@ -121,6 +121,7 @@ public unsafe partial struct IDWriteFontFamily : IDWriteFontFamily.Interface, IN
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDWriteFontFamily*, FontWeight, FontStretch, FontStyle, IDWriteFontList**, int>)(lpVtbl[8]))((IDWriteFontFamily*)Unsafe.AsPointer(ref this), weight, stretch, style, matchingFonts);
|
||||
}
|
||||
|
||||
public interface Interface : IDWriteFontList.Interface
|
||||
{
|
||||
[VtblIndex(6)]
|
||||
|
||||
Reference in New Issue
Block a user