tree: c5e7c405709bc419157dde734ff1ff3c45c8b7e2 [path history] [tgz]
  1. src/
  2. tests/
  3. BUILD.gn
  4. README.md
src/fonts/font_info/README.md

font_info

A Rust library for reading information from font files. Can be built for either Fuchsia or host targets.

On Fuchsia, supports both reading from both local paths and VMOs. On host, only supports local paths.

Testing

Make sure your fx set arguments include --with //bundles/tests.

Fuchsia

fx test font_info_tests

Host

fx run-host-tests font_info_test

Note the absence of final s in font_info_test.