Open vv-monsalve opened 3 years ago
The following warns were reported for the Bold weight. Please, inspect the complete FB report and ensure everything is ok for all fonts in Gayathri.
--- Rationale --- Visually QAing thousands of glyphs by hand is tiring. Most glyphs can only be constructured in a handful of ways. This means a glyph's contour count will only differ slightly amongst different fonts, e.g a 'g' could either be 2 or 3 contours, depending on whether its double story or single story. However, a quotedbl should have 2 contours, unless the font belongs to a display family. This check currently does not cover variable fonts because there's plenty of alternative ways of constructing glyphs with multiple outlines for each feature in a VarFont. The expected contour count data for this check is currently optimized for the typical construction of glyphs in static fonts.* ⚠ **WARN** This check inspects the glyph outlines and detects the total number of contours in each of them. The expected values are infered from the typical ammounts of contours observed in a large collection of reference font families. The divergences listed below may simply indicate a significantly different design on some of your glyphs. On the other hand, some of these may flag actual bugs in the font such as glyphs mapped to an incorrect codepoint. Please consider reviewing the design and codepoint assignment of these to make sure they are correct. The following glyphs do not have the recommended number of contours: Glyph name: uni00AD Contours detected: 0 Expected: 1 Glyph name: ZWNJ Contours detected: 1 Expected: 0 Glyph name: ZWJ Contours detected: 2 Expected: 0 Glyph name: uni25CC Contours detected: 8 Expected: 16 or 12 Glyph name: rupee Contours detected: 1 Expected: 3 Glyph name: uni00AD Contours detected: 0 Expected: 1 Glyph name: uni25CC Contours detected: 8 Expected: 16 or 12 [code: contour-count]
--- Rationale --- Glyphs in the GDEF mark glyph class should be non-spacing. Spacing glyphs in the GDEF mark glyph class may have incorrect anchor positioning that was only intended for building composite glyphs during design.* ⚠ **WARN** The following spacing glyphs may be in the GDEF mark glyph class by mistake: dotreph and xx [code: spacing-mark-glyphs]
--- Rationale --- Mark characters should be in the GDEF mark glyph class.* ⚠ **WARN** The following mark characters could be in the GDEF mark glyph class: U+0D00, U+0D01, U+0D02, U+0D03, U+0D3B, U+0D3C, U+0D3E, U+0D3F, U+0D40, U+0D41, U+0D42, U+0D43, U+0D44, U+0D46, U+0D47, U+0D48, U+0D4A, U+0D4B, U+0D4C, U+0D57, U+0D62 and U+0D63 [code: mark-chars]
--- Rationale --- Glyphs in the GDEF mark glyph class become non-spacing and may be repositioned if they have mark anchors. Only combining mark glyphs should be in that class. Any non-mark glyph must not be in that class, in particular spacing glyphs.* ⚠ **WARN** The following non-mark characters should not be in the GDEF mark glyph class: U+0D4E [code: non-mark-chars]
The fails reported for v1.220
fonts
Taken from the FB checks performed after PR #2573 was updated pointing at Version 1.110-2.
Outline Quality Warns
These Warn are related to the Outline Quality Checklist, please inspect it and make sure your font is ready by fulfilling it.
⚠ WARN: Do any segments have colinear vectors?
* [com.google.fonts/check/outline_colinear_vectors](https://font-bakery.readthedocs.io/en/latest/fontbakery/profiles/⚠ WARN: Do outlines contain any jaggy segments?
* [com.google.fonts/check/outline_jaggy_segments](https://font-bakery.readthedocs.io/en/latest/fontbakery/profiles/⚠ WARN: Do outlines contain any semi-vertical or semi-horizontal lines?
* [com.google.fonts/check/outline_semi_vertical](https://font-bakery.readthedocs.io/en/latest/fontbakery/profiles/