layout

com.google.fonts/check/layout_valid_feature_tags[source][source]

Does the font have any invalid feature tags?

Rationale:

Incorrect tags can be indications of typos, leftover debugging code or questionable approaches, or user error in the font editor. Such typos can cause features and language support to fail to work as intended.

com.google.fonts/check/layout_valid_language_tags[source][source]

Does the font have any invalid language tags?

Rationale:

Incorrect language tags can be indications of typos, leftover debugging code or questionable approaches, or user error in the font editor. Such typos can cause features and language support to fail to work as intended.

com.google.fonts/check/layout_valid_script_tags[source][source]

Does the font have any invalid script tags?

Rationale:

Incorrect script tags can be indications of typos, leftover debugging code or questionable approaches, or user error in the font editor. Such typos can cause features and language support to fail to work as intended.

fontbakery.profiles.layout.feature_tags(ttFont)[source][source]
fontbakery.profiles.layout.language_tags(ttFont)[source][source]
fontbakery.profiles.layout.script_tags(ttFont)[source][source]