dwrote

Crates.iodwrote
lib.rsdwrote
version0.11.2
sourcesrc
created_at2016-11-17 23:29:38.416562
updated_at2024-10-09 07:23:26.672485
descriptionLightweight binding to DirectWrite.
homepage
repositoryhttps://github.com/servo/dwrote-rs
max_upload_size
id7280
size109,266
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: 128

cargo fmt