Skip to content

Commit

Permalink
New script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroarilla committed Mar 29, 2018
1 parent 229fc70 commit decd8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please, visit http://www.glyphsapp.com/ for further information.
* **Select small paths:** Finds and selects small paths (smaller than a user-definable area) in the current glyph.
* **Selection to all the backgrounds:** Replaces in all the glyphs their current content of the background with the selected paths in the current glyph.
* **Set default figures:** Sets as default figures the set of numerals selected by the user (UI — Vanilla required). Inserts the figures as components in the ‘Decimal Digit’ cells, enables automatic alignment, and copies kerning groups.
* **Shift background in selected glyphs:** Shifts horizontally (user-definable number) the background content in selected glyphs. Positive vale for shifting to the right, negative value for shifting to the left.
* **Shift background in selected glyphs:** Shifts horizontally (user-definable number) the background content in selected glyphs. Positive value for shifting to the right, negative value for shifting to the left.
* **Tabular width checker:** Checks all selected Glyphs are on same width. It ignores ‘Auto’ and makes sure that the assigned value is equal regardless of metrics keys.
* **Use layer as master:** Sets the current layer as the master layer.

Expand Down
2 changes: 1 addition & 1 deletion Shift background in selected glyphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# by Pedro Arilla
__doc__="""
Shifts horizontally (user-definable number) the background content in selected glyphs. Positive vale for shifting to the right, negative value for shifting to the left.
Shifts horizontally (user-definable number) the background content in selected glyphs. Positive value for shifting to the right, negative value for shifting to the left.
"""

import GlyphsApp
Expand Down

0 comments on commit decd8a1

Please sign in to comment.