Registry / other / typeface

typeface

JSON →
library0.5.0rscratesunverified

The package provides a foundation for building and parsing fonts.

# Cargo.toml [dependencies] typeface = "0.5.0"
INSTALL
IMPORT
SIG · TYPEFACE
T
typeface
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Font
use typeface::Font;

Creates a new font object.

use typeface::Font; fn main() { let font = Font::new(); println!("{:?}", font); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
typeface — cargo add typeface · libregistry