Registry / utility / noto-sans-mono-bitmap

noto-sans-mono-bitmap

JSON →
library0.3.2rscratesunverified

Provides pre-rasterized characters from the 'Noto Sans Mono' font for use in no_std environments without allocations or floating point operations.

# Cargo.toml [dependencies] noto-sans-mono-bitmap = "0.3.2"
INSTALL
IMPORT
SIG · NOTO-SANS-MONO-BIT
N
noto-sans-mono-bitmap
utilityrustv0.3.2
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.

get_raster
use noto_sans_mono_bitmap::get_raster;

Gets a rasterized character from the font.

use noto_sans_mono_bitmap::{get_raster, RasterHeight, FontWeight}; fn main() { let raster = get_raster('A', RasterHeight::Size16, FontWeight::Regular).unwrap(); println!("Raster width: {}", raster.width()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
noto-sans-mono-bitmap — cargo add noto-sans-mono-bitmap · libregistry