Silk.NET icon indicating copy to clipboard operation
Silk.NET copied to clipboard

DirectWrite missing some overloading methods

Open vxzms opened this issue 2 years ago • 1 comments

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

vxzms avatar Dec 28 '23 23:12 vxzms

Will be fixed in 3.0, no idea why this is happening!

Perksey avatar Dec 30 '23 13:12 Perksey