Skip to content

Instantly share code, notes, and snippets.

@gferreira
Created November 8, 2011 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gferreira/1348451 to your computer and use it in GitHub Desktop.
Save gferreira/1348451 to your computer and use it in GitHub Desktop.
Custom dialogs for RoboFont [DRAFT]
+----------------------------------+
| transform selected glyphs |
+----------------------------------+
| |
| ( ) round |
| ( ) decompose |
| ( ) auto contour order |
| ( ) auto contour direction |
| (×) remove overlaps |
| (×) mark { color } |
| |
| { close } { apply } |
| |
+----------------------------------+
+-------------------------------------------+
| set sidebearings |
+-------------------------------------------+
| |
| left { increase by } [ 120 ] |
| right { do nothing } [ 30 ] |
| |
| { color } { close } { apply } |
| |
+-------------------------------------------+
+-------------------------------+
| set glyph width |
+-------------------------------+
| |
| width [ 700 ] |
| |
| (×) center (×) mark { c } |
| |
| { close } { apply } |
| |
+-------------------------------+
+---------------------------------------------------+
| batch generate .otfs for all .ufos in folder |
+---------------------------------------------------+
| |
| folder with ufos { get... } |
| [ /MyComputer/FontsFolder/MyFont/ufos/ ] |
| |
| folder for otfs { get... } |
| [ /MyComputer/FontsFolder/MyFont/otfs/ ] |
| |
| (×) remove overlaps (×) decompose ( ) autohint |
| |
| { close } { apply } |
| |
+---------------------------------------------------+
+-----------------------------------------------+
| generate all open fonts |
+-----------------------------------------------+
| |
| (×) decompose |
| (×) remove overlaps |
| ( ) autohint |
| |
| { apply } { close } |
| |
+-----------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment