You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: profile-universal/src/checks/hhea.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ use fontspector_checkapi::{prelude::*, testfont, FileTypeConvert};
2
2
use read_fonts::TableProvider;
3
3
4
4
#[check(
5
-
id = "com.google.fonts/check/maxadvancewidth",
5
+
id = "opentype/maxadvancewidth",
6
6
title = "MaxAdvanceWidth is consistent with values in the Hmtx and Hhea tables?",
7
7
rationale = "The 'hhea' table contains a field which specifies the maximum advance width. This value should be consistent with the maximum advance width of all glyphs specified in the 'hmtx' table.",
Copy file name to clipboardexpand all lines: profile-universal/src/checks/unwanted_tables.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The current recommendation is to completely remove the DSIG table."),
16
16
];
17
17
18
18
#[check(
19
-
id = "com.google.fonts/check/unwanted_tables",
19
+
id = "unwanted_tables",
20
20
title = "Are there unwanted tables?",
21
21
rationale = "Some font editors store source data in their own SFNT tables, and these can sometimes sneak into final release files, which should only have OpenType spec tables.",
0 commit comments