tree: 8e4365717435a6158c1da4d23afd73fb03f8a0de [path history] [tgz]
  1. meta/
  2. BUILD.bazel
  3. BUILD.gn
  4. README.md
src/fonts/asset_providers/README.md

Asset Providers

This directory contains the definitions for font asset providers.

These components are built out of:

  • A font server component (the server binary)
  • An asset provider component (a component with font assets)
  • A font provider component (the top-level component which routes to the above two)

and the appropriate capability routing.

See the documentation on //src/fonts/build/font_asset_provider.gni for usage.