#text-rendering #font-rendering #glyph #bindings #abstraction #intended #direct2d

directwrite

A safe abstraction for interacting with DirectWrite, intended initially to be used with direct2d for easy text rendering

16 releases

0.3.0-alpha4 Feb 24, 2019
0.3.0-alpha3 Nov 24, 2018
0.1.4 Sep 21, 2018
0.1.2 Apr 23, 2018
0.0.4 Jan 10, 2016

#433 in Graphics APIs

Download history 120/week @ 2024-06-13 137/week @ 2024-06-20 113/week @ 2024-06-27 29/week @ 2024-07-04 107/week @ 2024-07-11 163/week @ 2024-07-18 168/week @ 2024-07-25 140/week @ 2024-08-01 138/week @ 2024-08-08 150/week @ 2024-08-15 122/week @ 2024-08-22 125/week @ 2024-08-29 116/week @ 2024-09-05 116/week @ 2024-09-12 166/week @ 2024-09-19 137/week @ 2024-09-26

551 downloads per month
Used in 8 crates (2 directly)

MIT/Apache

625KB
5.5K SLoC

directwrite

[][crates-io] [][api-docs]

A safe abstraction for interacting with DirectWrite, intended initially to be used with direct2d for easy text rendering.


lib.rs:

Safe bindings for DirectWrite in Rust. Allows for the loading of fonts, laying out of text, and rendering text and glyphs to TextRenderers.

Dependencies