Giter VIP home page Giter VIP logo

boring-expansion-spec's Introduction

boring-expansion-spec

What do we want to change?

  1. Break the 65k glyph limit on glyphs in a single font file
  2. Enable cubic curves in glyf outlines
  3. Enable components to take advantage of variations
  4. Enhance core variation capability
    1. Improve support for user-facing vs internal axis distinction and the mapping between them
    2. Explicitly support non-linear interpolation
    3. Efficient storage of sparse variation data

Why?

The proposed changes, taken as a whole, allow us to create compact pan-Unicode fonts made up of reusable parts that are built using enhanced variation capabilities. Further, the designer is empowered to separate how the parts are crafted and assembled from how they are presented to the user.

1. Break the 65k glyph limit

See https://rsheeter.github.io/more_gids.

2. Enable cubic curves in glyf outlines

The input to a font is often from a design tool that uses cubic curves. Quadratic approximation reduces quality and increases filesize. Explicit support for cubic curves in glyf resolves both issues.

3. Enable components to take advantage of variations

Design tool features like smart components allow designers to build fonts out of reusable parts. For CJK we've seen experiments where tens of thousands of glyphs are built from at least an order of magnitude fewer parts.

By enabling reuse of a glyph at a different position in designspace the font binary can leverage this to significantly reduce filesize. See prior art in Variable Components for COLRv1.

This can be done by leveraging COLR or by enhancing glyf.

4. Enhance core variation capability

4.i user-facing vs internal axes

Reduce complexity in the design of variable fonts and produce more compact files.

User-facing axes (weight, width, etc) are currently the same axes the designer uses. However, these axes are not naturally orthogonal. Designers are forced to resolve this by introducing additional masters, which costs the designer time and the end user bytes. A better system would enable user-facing axes to be assembled from other axes, which could (and should) be orthogonal.

The Type Network axis set is a relatively well known example.

To assemble a set of non-orthogonal user facing axes from a set of orthogonal axes requires a non-linear many:many mapping. avar provides a piecewise linear mapping from an input position on a single axes to a different position on that axes. This is inadequate; a new and more powerful mapping mechanism is required.

4.ii Explicitly support non-linear interpolation

It's clear non-linear interpolation (NLI) is desired and, perhaps unintentionally, possible due to being able to provide multiple scalars which are multiplied together. See NLI in Variable Fonts.

Today NLI is complex and not necessarily size-efficient. Add additional basis functions to support NLI, clean mapping of an axis value to rotation, and extrapolation.

4.iii Efficient storage fo sparse variation data

If, as proposed, we add variation aware components and stronger mapping between user-facing and internal axes it becomes increasingly desirable to have larger numbers of axes, each performing a narrow task. Currently use of an axis comes with a huge penalty: variation stores encode positions for all axes rather than only the axes that contribute to the result.

Upgrade the variation stores to only consume bytes for axes that influence the result.

References

  1. Better Engineered Font Formats
    • Notes from initial presentation

boring-expansion-spec's People

Contributors

behdad avatar lorp avatar rsheeter avatar

Watchers

 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.