/patch-subset-incxfer

the web fonts patch subset client/server implementation

Primary LanguageC++OtherNOASSERTION

patch-subset-incxfer

Code repository for the incremental transfer (incxfer) approach to Progressive Font Enrichment (INCXFER). See also (PFE).

Build

This repository uses the bazel build system. You can build everything:

bazel build ...

and run all of the tests:

bazel test ...

Code Style

The code follows the Google C++ Style Guide. Formatting is enforced by an automated check for new commits to this repo. You can auto-correct formatting for all files using the format.sh script.