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
Copy file name to clipboardExpand all lines: source/html/index.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ This is where you define which glyphs will get the anchor that is currently sele
31
31
### Settings
32
32
This is where you can control the settings for the extension.
33
33

34
-
#### Overwrite Anchors
35
-
If you check this box, anchors of the same name in the same glyph will be overwritten when added to your font.
36
34
37
35
| Operation | Description |
38
36
| --- | --- |
@@ -41,15 +39,27 @@ If you check this box, anchors of the same name in the same glyph will be overwr
41
39
|**Reset Defaults**| This resets the anchor/glyph settings in the extension to how it looked when you first installed and opened it. |
42
40
43
41
### Clear Anchors...
44
-
This is where you can bulk-remove anchors from your font(s). 
42
+
This is where you can bulk-remove anchors from your font(s).
43
+
44
+

45
+

45
46
46
47
Choose whether you’d like to remove the anchors from the Current Font or All Fonts, and go through the list of anchor names and hit delete. Be advised: the removal will happen instantaneously! Again, Anchor Dropper attempts to remove "\_" anchors as well (so removing "top" will also remove "\_top").
47
48
48
-
#### Remove Duplicate Anchors
49
-
This button will look at each glyph and make sure you don’t have two anchors of the same name present.
49
+
#### Clear (Selected / All)
50
+
If you have something selected in the table, this button will remove all anchors with the names selected.
51
+
52
+
If you *do not* have something selected in the table, this button will remove all anchors.
53
+
54
+
#### Clear (Selected / All) Duplicates
55
+
If you have something selected in the table, this button will remove anchors that are duplicates, only among the names selected.
56
+
57
+
If you *do not* have something selected in the table, this button will remove anchors that are duplicates.
58
+
59
+
### Drop Anchors...
60
+
This button will add the anchors to your font(s). Before clicking *Drop Anchors*, choose whether you’d like the add the anchors in question to your current font only or all open fonts. Also specify whether, when adding anchors, you’d like them to overwrite anchors of the same name in the same glyph.
50
61
51
-
### Drop Anchors
52
-
This button will add the anchors to your Current Font.
0 commit comments