Skip to content

Commit 6f5cbb2

Browse files
committed
build VF with *full* glyph set
1 parent fd4dc39 commit 6f5cbb2

File tree

35,187 files changed

+1661821
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

35,187 files changed

+1661821
-443
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/00-recursive-scripts-for-robofont/diacritics-and-glyph_construction-recipes/build_glyphs_recipes-selected_fonts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
# '''
2121

2222
txt = '''\
23-
hyphensoft = hyphen|00AD
24-
nbspace = space|00A0
23+
apostrophemod = commaaboverightcomb | 02BC
2524
'''
2625
# recipeFile = "/Users/stephennixon/type-repos/recursive/src/00-recursive-scripts-for-robofont/diacritics-and-glyph_construction-recipes/diacritic-recipes-for-recursive-generated-with_alts.txt"
2726
# with open(recipeFile, 'r') as recipe:

src/00-recursive-scripts-for-robofont/features/copy-features-to-UFOs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
python "<path>/copy-kerning-without-metrics_machine.py" "<path>/Recursive Sans-Casual B.ufo" <dir/to/copy/to>
55
6-
Required argument: UFO path to copy kerning & features from
6+
Required argument: Feature file to copy
77
88
Optional argument: Dir path of UFOs to copy to, if separate
99

src/masters/mono/Recursive Mono-Casual A Slanted.ufo/glyphs/L_commaaccent.sabs.glif

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<glyph name="Lcommaaccent.sans" format="2">
3+
<advance width="600"/>
4+
<outline>
5+
<component base="L.sans"/>
6+
<component base="commaaccentcomb.case" xOffset="316"/>
7+
</outline>
8+
<lib>
9+
<dict>
10+
<key>public.markColor</key>
11+
<string>0,0,0,0.1505</string>
12+
</dict>
13+
</lib>
14+
</glyph>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<glyph name="apostrophemod" format="2">
3+
<unicode hex="02BC"/>
4+
<outline>
5+
<component base="commaaboverightcomb"/>
6+
</outline>
7+
<lib>
8+
<dict>
9+
<key>public.markColor</key>
10+
<string>0,0,0,0.5</string>
11+
</dict>
12+
</lib>
13+
</glyph>

src/masters/mono/Recursive Mono-Casual A Slanted.ufo/glyphs/contents.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@
228228
<string>L_caron.sans.glif</string>
229229
<key>Lcommaaccent</key>
230230
<string>L_commaaccent.glif</string>
231-
<key>Lcommaaccent.sabs</key>
232-
<string>L_commaaccent.sabs.glif</string>
231+
<key>Lcommaaccent.sans</key>
232+
<string>L_commaaccent.sans.glif</string>
233233
<key>Ldot</key>
234234
<string>L_dot.glif</string>
235235
<key>Ldot.sans</key>
@@ -620,6 +620,8 @@
620620
<string>aogonek.glif</string>
621621
<key>aogonek.italic</key>
622622
<string>aogonek.italic.glif</string>
623+
<key>apostrophemod</key>
624+
<string>apostrophemod.glif</string>
623625
<key>apple</key>
624626
<string>apple.glif</string>
625627
<key>approxequal</key>

0 commit comments

Comments
 (0)