From 21e9c7220adf09e2c339eaa67472bea54d65dabe Mon Sep 17 00:00:00 2001 From: Erik van Blokland Date: Fri, 3 Nov 2023 21:57:31 +0100 Subject: [PATCH] Docs, tweaks and clean up. --- .../html/index.html | 101 ++++++++++-------- .../html/styles.css | 5 +- 2 files changed, 60 insertions(+), 46 deletions(-) diff --git a/DesignspaceEditor2.roboFontExt/html/index.html b/DesignspaceEditor2.roboFontExt/html/index.html index 987b138..6390f65 100644 --- a/DesignspaceEditor2.roboFontExt/html/index.html +++ b/DesignspaceEditor2.roboFontExt/html/index.html @@ -179,7 +179,7 @@

Axes Tab ↑

screenshot of DSE2 axes tab -

Axes Tab Buttons

+

Axes Buttons

Quick buttons for easy axes. Obviously you can edit these values here. -

Axes Tab Columns

+

Axes Columns

@@ -264,10 +264,11 @@

Axes Tab Columns

Axis Map editor syntax

-
# user space value
+
+
# user space value
 #   (numbers exposed to the user in a UI)
 # maps to
-# designspace value
+#   designspace value
 #   (the internal values used to position sources and instances in the designspace)
 50 > 10
 100 > 20
@@ -275,8 +276,8 @@ 

Axis Map editor syntax

150 > 990 # Please note: in these examples, lines starting with # are comments. -# The comments are not saved in the designspace. -
+# The comments are not saved in the designspace.
+
- + - + - +
🌐indicates if there are localised names for this source. Click the for the editor.indicates if there are localised names for this source. Click the for the Localised Family Name editor .
πŸ”•indicates if there are muted glyphs in this source. Click the for the editor.indicates if there are muted glyphs in this source. Click the for the Muted Glyph editor.
column for each axisAxis values, in designspace coordinates.
If you have discrete axes, make sure this value matches one of the values of the axis. Make sure it is between axis minimum and axis maximum. No anisotropy.
+ Axis values for sources are in designspace coordinates. +
+ If you have discrete axes, make sure this value matches one of the values of the axis. Make sure it is between axis minimum and axis maximum. No anisotropy.
-

Localised Family Name syntax

+

Localised Family Name editor syntax

-
# starts with a ? <language tag> <localised string>
+
# localised name starts with a ? <language tag> <localised string>
 ? fr 'Montserrat'
-? ja 'γƒ’γƒ³γ‚»γƒ©γƒΌγƒˆ'
+? ja 'γƒ’γƒ³γ‚»γƒ©γƒΌγƒˆ'
+
-

Muted Glyph syntax

+

Muted Glyph editor syntax

# a space separated list of glyph names
-a b c d
+a b c d + @@ -484,6 +490,9 @@

Instances Menus

  • Set Preview to Selection: If you have a Location Preview window open, it will show this location.
  • +
  • + New instance inbetween: with two instances selected in the same discrete location, this creates a new instance between the two. +
  • @@ -516,7 +525,7 @@

    Instances Columns

    column for each axis - Axis values, in userspace coordinates. Anisotropic values separated by space (see below) + Axis values can be in userspace or design coordinates. Anisotropic values separated by space (see below) @@ -526,7 +535,7 @@

    About userspace and designspace locations

    About anisotropic instances

    -