smourier / DirectN

Direct interop Code for .NET Framework, .NET Core and .NET 5+ : DXGI, WIC, DirectX 9 to 12, Direct2D, Direct Write, Direct Composition, Media Foundation, WASAPI, CodecAPI, GDI, Spatial Audio, DVD, Windows Media Player, UWP DXInterop, WinUI3, etc.
MIT License
311 stars 28 forks source link

DWriteCore interfaces #20

Closed miquik closed 2 years ago

miquik commented 2 years ago

Hi, It would be possible to add C# interfaces of new DWriteCore API?

smourier commented 2 years ago

Hi,

I guess so, I've not looked at it yet, the Windows App SDK has just been released in version 1.0. In fact, there may be other APIs from it to add.

I'll check that when I have some time.

smourier commented 2 years ago

Just a quick note: I've only seen a new function and a new enum value, all interfaces definitions seem the same.

miquik commented 2 years ago

Docs says dwrite_core.h define a symbol that “enables” some interfaces in dwrite3.h, I didn’t dig into yet