Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed May 3, 2024
1 parent 93bc28f commit eec3d82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MasterGrid.glyphsReporter/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<key>CFBundleName</key>
<string>MasterGrid</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>CFBundleShortVersionString</key>
<string>0.3.6</string>
<string>0.3.7</string>
<key>UpdateFeedURL</key>
<string>https://raw.githubusercontent.com/jenskutilek/MasterGrid/master/MasterGrid.glyphsReporter/Contents/Info.plist</string>
<key>productPageURL</key>
<string>https://github.com/jenskutilek/MasterGrid/</string>
<key>productReleaseNotes</key>
<string>Bugfixes</string>
<string>Read grid color from de.kutilek.MasterGrid.color</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright, Jens Kutilek, 2017</string>
<key>NSPrincipalClass</key>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ Font.masters[1].userData["de.kutilek.MasterGrid.type"] = "div" # subdivision
```

The resulting grid of the two examples will be the same for a font with 1000 units per em.

To customize the grid color, set it as an RGBA tuple by running this in the Macro Panel:

```python
Glyphs.defaults["de.kutilek.MasterGrid.color"] = (1, 0, 0, 0.2)
```

0 comments on commit eec3d82

Please sign in to comment.