From a19ec824878a3a3a4bbfd30437f138a7362ca9a6 Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Wed, 13 Sep 2023 15:47:52 -0400 Subject: [PATCH] [write-fonts] Some PairPos f.2 cleanup The harfbuzz implementation tracks the max size of a few tables since it needs to know this in order to allocated space for them, which is not necessary for us. This also removes an outdated comment. --- write-fonts/src/graph/splitting.rs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/write-fonts/src/graph/splitting.rs b/write-fonts/src/graph/splitting.rs index b623264f0..b499d262b 100644 --- a/write-fonts/src/graph/splitting.rs +++ b/write-fonts/src/graph/splitting.rs @@ -235,8 +235,6 @@ fn split_pair_pos_format_2(graph: &mut Graph, subtable: ObjectId) -> Option Option + if has_device_tables { for class2rec in class1rec.unwrap().class2_records.iter() { let class2rec = class2rec.as_ref().unwrap();