Skip to content

Commit

Permalink
Merge branch 'main' into isolate-aat-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Sep 11, 2024
2 parents 8777689 + 12a87b5 commit 4c775cf
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 163 deletions.
2 changes: 1 addition & 1 deletion scripts/gen-tag-table.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def rank_delta(bcp_47, ot):

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


Expand Down
1 change: 1 addition & 0 deletions src/hb/face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use super::aat_tables::AatTables;
use super::buffer::GlyphPropsFlags;
use super::common::TagExt;
use super::fonta;
use super::common::TagExt;
use super::ot_layout::TableIndex;
use crate::Variation;

Expand Down
Loading

0 comments on commit 4c775cf

Please sign in to comment.