Last active
January 5, 2017 15:00
-
-
Save equal-l2/4c87ebea28f35846a47b596b9689b00e to your computer and use it in GitHub Desktop.
Workaround for ricty's huge inconsolata character
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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