#1170 Fix spelling errors
Merged 2 years ago by tibbs. Opened 2 years ago by fed500.
Unknown source typo-fix  into  master

@@ -88,10 +88,10 @@

  ** `style` MUST contain only _Weight_, _Width_ or _Slope_ attributes (ideal WWS subfamily name, Name ID 22),

  **  Name ID 21 & 22 fields may exist or not in the packaged font files, and may be correct or not. The packager MUST set the correct value at the fontconfig level if the value fontconfig extracts from font files is incorrect.

  * [x] Fontconfig rules MUST rewrite `family` to remove format attributes when they exist,

- ** for exemple: `OT`, `TT`, `Variable`, `Graphite`, `G`, etc,

+ ** for example: `OT`, `TT`, `Variable`, `Graphite`, `G`, etc,

  ** except when <<Packaging a font family in multiple OpenType formats; application support>>; in that case the removal MUST only be done for the font package providing the default format.

  * [x] Fontconfig rules MUST rewrite `family` to remove coverage attributes when they exist,

- ** for exemple: `Math`, `Emoji`, `Color Emoji`, `Hebrew`, `Arabic`, `Thai`, `LGC`, etc,

+ ** for example: `Math`, `Emoji`, `Color Emoji`, `Hebrew`, `Arabic`, `Thai`, `LGC`, etc,

  ** except when several font files provide the same coverage, requiring a qualifier to distinguish between them; in that case the removal MUST be done for the default file, and other files MUST be treated as parts of separate font families.

  * [x] Fontconfig rules MUST rewrite `fullname` to `<family> <style>` if it has a different value,

  ** either natively or as a result of previous rewrites,
@@ -297,7 +297,7 @@

  

  Additionnally:

  

- * [x] axis keywords SHOULD NOT use whitespace, for obvious software processing constrains,

+ * [x] axis keywords SHOULD NOT use whitespace, due to software processing constraints,

  ** `SemiCondensed` is a good keyword; `Semi Condensed` — not.

  * [x] keywords SHOULD be assembled in `width weight slant` order in style names, for historical reasons,

  ** with the default `Regular` ommited except when alone.

no initial comment

Pull-Request has been merged by tibbs

2 years ago
Metadata