name

fontbakery.profiles.name.PANOSE_expected(family_type)[source][source]
fontbakery.profiles.name.PANOSE_is_monospaced(panose)[source][source]
com.adobe.fonts/check/family/consistent_family_name[source][source]

Verify that family names in the name table are consistent across all fonts in the family. Checks Typographic Family name (nameID 16) if present, otherwise uses Font Family name (nameID 1)

Rationale:

Per the OpenType spec:
  • “…many existing applications that use this pair of names assume that a Font Family name is shared by at most four fonts that form a font style-linking group”

  • “For extended typographic families that includes fonts other than the four basic styles(regular, italic, bold, bold italic), it is strongly recommended that name IDs 16 and 17 be used in fonts to create an extended, typographic grouping.”

  • “If name ID 16 is absent, then name ID 1 is considered to be the typographic family name.”

https://learn.microsoft.com/en-us/typography/opentype/spec/name

Fonts within a font family all must have consistent names in the Typographic Family name (nameID 16) or Font Family name (nameID 1), depending on which it uses.

Inconsistent font/typographic family names across fonts in a family can result in unexpected behaviors, such as broken style linking.

com.adobe.fonts/check/family/max_4_fonts_per_family_name[source][source]

Verify that each group of fonts with the same nameID 1 has maximum of 4 fonts.

Rationale:

Per the OpenType spec:

‘The Font Family name […] should be shared among at most four fonts that differ only in weight or style […]’

com.adobe.fonts/check/name/empty_records[source][source]

Check name table for empty records.

Rationale:

Check the name table for empty records, as this can cause problems in Adobe apps.

com.adobe.fonts/check/name/postscript_name_consistency[source][source]

Name table ID 6 (PostScript name) must be consistent across platforms.

Rationale:

The PostScript name entries in the font’s ‘name’ table should be consistent across platforms.

This is the TTF/CFF2 equivalent of the CFF ‘name/postscript_vs_cff’ check.

com.adobe.fonts/check/name/postscript_vs_cff[source][source]

CFF table FontName must match name table ID 6 (PostScript name).

Rationale:

The PostScript name entries in the font’s ‘name’ table should match the FontName string in the ‘CFF ‘ table.

The ‘CFF ‘ table has a lot of information that is duplicated in other tables. This information should be consistent across tables, because there’s no guarantee which table an app will get the data from.

com.adobe.fonts/check/postscript_name[source][source]

PostScript name follows OpenType specification requirements?

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

Font follows the family naming recommendations?

Legacy check originally simply called ‘check/071’. We used to lack richer metadata back in 2015. We’re open to further improvements to this description.

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

Checking correctness of monospaced metadata.

Rationale:

There are various metadata in the OpenType spec to specify if a font is monospaced or not. If the font is not truly monospaced, then no monospaced metadata should be set (as sometimes they mistakenly are…)

Requirements for monospace fonts:

Also we should report an error for glyphs not of average width.

Please also note:

Thomas Phinney told us that a few years ago (as of December 2019), if you gave a font a monospace flag in Panose, Microsoft Word would ignore the actual advance widths and treat it as monospaced.

Source: https://typedrawers.com/discussion/comment/45140/#Comment_45140

Legacy check originally simply called ‘check/033’. We used to lack richer metadata back in 2015. We’re open to further improvements to this description.

com.google.fonts/check/name/italic_names[source][source]

Check name table IDs 1, 2, 16, 17 to conform to Italic style.

Rationale:

This check ensures that several entries in the name table conform to the font’s Upright or Italic style, namely IDs 1 & 2 as well as 16 & 17 if they’re present.

com.google.fonts/check/name/match_familyname_fullfont[source][source]

Does full font name begin with the font family name?

Rationale:

The FULL_FONT_NAME entry in the ‘name’ table should start with the same string as the Family Name (FONT_FAMILY_NAME, TYPOGRAPHIC_FAMILY_NAME or WWS_FAMILY_NAME).

If the Family Name is not included as the first part of the Full Font Name, and the user embeds the font in a document using a Microsoft Office app, the app will fail to render the font when it opens the document again.

NOTE: Up until version 1.5, the OpenType spec included the following exception in the definition of Full Font Name:

“An exception to the [above] definition of Full font name is for Microsoft platform strings for CFF OpenType fonts: in this case, the Full font name string must be identical to the PostScript FontName in the CFF Name INDEX.”

https://docs.microsoft.com/en-us/typography/opentype/otspec150/name#name-ids

Legacy check originally simply called ‘check/068’. We used to lack richer metadata back in 2015. We’re open to further improvements to this description.

Description strings in the name table must not contain copyright info.

Legacy check originally simply called ‘check/031’. We used to lack richer metadata back in 2015. We’re open to further improvements to this description.