You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I would like to request a small change to the Scribble docs, specifically with scribble_glyph_set. I initially made the assumption that, if I wanted to change kerning for all characters in a font, I would need to set them all individually, but it was only until I looked into the script itself and realized I could have just used the all keyword. But before I even realized that, I had initially used scribble_font_bake_outline_and_shadow and set the outline mode to none, then set the separation argument to whatever I'd like and that worked too.
To prevent other people from struggling like this, I think it'd be great if Target character, as a string was changed to Target character, as a string (or put "all" if you would like all characters to be targeted). It would also be great if "all" was just the default argument if the user didn't set the argument themselves.
The text was updated successfully, but these errors were encountered:
Hello! I would like to request a small change to the Scribble docs, specifically with
scribble_glyph_set
. I initially made the assumption that, if I wanted to change kerning for all characters in a font, I would need to set them all individually, but it was only until I looked into the script itself and realized I could have just used the all keyword. But before I even realized that, I had initially usedscribble_font_bake_outline_and_shadow
and set the outline mode to none, then set the separation argument to whatever I'd like and that worked too.To prevent other people from struggling like this, I think it'd be great if
Target character, as a string
was changed toTarget character, as a string (or put "all" if you would like all characters to be targeted)
. It would also be great if "all" was just the default argument if the user didn't set the argument themselves.The text was updated successfully, but these errors were encountered: