|
@@ -2,7 +2,8 @@
|
|
|
|
|
|
[libschrift](https://github.com/tomolt/libschrift) is a lightweight TrueType
|
|
|
rendering library implemented in C, and this crate wraps the libschrift library
|
|
|
-into safe Rust.
|
|
|
+into safe Rust. The result is a font loading and glyph rendering crate with
|
|
|
+no runtime dependencies other than the C and Rust standard libraries.
|
|
|
|
|
|
The following example code renders a single glyph into a PGM file:
|
|
|
```rust
|