rusttype 0.9.3

A pure Rust alternative to libraries like FreeType. RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph cache for hardware font rendering.
Documentation

rusttype

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 11 feature flags, 3 of them enabled by default.

default

  • std

std

  • has-atomics
  • owned_ttf_parser/default
  • ab_glyph_rasterizer/default

has-atomics

    This feature flag does not enable additional features.

gpu_cache

  • std
  • linked-hash-map
  • rustc-hash
  • crossbeam-deque
  • crossbeam-utils
  • num_cpus

libm-math

  • libm
  • ab_glyph_rasterizer/libm

crossbeam-utils

    This feature flag does not enable additional features.

rustc-hash

    This feature flag does not enable additional features.

libm

    This feature flag does not enable additional features.

crossbeam-deque

    This feature flag does not enable additional features.

num_cpus

    This feature flag does not enable additional features.

linked-hash-map

    This feature flag does not enable additional features.