View on GitHub

TypeRig

Proxy API and Font Development Toolkit for FontLab

Download this project as a .zip file Download this project as a tar.gz file

TypeRig GUI

TypeRig Panel

Statistics Panel

The Statistics tab/subpanel is a special purpose tool for simple spreadsheet style numerical analysis of multiple glyphs and their relations. It works in Glyph Window (GW) as well as Font Window (FW) and its actions are independent from TypeRig panel masthead (MH).

A typical view of Statistics panel

Use Refresh button when moving onto another glyph. Warning: Trying to refresh the panel on a different font that the one it has been initially started on, might result a FL crash. This is a known issue, that will be fixed, but until then, please start different Stats panel for every new typeface you have open in FL.

On the top of the panel reside two editing fields, one for the current glyph (G) and one taking a SPACE separated list of glyph names (C). Also clicking on the Window button next to the C field will take all glyphs that are currently displayed on any active Glyph or Text window.

Query combo box options

There is also a Query combo box (Q) showing different options for comparing the glyphs selected. Next to the query combo resides a toggle button that switches the method of analysis. By default it reads Glyph and has a second state Layer.

Comparison by glyph (row mode)

Below sits the glyph analysis table. Upon clicking on any row of the glyph table with Glyph mode active the table will take the selected row as a basis and will display the deviation in percent* (or units*) from that glyph for every glyph in the table. This is done layer by layer comparing each matching layer for every glyph. Very useful for keeping track of your glyph proportions compared to a standard measure (/H /O /n /o and etc..) or for taking proportions from an existing font.

Comparison by layer (column mode)

If the toggle button is switched to Layer mode - clicking on any column will take that column (glyph layer) as basis and show the deviation of other layers compared to it. Useful for observing advance growth, LSB, RSB deviations and etc.

Comparison by glyph with Units mode active

*Below the table resides a button that switches between Percent and Units.

At the bottom of the Statistics panel sits a small independent tool for quick comparison of outline and feature of interest - whole outline (imagine a SMCP in comparison with an uppercase glyph), a stem, a serif and etc. It can be used for calculating any ratio. In Glyph Window select anything you consider a part of something and click Part button. Then select any other outline or feature that you consider Whole. Finally click on Ratio % button and you will get the difference between the above mentioned in width and height.

Ratio calculator at the bottom of Stats panel

Panel development notes