Skip to content

Commit

Permalink
STIX Two v2.13 b171
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmjones committed May 26, 2021
1 parent adfad5d commit 744a22a
Show file tree
Hide file tree
Showing 3,397 changed files with 705 additions and 70,531 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions FONTLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ basis of STIX as follows:
ChangeLog
---------

26 May 2021, STIX Two, version 2.13 b171

Variable and interpolated font bug fixes.

28 April 2021, STIX Two, version 2.13

Variable and interpolated font bug fixes.
Expand Down
6 changes: 2 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ fi

if ! test -d ${VENV}; then
echo "Creating Python virtual environment"
rm -rf ${VENV}
python3 -m venv ${VENV}
source ${VENV}/bin/activate
python3 -m pip install ${PIPOPTS} -U pip
fi

source ${VENV}/bin/activate
echo "Installing Python requirements"
python3 -m pip install ${PIPOPTS} -r requirements.txt
python3 -m pip install ${PIPOPTS} -U pip
python3 -m pip install ${PIPOPTS} --no-deps -r requirements.txt

rm -rf ${BUILD}
mkdir -p ${BUILD}/masters
Expand Down
4 changes: 3 additions & 1 deletion fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ Corresponding _woff2 folders contain compressed webfont versions of each format.

-

All the font formats are generated from the same set of sources, using the build process described in the main project readme, and the static fonts correspond to named instances in the variable fonts.
All the font formats are generated from the same set of sources, using the build process described in the main project readme, and the static fonts correspond to named instances in the variable fonts.

