Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
Rename "validate" button in Problems tab to "Check for problems"
Update doc and read me.
  • Loading branch information
LettError committed Dec 11, 2023
1 parent 6dcb3c6 commit 3e463f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DesignspaceEditor2.roboFontExt/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h3>Goals</h3>
<li>You can quickly open the UFOs listed as sources.</li>
<li>You can generate UFOs for defined instances.</li>
<li>You can preview and <a href="#instances">add instances</a>.</li>
<li>You can validate designspaces and find compatibility and structural issues.</li>
<li>You can check designspaces and find structural issues and compatibility problems.</li>
<li>DSE2 collects and sends designspace-related notifications about changes to the designspace, and also changes in the source font data. Other tools in RF can request interpolated glyphs, kerning and font info at specific locations, using MutatorMath as well as Varlib interpolation models. </li>
<li>You can experiment with <b>extrapolation</b> and <b>anisotropic interpolations</b> and see previews for such exotic things. <b>Even if these are not supported as Variable fonts, you can export them as UFO.</b></li>
<li>You can write scripts that use the current designspace.</li>
Expand Down Expand Up @@ -389,7 +389,7 @@ <h3>Sources Menus</h3>
<b>Reveal Source in Finder</b>
</li>
<li>
<b>Move to Default Location</b>: this puts the source at the default location of the continuous axes. Values will be in design coordinates.
<b>Move to Default Location</b>: this moves the source to the default location of the continuous axes. Values will be in design coordinates.
</li>
<li>
<b>Set preview to Location</b>: If you have a Preview window open, it will show this location.
Expand Down
4 changes: 2 additions & 2 deletions DesignspaceEditor2.roboFontExt/lib/designspaceEditor/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,10 +992,10 @@ def build(self):

# PROBLEMS
self.problems.tools = vanilla.SegmentedButton(
(10, 5, 90, 22),
(10, 5, 120, 22),
selectionStyle="momentary",
callback=self.problemsToolsCallback,
segmentDescriptions=[dict(title="Validate")]
segmentDescriptions=[dict(title="Check for problems")]
)

problemsColumnDescriptions = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Create and edit designspaces with Robofont 4.5+, with support for scripting.
* You can quickly open the UFOs listed as sources.
* You can generate UFOs for defined instances.
* You can preview and add instances.
* You can validate designspaces and find compatibility and structural issues.
* You can check designspaces and find structural problems and compatibility issues.
* DSE2 collects and sends designspace-related notifications about changes to the designspace, and also changes in the source font data. Other tools in RF can request interpolated glyphs, kerning and font info at specific locations, using MutatorMath as well as Varlib interpolation models.
* You can experiment with *extrapolation* and *anisotropic interpolations* and see previews for such exotic things. *Even if these are not supported as Variable fonts, you can export them as UFO.*
* You can write scripts that use the current designspace.
Expand Down

0 comments on commit 3e463f3

Please sign in to comment.