GithubHelp home page GithubHelp logo

isabella232 / pfe-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlefonts/pfe-analysis

0.0 0.0 0.0 12.27 MB

Code repository for tools for the the testing and analysis of potential Progressive Font Enrichment (PFE) solutions.

License: Other

Shell 0.37% C++ 27.69% Python 31.42% CSS 5.32% HTML 24.00% Starlark 11.20%

pfe-analysis's Introduction

PFE-analysis

Code repository for tools for the testing and analysis of potential Progressive Font Enrichment (PFE) solutions.

Build

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

bazel build ...

and run all of the tests:

bazel test ...

Example of Running the Analysis

# Run the analysis
bazel run analysis:analyzer -- --input_data=$(pwd)/analysis/sample/english_sequence.textproto --input_form=text --font_directory=$(pwd)/patch_subset/testdata/ --default_font_id=Ahem.optimized.ttf > /tmp/pfe-analysis-results.textproto

# Inspect the results
bazel run tools:summarize_results -- --input_file=/tmp/pfe-analysis-results.textproto cost_summary

Test one PFE method

bazel test analysis/pfe_methods:range_request_pfe_method_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.

pfe-analysis's People

Contributors

garretrieger avatar svgeesus avatar andyjgf avatar litherum avatar xfq avatar altmas5 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.