dwrote

Crates.iodwrote
lib.rsdwrote
version0.11.4
created_at2016-11-17 23:29:38.416562+00
updated_at2025-08-22 08:02:43.597209+00
descriptionLightweight binding to DirectWrite.
homepage
repositoryhttps://github.com/servo/dwrote-rs
max_upload_size
id7280
size117,535
cargo publish (github:servo:cargo-publish)

documentation

README

dwrote

A thin wrapper around Windows DirectWrite for Rust

Dwrote provides access to pieces of DirectWrite needed by WebRender and Servo. It can be easily extended to other parts of DirectWrite, but full mapping of the DirectWrite API is not a goal (pull requests accepted, of course).

There are a few additional helper functions on individual types that don't exist in DirectWrite, and a few have had their signatures changed, but for the most part this library attempts to replicate the DirectWrite API.

Commit count: 144

cargo fmt