sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.7k stars 638 forks source link

Adding wrapper public methods for the 3.1.x release #896

Closed jclin closed 7 years ago

jclin commented 7 years ago

Hello, I need to add wrapper public methods to some DirectWrite interfaces, such as IDWriteFontFallback::MapCharacters.

Although that should be straightforward, would it be possible to push these changes to a 3.1.2 release? FWIW, I am developing against 3.1.1 at work, and we'd rather not have to make and maintain a separate fork.

Thanks, Jerry

xoofx commented 7 years ago

Could you try to use latest 4.0.0? While features for 4.0.0 should not change a lot compare to 3.x, the build process is quite different (and I can't afford the time to setup a build process for a previous version). I'm planning to release 4.0.0 this week.

jclin commented 7 years ago

Sure, we can do that. We'll try to put up a PR later this week.