Advertisement
AZO234

ricty_generator.sh grave fix

Mar 30th, 2019
677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.55 KB | None | 0 0
  1. --- ricty_generator.sh  2019-03-31 01:34:36.682166507 +0900
  2. +++ ricty_generator_.sh 2019-03-31 01:30:58.392122815 +0900
  3. @@ -685,6 +685,10 @@ while (i < SizeOf(fontstyle_list))
  4.      Select(0u003c); Copy(); Select(0uff1c); Paste(); Move(250, 0); SetWidth(1000) # <
  5.      Select(0u003e); Copy(); Select(0uff1e); Paste(); Move(250, 0); SetWidth(1000) # >
  6.  
  7. +    # \`  set base class
  8. +    Print("Edit \` base class")
  9. +    Select(0u0060); SetGlyphClass("base");
  10. +
  11.      # Edit en and em dashes
  12.      Print("Edit en and em dashes")
  13.      Select(0u2013); Copy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement