|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<meta charset="UTF-8"> |
| 5 | +<title>CornerTools</title> |
| 6 | +<link rel="stylesheet" href="github-markdown.css"> |
| 7 | +<style> |
| 8 | + html { |
| 9 | + margin-left: auto; |
| 10 | + margin-right: auto; |
| 11 | + } |
| 12 | + .headerlink { |
| 13 | + opacity: 0.0; |
| 14 | + } |
| 15 | + body h1:hover a.headerlink, |
| 16 | + body h2:hover a.headerlink, |
| 17 | + body h3:hover a.headerlink, |
| 18 | + body h4:hover a.headerlink { |
| 19 | + opacity: 1.0; |
| 20 | + } |
| 21 | +</style> |
| 22 | +</head> |
| 23 | +<body> |
| 24 | +<h1 id="interpolation-matrix-mutatormath">Interpolation Matrix (MutatorMath)<a class="headerlink" href="#interpolation-matrix-mutatormath" title="Permanent link">¶</a></h1> |
| 25 | +<p><em>This version of Interpolation Matrix is a fork of the original version by Loïc Sander.</em></p> |
| 26 | +<p>The interpolation matrix is a tool requiring at least two master fonts open in RoboFont and interpolable glyphs (if the glyphs are incompatible, no instance will show). It allows you to preview interpolation and extrapolation based on master position in a grid.</p> |
| 27 | +<p>This version of the script & the extension are a rewriting of the previous Interpolation Preview Matrix, now using LettError’s <a href="http://github.com/LettError/MutatorMath">MutatorMath</a> ❤️ whereas previous inter/extrapolations were written by my simple self.</p> |
| 28 | +<p>☞ <a href="http://vimeo.com/109734720">check out the demo on Vimeo</a></p> |
| 29 | +<h3 id="previewing-interpolations">Previewing interpolations<a class="headerlink" href="#previewing-interpolations" title="Permanent link">¶</a></h3> |
| 30 | +<p><img alt="" src="images/example-matrix-1.png" /></p> |
| 31 | +<p>The glyphs are updated (almost) at draw time [mouseUp, keyUp], so you can modify glyphs and see changes happen in the matrix. Theoretically, you can have a 15×15 matrix of 225 fonts; beyond that, it would get too slow to use… Testing indicates that 7×7 is the ‘maximal-optimum’ use case.</p> |
| 32 | +<h3 id="generating-instances">Generating instances<a class="headerlink" href="#generating-instances" title="Permanent link">¶</a></h3> |
| 33 | +<p><img alt="" src="images/example-matrix-2.png" /> |
| 34 | +<img alt="" src="images/example-matrix-3.png" /></p> |
| 35 | +<p>You can use the matrix to generate font instances or compatibility check reports. You choose which instance(s) to generate by naming their ‘coordinates’ (A1, B4, C3, etc.), or you can generate instances by whole rows/columns (A, 1, etc.), or all at once. Generated instances are issued in a folder next to the source master font (which you indicate before generating).</p> |
| 36 | +<h3 id="saving-matrices">Saving matrices<a class="headerlink" href="#saving-matrices" title="Permanent link">¶</a></h3> |
| 37 | +<p>Last but not least, you can save matrices: grid size, window size and master fonts are stored and can be reaccessed quickly. The matrix stores a simple .txt file. It’s not ideal but does the trick for now.</p> |
| 38 | +</body> |
| 39 | +</html> |
0 commit comments