Skip to content

Commit 4c775cf

Browse files
committed
Merge branch 'main' into isolate-aat-tables
2 parents 8777689 + 12a87b5 commit 4c775cf

File tree

3 files changed

+164
-163
lines changed

3 files changed

+164
-163
lines changed

scripts/gen-tag-table.py

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ def rank_delta(bcp_47, ot):
882882

883883
def hb_tag(tag):
884884
if tag == DEFAULT_LANGUAGE_SYSTEM:
885-
return 'Tag::new(&[0; 4])\t '
885+
return 'Tag::new(&[0; 4])'
886886
return 'Tag::new(b\"%s%s%s%s\")' % tuple(('%-4s' % tag)[:4])
887887

888888

src/hb/face.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use super::aat_tables::AatTables;
1212
use super::buffer::GlyphPropsFlags;
1313
use super::common::TagExt;
1414
use super::fonta;
15+
use super::common::TagExt;
1516
use super::ot_layout::TableIndex;
1617
use crate::Variation;
1718

0 commit comments

Comments
 (0)