Skip to content

miloush/OpenTypeInspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenType Inspector

Microsoft Reference Source License

A tool for exploring OpenType files. The tool was originally developed in 2013 as an aid for the TERKA project. Its goal was to give an overview of the most commonly used OpenType feature types so that their support can be prioritized.

image

Features:

  • Sortable counts of glyphs and various GSUB and GPOS features.
  • Searching fonts by script tags, language tags, feature tags and/or supported characters.
  • Filtering glyphs and characters by glyph number, Unicode names and codepoints.
  • Overview of script and feature tags for both GSUB and GPOS with list of features and lookups they use.
  • Visualization of single, multiple, alternate, ligature and context substitutions, with filtering by glyph number involved. (Note: visualization of chaining substitutions is not implemented)
  • Loading fonts from system, user and custom folders. Font files can also be dropped on the font list. Fonts with zero substitutions are not listed, but can be dropped. Loading can be stopped by pressing the Esc key.
  • Experimental typing area with various typography controls as available in WPF.

The application uses WPF features to display glyphs. It does not directly parse font files or test text shaping. Only font file types supported by WPF will be shown.

image

image

image