We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe9d95 commit c52ca71Copy full SHA for c52ca71
profile-universal/src/lib.rs
@@ -19,6 +19,10 @@ impl fontspector_checkapi::Plugin for Universal {
19
cr.register_check(checks::glyf::glyf_unused_data);
20
cr.register_check(checks::glyf::check_point_out_of_bounds);
21
cr.register_check(checks::glyf::check_glyf_non_transformed_duplicate_components);
22
+ cr.register_check(checks::head::equal_font_versions);
23
+ cr.register_check(checks::head::font_version);
24
+ cr.register_check(checks::head::mac_style);
25
+ cr.register_check(checks::head::unitsperem);
26
cr.register_check(checks::hhea::caret_slope);
27
cr.register_check(checks::hhea::maxadvancewidth);
28
cr.register_check(checks::name::check_name_no_copyright_on_description);
0 commit comments