Skip to content

Instantly share code, notes, and snippets.

@equal-l2
Last active January 5, 2017 15:00
Show Gist options
  • Save equal-l2/4c87ebea28f35846a47b596b9689b00e to your computer and use it in GitHub Desktop.
Save equal-l2/4c87ebea28f35846a47b596b9689b00e to your computer and use it in GitHub Desktop.
Workaround for ricty's huge inconsolata character
--- a/ricty_generator-4.1.0.sh
+++ b/ricty_generator-4.1.0.sh
@@ -314,6 +314,10 @@ while (i < SizeOf(input_list))
Print("Open " + input_list[i] + ".")
Open(input_list[i])
+ SelectAll()
+ ClearInstrs()
+ UnlinkReference()
+
# Scale to standard glyph size
ScaleToEm(860, 140)
@@ -513,9 +517,6 @@ while (i < SizeOf(input_list))
# Process for merging
Print("Process for merging.")
- SelectWorthOutputting()
- ClearInstrs()
- UnlinkReference()
# Save modified Inconsolata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment