GitXplorerGitXplorer
g

roboto-classic

public
153 stars
15 forks
40 issues

Commits

List of commits on branch main.
Verified
b69834825cae7730d17ee6723769259e934d9b03

Merge pull request #125 from googlefonts/trans-ancs

mm4rc1e committed 21 days ago
Unverified
cb8e4eec4633c4b9588360790f639b7d6c27d901

pin glyphsets

mm4rc1e committed 21 days ago
Unverified
c088813adffcd3cf5f2116030426408bbe679588

subset_for_web: include mark and mkmk feats

mm4rc1e committed 22 days ago
Unverified
f60bd3e409c6b4fd91d29d74dfa286d5e0ea9656

bump font version

mm4rc1e committed 22 days ago
Unverified
d705faa5a8355d5a3a71613ab1444abfe0bc4f12

regression_test: fix need to bump zip version

mm4rc1e committed 22 days ago
Unverified
9e5336f29dffb8e5399b018dcdc588981b527175

uni01F0: Add bottom anchor

mm4rc1e committed 22 days ago

README

The README file for this repository.

Roboto VF

This is a variable version of Roboto intended to be a 1:1 match with the official non-variable release from Google.

This is not an official Google project, but was enabled with generous funding by Google Fonts, who contracted Type Network. The Roboto family of instances contained 6 weights and two widths of normal, along with italic of the regular width. The project began by taking UFO instances generated during the build process of the Roboto v2.136 release, which have quadratic outlines. The Thin, Regular and Bold UFOs required some fixes for interpolation compatibility, and a build script was written that preserves outline overlaps.

Both fonts have named instances for all the styles in the v2.136 release.

Install

# Create a new virtualenv
virtualenv env
# Activate env
source env/bin/activate
# Install dependencies
pip install .
pip install -r requirements.txt

Generate

sh sources/build.sh

Font hinting

The fonts have been hinted using Microsoft VTT and compiled using vttLib. The hinting data is stored as xml in sources/vtt-hinting.ttx.

If you would like to make modifications to the hints using VTT, you'll need to do the following:

  • Rebuild the fonts. We MUST ensure that hint modifications are being done on the latest binaries.
  • Make a VTT source font which contains the existing hinting data by running sh sources/make_vtt_src_font.sh. The font will be exported to sources/Roboto[ital,wdth,wght]_VTT.ttf.
  • In VTT, edit the newly generated font.
  • Export the source font's hinting data back to sources/vtt-hinting.ttx by running sh sources/export_vtt_hints.sh
  • Commit your changes using git.

Warning: vttLib doesn't support transformed composites. Please ensure source files do not contain them.

License

Both fonts and software found in this repo are all available under the OFL License v1.1