Skip to content

whitespace_glyphs

Simon Cozens edited this page May 8, 2025 · 2 revisions

Font contains glyphs for whitespace characters?

whitespace_glyphs

  • Applies to: TTF
  • Fontspector can hotfix?: no
  • Fontspector can fix sources?: no

Rationale

The OpenType specification recommends that fonts should contain glyphs for the following whitespace characters:

  • U+0020 SPACE
  • U+00A0 NO-BREAK SPACE

The space character is required for text processing, and the no-break space is useful to prevent line breaks at its position. It is also recommended to have a glyph for the tab character (U+0009) and the soft hyphen (U+00AD), but these are not mandatory.

Proposal

Profiles

  • universal (in section 'Universal Profile Checks')

  • googlefonts (in section 'Universal Profile Checks')

Clone this wiki locally