Skip to content

Commit

Permalink
Fix compat-ligature building (#667).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Aug 16, 2020
1 parent f250cef commit 664511a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changes/3.4.3.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Fix conflicting CV tag of `VXDA`. Variant for `l` is renamed to `VXDL` (#668).
* Fix conflicting CV tag of `VXDA`. Variant for `l` is renamed to `VXDL` (#668).
* Fix compat-ligature building (#667).
1 change: 0 additions & 1 deletion font-src/otl/compat-ligature.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export : define [BuildCompatLigatures glyphStore GSUB GDEF config] : begin
local g1 : new Glyph g1Name
set g1.advanceWidth 0
set g1.autoRefPriority 1
set g1.unicode {cldef.unicode}
foreach [gn : items-of gnames] : begin
local g : glyphStore.queryByName gn
g1.applyTransform : new Transform 1 0 0 1 (-g1.advanceWidth) 0
Expand Down

0 comments on commit 664511a

Please sign in to comment.