Created
March 15, 2018 08:59
-
-
Save nardev/d3931bfcbcc9aaf0ef4066d11c63b105 to your computer and use it in GitHub Desktop.
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
display torig borig; # Display the top and bottom origins | |
group all; # Group everything | |
smash (C>0 0); # Smash everything in the group | |
display none tname bname tval bval; # OPTIONAL: limit changes to | |
names and values | |
group all; # Group everything including smashed texts. | |
change font vector (C>0 0); # Change the font to a vector font | |
change size 50mil (C>0 0); # Change the font size | |
change ratio 15 (C>0 0); # Change the width:height ratio | |
by dukepro at element14 forum |
Great! 👍👍
Thanks dude
help a lot :D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks dude 👍