Docs.rs
keyset-font-0.3.2
keyset-font 0.3.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
staticintlucas
Dependencies
byte-strings ^0.3
normal
dashmap ^5.1
normal
keyset-geom ^0.3.2
normal
log ^0.4
normal
ouroboros ^0.18
normal
ttf-parser ^0.20
normal
assert_approx_eq ^1.1
dev
assert_matches ^1.5
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate keyset_font
keyset_
font
0.3.2
All Items
Crate Items
Structs
Type Aliases
Crate
keyset_
font
Copy item path
Source
Expand description
This crate contains the font loading and parsing logic used internally by
keyset
.
Structs
§
Error
A font error
Font
A parsed font
Glyph
A glyph loaded from a
Font
Type Aliases
§
Result
A
Result
where the error type is
Error