The UI component of the AiteStory project.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.3 KiB

  1. # Canola
  2. ## extending a font into a font family
  3. Canola (named Sean during development) is the first typeface family being produced with Metapolator's developer environment *RedPill*.
  4. On the following pages some techniques are described to work with *RedPill* and how to generate a font family from one master font. In the case of Canola, the master has been drawn as a *Hairline* style thus the shapes are very close to the skeleton. Some of the solutions are tail-ordered for this typeface specifically and some might be more generic.
  5. ##### Tool used in the process
  6. - Metapolator
  7. - Robofont
  8. - Terminal (Command line OSX)
  9. - Firefox
  10. I'm evaluating the font from time to time in RedPill's web interface. Though due the long loading times I use Robofont to check Metapolator's output.
  11. Once Metapolator installed we can initialize a new project in our local directory:
  12. metapolator init 'project-name'
  13. from within the new project folder a master can be imported as *base.cps*:
  14. metapolator import ../mymaster.ufo base
  15. To verify the font has been imported successfully we can export our base:
  16. metapolator export base myfirstfont.ufo
  17. And we should get a copy of the original.
  18. ######[Setting up *Black Wide*](https://github.com/metapolator/canola/blob/master/notes/blackwide.md)
  19. ######[Setting up *Thin Wide*](https://github.com/metapolator/canola/blob/master/notes/thinwide.md)
  20. ######[Interpolating *Thin Wide* and *Black Wide*](https://github.com/metapolator/canola/blob/master/notes/interpolating.md)
  21. ######[Setting up *Thin Compressed* and *Black Compressed*](https://github.com/metapolator/canola/blob/master/notes/thincompressed.md)
  22. ######[Joints and Knots](https://github.com/metapolator/canola/blob/master/notes/knots.md)
  23. ######[Creating a four-master design space](https://github.com/metapolator/canola/blob/master/notes/stepping.md)
  24. ######[Adding contrast](https://github.com/metapolator/canola/blob/master/notes/contrast.md)
  25. ######[Rendering all Instances](https://github.com/metapolator/canola/blob/master/notes/super.md)
  26. ![alt tag](https://raw.githubusercontent.com/metapolator/canola/325e84da9f1dc7b098bcbaa05c8edc651013f73e/sean.png)
  27. ## License
  28. © 2014 Simon Egli. *Canola* is designed and developed by Simon Egli.
  29. *Canola* is licensed under the SIL Open Font License v1.1 (<http://scripts.sil.org/OFL>)