This repository contains
-
hinted versions of (some) Noto fonts generated with ttfautohint,
-
HTML test pages that embed the created fonts,
-
snapshot images of all HTML test pages, as rendered by Firefox, Chrome, and IE on MS Windows, and
-
a Makefile and some auxiliary files to (re)create the fonts, HTML test pages, and the snapshots.
Go to
https://rawgit.com/lemzwerg/noto-hinted/master/
or
http://htmlpreview.github.io/?https://github.com/lemzwerg/noto-hinted/blob/master/index.html
to view the top-level index file of the HTML test pages.
The snapshots are created automatically by BrowserStack, kindly providing an account to access its screenshot API.
-
Add a call to the
FontFamilyfunction to the existing ones at the end ofGNUmakefile. The last two argumentsFontFamilyare a four-letter script tag (likeEthi) and a two- or three-letter language tag (likeam), respectively. -
Say
make htmlto run ttfautohint on the fonts (which must be present in theunhinteddirectory of thenoto-fontsgit repository) and to generate the HTML webpages. -
Commit the changes to the repository.
-
Say
maketo run the screenshooter program which takes screen snapshots from BrowserStack. This can easily fail so it might be necessary to repeatmakeuntil all screen shots are taken.Note that you need a BrowserStack account to make this step work; user name and password in the form
username:passwordshould be put into a file.browserstackin your home directory.