Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uni01F0: Add bottom anchor #125

Merged
merged 5 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ uharfbuzz==0.37.0
unicodedata2==15.0.0
vttLib==0.9.0
fontbakery==0.8.9
glyphsets==0.5.0
4 changes: 2 additions & 2 deletions scripts/regression_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ set -e

mkdir -p prev_release

OLD_FONT=prev_release/Roboto\[ital\,wdth\,wght\].ttf
OLD_FONT=prev_release/hinted/Roboto\[ital\,wdth\,wght\].ttf
GENNED_FONT=fonts/hinted/Roboto\[ital\,wdth\,wght\].ttf

curl -s https://api.github.com/repos/googlefonts/roboto-classic/releases/latest \
| grep "https://github.com/googlefonts/roboto-classic/releases/download/*" \
| cut -d ":" -f 2,3 \
| tr -d \"\, \
| wget -i -
unzip -po Roboto_*.zip "Roboto_v3.008/hinted/Roboto\[ital\,wdth\,wght\].ttf" > $OLD_FONT
unzip Roboto_*.zip -d prev_release


# Diff old hinted variable font against current
Expand Down
2 changes: 1 addition & 1 deletion scripts/subset_for_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main(argv):
features_to_keep = [
'c2sc', 'ccmp', 'cpsp', 'dlig', 'dnom', 'frac', 'kern', 'liga', 'lnum',
'locl', 'numr', 'onum', 'pnum', 'smcp', 'ss01', 'ss02', 'ss03', 'ss04',
'ss05', 'ss06', 'ss07', 'tnum', 'sups', 'subs']
'ss05', 'ss06', 'ss07', 'tnum', 'sups', 'subs', 'mark', 'mkmk']

source_filename = argv[1]
target_filename = argv[2]
Expand Down
2 changes: 1 addition & 1 deletion sources/Roboto-Black.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/Roboto-Black.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="275" y="1269" name="parent_top"/>
<anchor x="605" y="1269" name="top0315"/>
<anchor x="275" y="1629" name="top"/>
<anchor x="190" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-217" yOffset="-21"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/Roboto-BlackItalic.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/Roboto-BlackItalic.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="382.34120049244734" y="1269" name="parent_top"/>
<anchor x="702.4412004924474" y="1269" name="top0315"/>
<anchor x="444.66116669218195" y="1629" name="top"/>
<anchor x="1.3237947361707398" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-214.11842333384368" yOffset="-21"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/Roboto-Italic.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/Roboto-Italic.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="370.1555592221201" y="1249" name="parent_top"/>
<anchor x="612.65555922212" y="1249" name="top0315"/>
<anchor x="428.94717923130565" y="1586" name="top"/>
<anchor x="1.3237947361707398" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-185.56406460417094" yOffset="-41"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/Roboto-Regular.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/Roboto-Regular.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="266" y="1249" name="parent_top"/>
<anchor x="516" y="1249" name="top0315"/>
<anchor x="266" y="1586" name="top"/>
<anchor x="190" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-184" yOffset="-41"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/Roboto-Thin.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/Roboto-Thin.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="209" y="1249" name="parent_top"/>
<anchor x="422" y="1249" name="top0315"/>
<anchor x="209" y="1501" name="top"/>
<anchor x="190" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-188" yOffset="-39"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/Roboto-ThinItalic.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/Roboto-ThinItalic.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="314.86555922212005" y="1249" name="parent_top"/>
<anchor x="521.4755592221201" y="1249" name="top0315"/>
<anchor x="358.5051397053819" y="1501" name="top"/>
<anchor x="1.3237947361707398" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-189.09850047713826" yOffset="-39"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/RobotoCondensed-Bold.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/RobotoCondensed-Bold.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="261" y="1264" name="parent_top"/>
<anchor x="531" y="1264" name="top0315"/>
<anchor x="261" y="1620" name="top"/>
<anchor x="180" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-175" yOffset="-26"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/RobotoCondensed-BoldItalic.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="367.89729017486553" y="1264" name="parent_top"/>
<anchor x="629.7972901748655" y="1264" name="top0315"/>
<anchor x="429.65003843811655" y="1620" name="top"/>
<anchor x="-8.376205263829249" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-174.24233365142544" yOffset="-26"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/RobotoCondensed-Italic.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/RobotoCondensed-Italic.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="356.5755592221201" y="1249" name="parent_top"/>
<anchor x="566.0955592221201" y="1249" name="top0315"/>
<anchor x="415.2371792313056" y="1586" name="top"/>
<anchor x="-8.376205263829249" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-157.43406460417089" yOffset="-41"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/RobotoCondensed-Light.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/RobotoCondensed-Light.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="224" y="1249" name="parent_top"/>
<anchor x="421" y="1249" name="top0315"/>
<anchor x="224" y="1545" name="top"/>
<anchor x="180" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-156" yOffset="-40"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/RobotoCondensed-LightItalic.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="329.4155592221201" y="1249" name="parent_top"/>
<anchor x="520.5055592221202" y="1249" name="top0315"/>
<anchor x="380.7903325636182" y="1545" name="top"/>
<anchor x="-8.376205263829249" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-158.23128254065443" yOffset="-40"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/RobotoCondensed-Regular.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
<key>year</key>
Expand Down
1 change: 1 addition & 0 deletions sources/RobotoCondensed-Regular.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="252" y="1249" name="parent_top"/>
<anchor x="468" y="1249" name="top0315"/>
<anchor x="252" y="1586" name="top"/>
<anchor x="180" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-155" yOffset="-41"/>
Expand Down
2 changes: 1 addition & 1 deletion sources/RobotoCondensed-Thin.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<key>versionMajor</key>
<integer>3</integer>
<key>versionMinor</key>
<integer>9</integer>
<integer>10</integer>
<key>xHeight</key>
<integer>1082</integer>
</dict>
Expand Down
1 change: 1 addition & 0 deletions sources/RobotoCondensed-Thin.ufo/glyphs/uni01F_0.glif
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<anchor x="200.0" y="1249.0" name="parent_top"/>
<anchor x="382.0" y="1249.0" name="top0315"/>
<anchor x="200.0" y="1509.0" name="top"/>
<anchor x="181" y="-459" name="bottom"/>
<outline>
<component base="uni0237"/>
<component base="caron" xOffset="-158" yOffset="-39"/>
Expand Down
Loading