noto-sans-mono-bitmap 0.3.0

Provides pre-rasterized characters from the "Noto Sans Mono" font in different sizes and font weights for multiple unicode ranges. This crate is `no_std` and needs no allocations or floating point operations. Useful in kernels and bootloaders when only "soft-float" is available. Strictly speaking, this crate is more than a basic bitmap font, because it encodes each pixel as a byte and not as a bit, which results in a much nicer result on the screen.
Documentation

noto-sans-mono-bitmap

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 19 feature flags, 7 of them enabled by default.

default

  • raster_heights_default
  • font_weights_default
  • unicode_ranges_default

raster_heights_default

  • size_16

font_weights_default

  • regular

unicode_ranges_default

  • unicode-basic-latin

size_16

    This feature flag does not enable additional features.

regular

    This feature flag does not enable additional features.

unicode-basic-latin

    This feature flag does not enable additional features.

raster_heights_all

  • size_16
  • size_20
  • size_24
  • size_32

unicode_ranges_all

  • unicode-basic-latin
  • unicode-latin-1-supplement
  • unicode-latin-extended-a
  • unicode-specials

all

  • raster_heights_all
  • font_weights_all
  • unicode_ranges_all

font_weights_all

  • light
  • regular
  • bold

size_24

    This feature flag does not enable additional features.

unicode-latin-1-supplement

    This feature flag does not enable additional features.

unicode-specials

    This feature flag does not enable additional features.

size_20

    This feature flag does not enable additional features.

light

    This feature flag does not enable additional features.

unicode-latin-extended-a

    This feature flag does not enable additional features.

bold

    This feature flag does not enable additional features.

size_32

    This feature flag does not enable additional features.