You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vvuk wrote Rust bindings for DirectWrite which some applications use internally, e.g. WR/Servo.
Currently, we're using wingdi for font enumeration, but DirectWrite has an interoperabillity interface for wingdi, but this part isn't ported yet.
ToDo:
Enhance the gdi interop implementation in DirectWrite
Adapt interface
The text was updated successfully, but these errors were encountered:
@vvuk Yes GDI interop is desired, as of the current state of winapi-rs bindings, one can't figure out whether or not a font is monospaced. For reference MSDN Docs and winapi-rs Docs.
Also, font loading from disk isn't implemented yet, so this would be the most easy way for us to maintain our interface.
I have the corresponding PR almost ready, expect it to come soon :)
@vvuk wrote Rust bindings for DirectWrite which some applications use internally, e.g. WR/Servo.
Currently, we're using wingdi for font enumeration, but DirectWrite has an interoperabillity interface for wingdi, but this part isn't ported yet.
ToDo:
The text was updated successfully, but these errors were encountered: