Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: "3.11"
- run: pip install fonttools==4.50
- run: pip install fonttools==4.62
- uses: dtolnay/rust-toolchain@78c2cd7546db85145bb10485288dd4e5063c5093 # 1.89.0
- run: cargo build
- run: cargo build --no-default-features
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/Cantarell-VF_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/Cantarell-VF_2.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/ClickerScript-Regular_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/DejaVuSansMono_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/LatinModernRoman-Regular_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="OTTO" ttLibVersion="4.50">
<ttFont sfntVersion="OTTO" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/MPLUS1p-Regular_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/NewCMMath-Regular_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="OTTO" ttLibVersion="4.50">
<ttFont sfntVersion="OTTO" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/NotoSans-Regular_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/NotoSans-Regular_var_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/NotoSans-Regular_var_2.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/NotoSans-Regular_var_3.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/NotoSansCJKsc-Bold-subset1_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="OTTO" ttLibVersion="4.50">
<ttFont sfntVersion="OTTO" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/NotoSansCJKsc-Regular_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="OTTO" ttLibVersion="4.50">
<ttFont sfntVersion="OTTO" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
2 changes: 1 addition & 1 deletion tests/ttx/Roboto-Regular_1.ttx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.50">
<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.62">

<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
Expand Down
Loading