Note that the build process also generates the older WOFF webfont format, but these files are not made available as part of the standard distribution; run the build process locally to obtain WOFF files.
Binary file modified fonts/static_otf/STIXTwoMath-Regular.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-Bold.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-BoldItalic.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-Italic.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-Medium.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-MediumItalic.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-Regular.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-SemiBold.otf
Binary file not shown.
Binary file modified fonts/static_otf/STIXTwoText-SemiBoldItalic.otf
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoMath-Regular.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-Bold.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-BoldItalic.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-Italic.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-Medium.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-MediumItalic.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-Regular.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-SemiBold.woff2
Binary file not shown.
Binary file modified fonts/static_otf_woff2/STIXTwoText-SemiBoldItalic.woff2
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoMath-Regular.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-Bold.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-Italic.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-Medium.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-Regular.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-SemiBold.ttf
Binary file not shown.
Binary file modified fonts/static_ttf/STIXTwoText-SemiBoldItalic.ttf
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoMath-Regular.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-Bold.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-BoldItalic.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-Italic.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-Medium.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-MediumItalic.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-Regular.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-SemiBold.woff2
Binary file not shown.
Binary file modified fonts/static_ttf_woff2/STIXTwoText-SemiBoldItalic.woff2
Binary file not shown.
Binary file modified fonts/variable_ttf/STIXTwoText-Italic[wght].ttf
Binary file not shown.
Binary file modified fonts/variable_ttf/STIXTwoText[wght].ttf
Binary file not shown.
Binary file modified fonts/variable_ttf_woff2/STIXTwoText-Italic[wght].woff2
Binary file not shown.
Binary file modified fonts/variable_ttf_woff2/STIXTwoText[wght].woff2
Binary file not shown.
File renamed without changes.
90 changes: 67 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,74 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.ini
# pip-compile requirements.in
#
appdirs==1.4.4 # via fs
attrs==20.3.0 # via fontmake, ufolib2
booleanoperations==0.9.0 # via fontmake, ufo2ft
brotli==1.0.9 # via fonttools
cffsubr==0.2.7 # via -r requirements.ini, ufo2ft
compreffor==0.5.0 # via ufo2ft
cu2qu==1.6.7 # via fontmake, ufo2ft
fontmake[pathops]==2.2.0 # via -r requirements.ini
fontmath==0.6.0 # via fontmake
fonttools[lxml,ufo,unicode,woff]==4.18.0 # via -r requirements.ini, booleanoperations, cffsubr, compreffor, cu2qu, fontmake, fontmath, glyphslib, psautohint, ufo2ft, ufolib2
fs==2.4.11 # via fonttools
glyphslib==5.3.0 # via fontmake
lxml==4.6.3 # via fonttools
psautohint==2.1.1a0 # via -r requirements.ini
pyclipper==1.2.0 # via booleanoperations
pytz==2020.4 # via fs
six==1.15.0 # via fs
skia-pathops==0.6.0 # via fontmake
ttfautohint-py==0.4.3 # via -r requirements.ini
ufo2ft[cffsubr]==2.19.1 # via fontmake
ufolib2==0.8.0 # via -r requirements.ini, fontmake, glyphslib
zopfli==0.1.7 # via fonttools
appdirs==1.4.4
# via fs
attrs==20.3.0
# via
# fontmake
# ufolib2
booleanoperations==0.9.0
# via
# fontmake
# ufo2ft
brotli==1.0.9
# via fonttools
cffsubr==0.2.8
# via
# -r requirements.in
# ufo2ft
compreffor==0.5.1
# via ufo2ft
cu2qu==1.6.7
# via
# fontmake
# ufo2ft
fontmake[pathops]==2.4.0
# via -r requirements.in
fontmath==0.6.0
# via fontmake
fonttools[lxml,ufo,unicode,woff]==4.22.1
# via
# -r requirements.in
# booleanoperations
# cffsubr
# compreffor
# cu2qu
# fontmake
# fontmath
# glyphslib
# psautohint
# ufo2ft
# ufolib2
fs==2.4.13
# via fonttools
glyphslib==5.3.2
# via fontmake
lxml==4.6.3
# via fonttools
psautohint==2.3.0
# via -r requirements.in
pyclipper==1.2.1
# via booleanoperations
pytz==2021.1
# via fs
six==1.15.0
# via fs
skia-pathops==0.6.0.post2
# via fontmake
ttfautohint-py==0.4.3
# via -r requirements.in
ufo2ft[compreffor]==2.21.0
# via fontmake
ufolib2==0.11.1
# via
# -r requirements.in
# fontmake
# glyphslib
zopfli==0.1.8
# via fonttools

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Binary file modified source/STIXTwoMath-Regular.input.ttf
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion source/STIXTwoMath-Regular.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<key>openTypeNamePreferredSubfamilyName</key>
<string>Regular</string>
<key>openTypeNameVersion</key>
<string>Version 2.13 b170</string>
<string>Version 2.13 b171</string>
<key>openTypeOS2CodePageRanges</key>
<array>
<integer>0</integer>
Expand Down
4 changes: 2 additions & 2 deletions source/STIXTwoMath-Regular.vfj
Original file line number Diff line number Diff line change
Expand Up @@ -320819,7 +320819,7 @@
"vendorID":"STIX",
"versionMajor":2,
"versionMinor":130,
"version":"Version 2.13 b170",
"version":"Version 2.13 b171",
"codepageRange":"dfff0000200001ff",
"unicodeRange":"00000000020000204000fdffa00002ff",
"embedding":"0000",
Expand All @@ -320828,7 +320828,7 @@
"meta":{
"metaCreator":true,
"metaFormatVersion":8,
"metaBuild":"7644"
"metaBuild":"7649"
},
"settings":{
"settings.RoundCoordinates":"round"
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<key>openTypeNamePreferredSubfamilyName</key>
<string>Bold</string>
<key>openTypeNameVersion</key>
<string>Version 2.13 b170</string>
<string>Version 2.13 b171</string>
<key>openTypeOS2CodePageRanges</key>
<array>
<integer>0</integer>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/A_E_.c2sc.glif
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<point x="260" y="470" type="curve" smooth="yes"/>
<point x="260" y="460"/>
<point x="257" y="454"/>
<point x="255" y="450" type="curve" smooth="yes"/>
<point x="255" y="450" type="curve"/>
<point x="65" y="117" type="line"/>
<point x="22" y="44"/>
<point x="11" y="40"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/K_oppanumeric.c2sc.glif
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<point x="315" y="63" type="curve" smooth="yes"/>
<point x="315" y="75"/>
<point x="320" y="86"/>
<point x="327" y="95" type="curve" smooth="yes"/>
<point x="327" y="95" type="curve"/>
<point x="451" y="270" type="line"/>
<point x="451" y="336" type="line"/>
<point x="134" y="336" type="line"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/O_horn.c2sc.glif
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<point x="495" y="517" type="curve" smooth="yes"/>
<point x="480" y="517"/>
<point x="468" y="520"/>
<point x="459" y="522" type="curve" smooth="yes"/>
<point x="459" y="522" type="curve"/>
<point x="412" y="535"/>
<point x="371" y="541"/>
<point x="328" y="541" type="curve" smooth="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/V_.c2sc.glif
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<point x="501" y="462" type="curve" smooth="yes"/>
<point x="501" y="447"/>
<point x="495" y="434"/>
<point x="493" y="429" type="curve" smooth="yes"/>
<point x="493" y="429" type="curve"/>
<point x="401" y="217" type="line"/>
<point x="369" y="136" type="line"/>
<point x="363" y="136" type="line"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/V_.glif
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<point x="412" y="168" type="line"/>
<point x="404" y="168" type="line"/>
<point x="366" y="266" type="line"/>
<point x="253" y="520" type="line" smooth="yes"/>
<point x="253" y="520" type="line"/>
<point x="246" y="537"/>
<point x="241" y="559"/>
<point x="241" y="574" type="curve" smooth="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/aleph.glif
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<point x="508" y="122" type="line"/>
<point x="527" y="103"/>
<point x="588" y="51"/>
<point x="601" y="11" type="curve" smooth="yes"/>
<point x="601" y="11" type="curve"/>
<point x="603" y="4"/>
<point x="604" y="-5"/>
<point x="604" y="-14" type="curve"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="breveinvertedlongcomb.cap" format="2">
<anchor x="-200" y="657" name="_top"/>
<anchor x="-200" y="675" name="_top.mkmk"/>
<anchor x="-2" y="852" name="top.mkmk"/>
<outline>
<contour>
Expand Down
2 changes: 0 additions & 2 deletions source/STIXTwoText-Bold.ufo/glyphs/breveinvertedlongcomb.glif
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="breveinvertedlongcomb" format="2">
<unicode hex="0361"/>
<anchor x="-200" y="473" name="_top"/>
<anchor x="-200" y="492" name="_top.mkmk"/>
<anchor x="-2" y="700" name="top.mkmk"/>
<outline>
<contour>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/c.D_e.c2sc.glif
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<point x="193" y="436" type="curve" smooth="yes"/>
<point x="193" y="323"/>
<point x="134" y="72"/>
<point x="36" y="53" type="curve" smooth="yes"/>
<point x="36" y="53" type="curve"/>
<point x="28" y="51"/>
<point x="14" y="49"/>
<point x="0" y="48" type="curve"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/c.de.glif
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<point x="169" y="375" type="curve" smooth="yes"/>
<point x="169" y="252"/>
<point x="117" y="66"/>
<point x="24" y="49" type="curve" smooth="yes"/>
<point x="24" y="49" type="curve"/>
<point x="15" y="47"/>
<point x="9" y="47"/>
<point x="2" y="46" type="curve"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/c.izhitsa.glif
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<point x="312" y="127" type="line"/>
<point x="303" y="127" type="line"/>
<point x="285" y="189" type="line"/>
<point x="211" y="365" type="line" smooth="yes"/>
<point x="211" y="365" type="line"/>
<point x="205" y="378"/>
<point x="201" y="393"/>
<point x="201" y="405" type="curve" smooth="yes"/>
Expand Down
6 changes: 3 additions & 3 deletions source/STIXTwoText-Bold.ufo/glyphs/daggerdbl.glif
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<point x="345" y="-112" type="curve" smooth="yes"/>
<point x="345" y="-95"/>
<point x="342" y="-80"/>
<point x="337" y="-65" type="curve" smooth="yes"/>
<point x="337" y="-65" type="curve"/>
<point x="325" y="-25"/>
<point x="302" y="11"/>
<point x="302" y="67" type="curve" smooth="yes"/>
Expand All @@ -22,7 +22,7 @@
<point x="304" y="459" type="curve" smooth="yes"/>
<point x="304" y="529"/>
<point x="323" y="560"/>
<point x="335" y="594" type="curve" smooth="yes"/>
<point x="335" y="594" type="curve"/>
<point x="341" y="609"/>
<point x="345" y="625"/>
<point x="345" y="646" type="curve" smooth="yes"/>
Expand All @@ -34,7 +34,7 @@
<point x="209" y="646" type="curve" smooth="yes"/>
<point x="209" y="626"/>
<point x="213" y="611"/>
<point x="218" y="595" type="curve" smooth="yes"/>
<point x="218" y="595" type="curve"/>
<point x="230" y="561"/>
<point x="249" y="529"/>
<point x="249" y="459" type="curve" smooth="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/ddblstruckitalic.glif
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<point x="385" y="305" type="curve" smooth="yes"/>
<point x="385" y="292"/>
<point x="383" y="284"/>
<point x="382" y="278" type="curve" smooth="yes"/>
<point x="382" y="278" type="curve"/>
<point x="362" y="181" type="line" smooth="yes"/>
<point x="345" y="96"/>
<point x="275" y="30"/>
Expand Down
9 changes: 3 additions & 6 deletions source/STIXTwoText-Bold.ufo/glyphs/esh.glif
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
<point x="443" y="697"/>
<point x="381" y="717"/>
<point x="307" y="717" type="curve" smooth="yes"/>
<point x="228" y="717"/>
<point x="171" y="690"/>
<point x="134" y="645" type="curve" smooth="yes"/>
<point x="99" y="601"/>
<point x="82" y="541"/>
<point x="155" y="717"/>
<point x="82" y="617"/>
<point x="82" y="473" type="curve" smooth="yes"/>
<point x="82" y="-78" type="line" smooth="yes"/>
<point x="82" y="-156"/>
Expand All @@ -48,7 +45,7 @@
<lib>
<dict>
<key>public.markColor</key>
<string>0.6,1,0.602,1</string>
<string>1,0.801,0.6,1</string>
</dict>
</lib>
</glyph>
9 changes: 3 additions & 6 deletions source/STIXTwoText-Bold.ufo/glyphs/eshcurl.glif
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
<point x="225" y="638"/>
<point x="237" y="668"/>
<point x="276" y="668" type="curve" smooth="yes"/>
<point x="294" y="668"/>
<point x="305" y="663"/>
<point x="323" y="626" type="curve" smooth="yes"/>
<point x="341" y="587"/>
<point x="354" y="574"/>
<point x="333" y="668"/>
<point x="314" y="574"/>
<point x="385" y="574" type="curve" smooth="yes"/>
<point x="412" y="574"/>
<point x="443" y="590"/>
Expand Down Expand Up @@ -68,7 +65,7 @@
<lib>
<dict>
<key>public.markColor</key>
<string>0.6,1,0.602,1</string>
<string>1,0.801,0.6,1</string>
</dict>
</lib>
</glyph>
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/estimated.glif
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<point x="182" y="518" type="line" smooth="yes"/>
<point x="182" y="547"/>
<point x="184" y="547"/>
<point x="198" y="561" type="curve" smooth="yes"/>
<point x="198" y="561" type="curve"/>
<point x="248" y="614"/>
<point x="343" y="658"/>
<point x="434" y="658" type="curve" smooth="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/gammaL_atinraised.glif
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<point x="332" y="218"/>
<point x="278" y="341" type="curve"/>
<point x="255" y="414" type="line"/>
<point x="202" y="544" type="line" smooth="yes"/>
<point x="202" y="544" type="line"/>
<point x="198" y="555"/>
<point x="193" y="567"/>
<point x="194" y="577" type="curve"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/hitalic.glif
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<point x="434" y="91"/>
<point x="438" y="103"/>
<point x="438" y="103" type="curve"/>
<point x="494" y="334" type="line" smooth="yes"/>
<point x="494" y="334" type="line"/>
<point x="497" y="348"/>
<point x="503" y="382"/>
<point x="503" y="408" type="curve" smooth="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion source/STIXTwoText-Bold.ufo/glyphs/k.sups.glif
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<point x="297" y="584" type="curve" smooth="yes"/>
<point x="297" y="575"/>
<point x="291" y="568"/>
<point x="286" y="563" type="curve" smooth="yes"/>
<point x="286" y="563" type="curve"/>
<point x="203" y="468" type="line"/>
<point x="200" y="468" type="line"/>
<point x="200" y="809" type="line"/>
Expand Down
Loading

0 comments on commit 744a22a

Please sign in to comment.