Silk.NET
Silk.NET copied to clipboard
DirectWrite missing some overloading methods
Summary
DirectWrite missing some overloading methods. Such as IDWriteFactory6::GetSystemFontSet will return includeDownloadableFonts and fontSet, but I can’t found the method which return includeDownloadableFonts.
Steps to reproduce
- Platform: Desktop
- Framework Version: .NET 8
- API: DirectWrite
- API Version: I don’t know where can get it
Comment
- https://learn.microsoft.com/en-us/windows/win32/api/dwrite_3/nf-dwrite_3-idwritefactory6-getsystemfontset
- https://github.com/dotnet/Silk.NET/blob/235507c9cd6c2ce351ebb357a120b0b9c148b99d/src/Microsoft/Silk.NET.Direct2D/DirectWrite/Structs/IDWriteFactory6.gen.cs
Will be fixed in 3.0, no idea why this is happening!