If you think a check is flawed or have an idea for a check, please file an issue at https://github.com/fonttools/fontbakery/issues and remember to include a pointer to the repo and branch you're checking.
Summary
💥 ERROR | ☠ FATAL | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
---|---|---|---|---|---|---|
0 | 0 | 4 | 11 | 64 | 9 | 158 |
0% | 0% | 2% | 4% | 26% | 4% | 64% |
Meaning of check results:
- 💥 An ERROR is something wrong with FontBakery itself, possibly a bug.
- ☠ A FATAL is an extremely severe issue that must be addressed immediately.
- 🔥 A FAIL is a problem with the font that must be fixed.
- ⚠️ A WARN is something that you should consider addressing.
- ℹ️ An INFO result simply prints something useful. Typically stats.
- ✅ A PASS means the font looks good for the given checking routine.
- ⏩ And a SKIP happens when the check does not apply to the given font.
If you get ERRORs, please help us improve the tool by reporting them at our issue tracker.
(but other kinds of bug reports and/or feature requests are also always welcome, of course!)
FontBakery version: 0.12.10
OpenType Specification Checks
⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩Fonts have consistent underline thickness?
Fonts have consistent PANOSE family type?
Make sure all font files have the same version value.
Check that OS/2.fsSelection bold & italic settings are unique for each NameID1
Verify that each group of fonts with the same nameID 1 has maximum of 4 fonts.
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)
CFF table FontName must match name table ID 6 (PostScript name).
Name table ID 6 (PostScript name) must be consistent across platforms.
Check name table for empty records.
Description strings in the name table must not contain copyright info.
Does full font name begin with the font family name?
The variable font 'wght' (Weight) axis coordinate must be 400 on the 'Regular' instance.
The variable font 'wdth' (Width) axis coordinate must be 100 on the 'Regular' instance.
The variable font 'slnt' (Slant) axis coordinate must be zero on the 'Regular' instance.
The variable font 'ital' (Italic) axis coordinate must be zero on the 'Regular' instance.
The variable font 'opsz' (Optical Size) axis coordinate should be between 10 and 16 on the 'Regular' instance.
The variable font 'slnt' (Slant) axis coordinate specifies positive values in its range?
The variable font 'ital' (Italic) axis coordinates is in a valid range?
The variable font 'wght' (Weight) axis coordinate must be within spec range of 1 to 1000 on all instances.
The variable font 'wdth' (Width) axis coordinate must strictly greater than zero.
All fvar axes have a correspondent Axis Record on STAT table?
Does the number of glyphs in the loca table match the maxp table?
EXPERIMENTAL CHECK - Since 2024/Jun/20
Does the font's CFF table top dict strings fit into the ASCII range?
Is the CFF subr/gsubr call depth > 10?
Does the font use deprecated CFF operators or operations?
Is the CFF2 subr/gsubr call depth > 10?
Checking font version fields (head and name table).
Font has correct post table version?
Checking correctness of monospaced metadata.
Check if OS/2 xAvgCharWidth is correct.
Check if OS/2 fsSelection matches head macStyle bold and italic bits.
Checking unitsPerEm value is reasonable.
Does the font have a DSIG table?
Check glyphs in mark glyph class are non-spacing.
Check mark characters are in GDEF mark glyph class.
Check GDEF mark glyph class doesn't have characters that are not marks.
Does GPOS table have kerning information? This check skips monospaced fonts as defined by post.isFixedPitch value
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
GPOS table lacks kerning information.
[code: lacks-kern-info]
Is there a usable "kern" table declared in the font?
Is there any unused data at the end of the glyf table?
Font follows the family naming recommendations?
MaxAdvanceWidth is consistent with values in the Hmtx and Hhea tables?
PostScript name follows OpenType specification requirements?
Check for points out of bounds.
Check glyphs do not have duplicate components which have the same x,y coordinates.
Check code page character ranges
Does the font have any invalid feature tags?
Does the font have any invalid script tags?
Does the font have any invalid language tags?
Checking post.italicAngle value.
Checking head.macStyle value.
Checking OS/2 fsSelection value.
Check name table IDs 1, 2, 16, 17 to conform to Italic style.
Validates that the value of axisNameID used by each VariationAxisRecord is greater than 255 and less than 32768.
Validates that the value of subfamilyNameID used by each InstanceRecord is 2, 17, or greater than 255 and less than 32768.
Validates that the value of postScriptNameID used by each InstanceRecord is 6, 0xFFFF, or greater than 255 and less than 32768.
Validates that when an instance record is included for the default instance, its subfamilyNameID value is set to a name ID whose string is equal to the string of either name ID 2 or 17, and its postScriptNameID value is set to a name ID whose string is equal to the string of name ID 6.
Validates that all of the instance records in a given font have the same size.
Validates that all of the instance records in a given font have distinct data.
Validate foundry-defined design-variation axis tag names.
Check that family axis ranges are indentical
STAT table has Axis Value tables?
Checking OS/2 achVendID against configuration.
Check hhea.caretSlopeRise and hhea.caretSlopeRun
Ensure VFs have 'ital' STAT axis.
Ensure 'ital' STAT axis is boolean value
Ensure 'ital' STAT axis is last.
Universal Profile Checks
🔥🔥⚠️⚠️⏩⏩⏩⏩⏩⏩⏩ℹ️Check accent of Lcaron, dcaron, lcaron, tcaron
Check that glyph for U+0675 ARABIC LETTER HIGH HAMZA is not a mark.
Check that Arabic spacing symbols U+FBB2–FBC1 aren't classified as marks.
Ensure the font supports case swapping for all its glyphs.
Does the font contain chws and vchw features?
Check if each glyph has the recommended amount of contours.
🔥 Tiny5-Regular.ttf
-
⚠️ 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:
[code: contour-count]- Glyph name: percent Contours detected: 6 Expected: 4 or 5 - Glyph name: ampersand Contours detected: 8 Expected: 1, 2 or 3 - Glyph name: parenleft Contours detected: 3 Expected: 1 - Glyph name: parenright Contours detected: 3 Expected: 1 - Glyph name: asterisk Contours detected: 3 Expected: 1 or 4 - Glyph name: comma Contours detected: 2 Expected: 1 - Glyph name: slash Contours detected: 2 Expected: 1 - Glyph name: zero Contours detected: 4 Expected: 2 or 3 - Glyph name: two Contours detected: 4 Expected: 1 - Glyph name: three Contours detected: 5 Expected: 1 - Glyph name: five Contours detected: 3 Expected: 1 - Glyph name: six Contours detected: 4 Expected: 1 or 2 - Glyph name: seven Contours detected: 2 Expected: 1 - Glyph name: eight Contours detected: 7 Expected: 3 - Glyph name: nine Contours detected: 3 Expected: 1 or 2 - Glyph name: semicolon Contours detected: 3 Expected: 2 - Glyph name: less Contours detected: 5 Expected: 1 - Glyph name: greater Contours detected: 5 Expected: 1 - Glyph name: question Contours detected: 4 Expected: 2 - Glyph name: at Contours detected: 4 Expected: 2 - Glyph name: C Contours detected: 5 Expected: 1 - Glyph name: G Contours detected: 2 Expected: 1 - Glyph name: J Contours detected: 3 Expected: 1 - Glyph name: K Contours detected: 5 Expected: 1 or 2 - Glyph name: M Contours detected: 3 Expected: 1 - Glyph name: N Contours detected: 2 Expected: 1 - Glyph name: O Contours detected: 4 Expected: 2 - Glyph name: Q Contours detected: 6 Expected: 2 - Glyph name: R Contours detected: 3 Expected: 1 or 2 - Glyph name: S Contours detected: 5 Expected: 1 - Glyph name: U Contours detected: 3 Expected: 1 - Glyph name: V Contours detected: 3 Expected: 1 - Glyph name: W Contours detected: 5 Expected: 1 or 2 - Glyph name: X Contours detected: 5 Expected: 1 - Glyph name: Y Contours detected: 3 Expected: 1 - Glyph name: Z Contours detected: 3 Expected: 1 - Glyph name: backslash Contours detected: 2 Expected: 1 - Glyph name: asciicircum Contours detected: 3 Expected: 1 - Glyph name: grave Contours detected: 2 Expected: 1 - Glyph name: a Contours detected: 1 Expected: 2 - Glyph name: c Contours detected: 3 Expected: 1 - Glyph name: d Contours detected: 1 Expected: 2 - Glyph name: f Contours detected: 2 Expected: 1 - Glyph name: g Contours detected: 1 Expected: 2 or 3 - Glyph name: h Contours detected: 2 Expected: 1 - Glyph name: k Contours detected: 3 Expected: 1 or 2 - Glyph name: m Contours detected: 2 Expected: 1 - Glyph name: n Contours detected: 2 Expected: 1 - Glyph name: o Contours detected: 4 Expected: 2 - Glyph name: q Contours detected: 1 Expected: 2 - Glyph name: s Contours detected: 3 Expected: 1 - Glyph name: t Contours detected: 2 Expected: 1 - Glyph name: v Contours detected: 3 Expected: 1 - Glyph name: w Contours detected: 5 Expected: 1 - Glyph name: x Contours detected: 5 Expected: 1 - Glyph name: y Contours detected: 4 Expected: 1 - Glyph name: z Contours detected: 2 Expected: 1 - Glyph name: braceleft Contours detected: 3 Expected: 1 - Glyph name: braceright Contours detected: 3 Expected: 1 - Glyph name: cent Contours detected: 3 Expected: 1 or 2 - Glyph name: sterling Contours detected: 3 Expected: 1 or 2 - Glyph name: currency Contours detected: 5 Expected: 2 - Glyph name: yen Contours detected: 3 Expected: 1 or 2 - Glyph name: section Contours detected: 1 Expected: 2 - Glyph name: ordfeminine Contours detected: 1 Expected: 2 or 3 - Glyph name: guillemotleft Contours detected: 6 Expected: 2 - Glyph name: degree Contours detected: 4 Expected: 2 - Glyph name: twosuperior Contours detected: 3 Expected: 1 - Glyph name: threesuperior Contours detected: 3 Expected: 1 - Glyph name: acute Contours detected: 2 Expected: 1 - Glyph name: ordmasculine Contours detected: 4 Expected: 2 or 3 - Glyph name: guillemotright Contours detected: 6 Expected: 2 - Glyph name: onehalf Contours detected: 6 Expected: 3 - Glyph name: threequarters Contours detected: 6 Expected: 3 or 4 - Glyph name: questiondown Contours detected: 4 Expected: 2 - Glyph name: Agrave Contours detected: 4 Expected: 3 - Glyph name: Aacute Contours detected: 4 Expected: 3 - Glyph name: Acircumflex Contours detected: 5 Expected: 3 - Glyph name: Aring Contours detected: 6 Expected: 3 or 4 - Glyph name: AE Contours detected: 1 Expected: 2 - Glyph name: Ccedilla Contours detected: 6 Expected: 1 or 2 - Glyph name: Egrave Contours detected: 3 Expected: 2 - Glyph name: Eacute Contours detected: 3 Expected: 2 - Glyph name: Ecircumflex Contours detected: 4 Expected: 2 - Glyph name: Igrave Contours detected: 3 Expected: 2 - Glyph name: Iacute Contours detected: 3 Expected: 2 - Glyph name: Icircumflex Contours detected: 4 Expected: 2 - Glyph name: Ntilde Contours detected: 3 Expected: 2 - Glyph name: Ograve Contours detected: 6 Expected: 3 - Glyph name: Oacute Contours detected: 6 Expected: 3 - Glyph name: Ocircumflex Contours detected: 7 Expected: 3 - Glyph name: Otilde Contours detected: 5 Expected: 3 - Glyph name: Odieresis Contours detected: 6 Expected: 4 - Glyph name: multiply Contours detected: 5 Expected: 1 - Glyph name: Ugrave Contours detected: 5 Expected: 2 - Glyph name: Uacute Contours detected: 5 Expected: 2 - Glyph name: Ucircumflex Contours detected: 6 Expected: 2 - Glyph name: Udieresis Contours detected: 5 Expected: 3 - Glyph name: Yacute Contours detected: 5 Expected: 2 - Glyph name: germandbls Contours detected: 6 Expected: 1 - Glyph name: acircumflex Contours detected: 4 Expected: 3 - Glyph name: atilde Contours detected: 2 Expected: 3 - Glyph name: adieresis Contours detected: 3 Expected: 4 - Glyph name: aring Contours detected: 5 Expected: 4 - Glyph name: ae Contours detected: 1 Expected: 3 - Glyph name: ccedilla Contours detected: 4 Expected: 1 or 2 - Glyph name: egrave Contours detected: 4 Expected: 3 - Glyph name: eacute Contours detected: 4 Expected: 3 - Glyph name: ecircumflex Contours detected: 5 Expected: 3 - Glyph name: igrave Contours detected: 3 Expected: 2 - Glyph name: iacute Contours detected: 3 Expected: 2 - Glyph name: icircumflex Contours detected: 4 Expected: 2 - Glyph name: eth Contours detected: 4 Expected: 2 - Glyph name: ntilde Contours detected: 3 Expected: 2 - Glyph name: ograve Contours detected: 6 Expected: 3 - Glyph name: oacute Contours detected: 6 Expected: 3 - Glyph name: ocircumflex Contours detected: 7 Expected: 3 - Glyph name: otilde Contours detected: 5 Expected: 3 - Glyph name: odieresis Contours detected: 6 Expected: 4 - Glyph name: oslash Contours detected: 2 Expected: 3 - Glyph name: ugrave Contours detected: 3 Expected: 2 - Glyph name: uacute Contours detected: 3 Expected: 2 - Glyph name: ucircumflex Contours detected: 4 Expected: 2 - Glyph name: yacute Contours detected: 6 Expected: 2 - Glyph name: ydieresis Contours detected: 6 Expected: 3 - Glyph name: amacron Contours detected: 2 Expected: 3 - Glyph name: Abreve Contours detected: 5 Expected: 3 - Glyph name: abreve Contours detected: 4 Expected: 3 - Glyph name: Cacute Contours detected: 7 Expected: 2 - Glyph name: cacute Contours detected: 5 Expected: 2 - Glyph name: Ccircumflex Contours detected: 8 Expected: 2 - Glyph name: ccircumflex Contours detected: 6 Expected: 2 - Glyph name: Cdotaccent Contours detected: 6 Expected: 2 - Glyph name: cdotaccent Contours detected: 4 Expected: 2 - Glyph name: Ccaron Contours detected: 8 Expected: 2 - Glyph name: ccaron Contours detected: 6 Expected: 2 - Glyph name: Dcaron Contours detected: 5 Expected: 3 - Glyph name: dcaron Contours detected: 2 Expected: 3 - Glyph name: dcroat Contours detected: 1 Expected: 2 - Glyph name: Ebreve Contours detected: 4 Expected: 2 - Glyph name: ebreve Contours detected: 5 Expected: 3 - Glyph name: eogonek Contours detected: 3 Expected: 2 - Glyph name: Ecaron Contours detected: 4 Expected: 2 - Glyph name: ecaron Contours detected: 5 Expected: 3 - Glyph name: Gcircumflex Contours detected: 5 Expected: 2 - Glyph name: Gbreve Contours detected: 5 Expected: 2 - Glyph name: Gdotaccent Contours detected: 3 Expected: 2 - Glyph name: gdotaccent Contours detected: 2 Expected: 3 or 4 - Glyph name: Gcommaaccent Contours detected: 3 Expected: 2 - Glyph name: gcommaaccent Contours detected: 2 Expected: 3 or 4 - Glyph name: Hcircumflex Contours detected: 4 Expected: 2 - Glyph name: hcircumflex Contours detected: 5 Expected: 2 - Glyph name: hbar Contours detected: 2 Expected: 1 - Glyph name: Ibreve Contours detected: 4 Expected: 2 - Glyph name: ibreve Contours detected: 4 Expected: 2 - Glyph name: IJ Contours detected: 4 Expected: 1 or 2 - Glyph name: Jcircumflex Contours detected: 6 Expected: 2 - Glyph name: jcircumflex Contours detected: 4 Expected: 2 - Glyph name: Kcommaaccent Contours detected: 6 Expected: 2 or 3 - Glyph name: kcommaaccent Contours detected: 4 Expected: 2 or 3 - Glyph name: kgreenlandic Contours detected: 3 Expected: 1 or 2 - Glyph name: Lacute Contours detected: 3 Expected: 2 - Glyph name: lacute Contours detected: 3 Expected: 2 - Glyph name: Nacute Contours detected: 4 Expected: 2 - Glyph name: nacute Contours detected: 4 Expected: 2 - Glyph name: Ncommaaccent Contours detected: 3 Expected: 2 - Glyph name: ncommaaccent Contours detected: 3 Expected: 2 - Glyph name: Ncaron Contours detected: 5 Expected: 2 - Glyph name: ncaron Contours detected: 5 Expected: 2 - Glyph name: napostrophe Contours detected: 3 Expected: 2 - Glyph name: Eng Contours detected: 3 Expected: 1 - Glyph name: eng Contours detected: 3 Expected: 1 - Glyph name: Omacron Contours detected: 5 Expected: 3 - Glyph name: omacron Contours detected: 5 Expected: 3 - Glyph name: Obreve Contours detected: 7 Expected: 3 - Glyph name: obreve Contours detected: 7 Expected: 3 - Glyph name: Ohungarumlaut Contours detected: 8 Expected: 4 - Glyph name: ohungarumlaut Contours detected: 8 Expected: 4 - Glyph name: OE Contours detected: 1 Expected: 2 - Glyph name: oe Contours detected: 4 Expected: 3 - Glyph name: Racute Contours detected: 5 Expected: 3 - Glyph name: racute Contours detected: 3 Expected: 2 - Glyph name: Rcommaaccent Contours detected: 4 Expected: 3 - Glyph name: Rcaron Contours detected: 6 Expected: 3 - Glyph name: rcaron Contours detected: 4 Expected: 2 - Glyph name: Sacute Contours detected: 7 Expected: 2 - Glyph name: sacute Contours detected: 5 Expected: 2 - Glyph name: Scircumflex Contours detected: 8 Expected: 2 - Glyph name: scircumflex Contours detected: 6 Expected: 2 - Glyph name: Scedilla Contours detected: 6 Expected: 1 or 2 - Glyph name: scedilla Contours detected: 4 Expected: 1 or 2 - Glyph name: Scaron Contours detected: 8 Expected: 2 - Glyph name: scaron Contours detected: 6 Expected: 2 - Glyph name: tcommaaccent Contours detected: 3 Expected: 1 or 2 - Glyph name: Tcaron Contours detected: 4 Expected: 2 - Glyph name: tcaron Contours detected: 3 Expected: 2 - Glyph name: tbar Contours detected: 2 Expected: 1 - Glyph name: Utilde Contours detected: 4 Expected: 2 - Glyph name: Umacron Contours detected: 4 Expected: 2 - Glyph name: Ubreve Contours detected: 6 Expected: 2 - Glyph name: ubreve Contours detected: 4 Expected: 2 - Glyph name: Uring Contours detected: 7 Expected: 3 - Glyph name: uring Contours detected: 5 Expected: 3 - Glyph name: Uhungarumlaut Contours detected: 7 Expected: 3 - Glyph name: uhungarumlaut Contours detected: 5 Expected: 3 - Glyph name: Uogonek Contours detected: 4 Expected: 1 - Glyph name: uogonek Contours detected: 2 Expected: 1 - Glyph name: Wcircumflex Contours detected: 8 Expected: 2 - Glyph name: wcircumflex Contours detected: 8 Expected: 2 - Glyph name: Ycircumflex Contours detected: 6 Expected: 2 - Glyph name: ycircumflex Contours detected: 7 Expected: 2 - Glyph name: Ydieresis Contours detected: 5 Expected: 3 - Glyph name: Zacute Contours detected: 5 Expected: 2 - Glyph name: zacute Contours detected: 4 Expected: 2 - Glyph name: Zdotaccent Contours detected: 4 Expected: 2 - Glyph name: zdotaccent Contours detected: 3 Expected: 2 - Glyph name: Zcaron Contours detected: 6 Expected: 2 - Glyph name: zcaron Contours detected: 5 Expected: 2 - Glyph name: longs Contours detected: 2 Expected: 1 - Glyph name: uni0186 Contours detected: 5 Expected: 1 - Glyph name: uni0187 Contours detected: 6 Expected: 1 - Glyph name: uni0188 Contours detected: 4 Expected: 1 - Glyph name: uni018F Contours detected: 3 Expected: 2 - Glyph name: uni0190 Contours detected: 7 Expected: 1 - Glyph name: uni0191 Contours detected: 2 Expected: 1 - Glyph name: florin Contours detected: 3 Expected: 1 - Glyph name: uni0193 Contours detected: 3 Expected: 1 - Glyph name: uni0194 Contours detected: 6 Expected: 2 - Glyph name: uni0198 Contours detected: 6 Expected: 1 - Glyph name: uni0199 Contours detected: 4 Expected: 1 - Glyph name: uni019B Contours detected: 3 Expected: 1 - Glyph name: uni019D Contours detected: 3 Expected: 1 - Glyph name: uni019E Contours detected: 2 Expected: 1 - Glyph name: uni01A4 Contours detected: 3 Expected: 2 - Glyph name: uni01A9 Contours detected: 3 Expected: 1 - Glyph name: uni01AC Contours detected: 2 Expected: 1 - Glyph name: uni01AD Contours detected: 3 Expected: 1 - Glyph name: uni01AE Contours detected: 2 Expected: 1 - Glyph name: uni01B1 Contours detected: 5 Expected: 1 - Glyph name: uni01B2 Contours detected: 4 Expected: 1 - Glyph name: uni01B3 Contours detected: 3 Expected: 1 - Glyph name: uni01B4 Contours detected: 5 Expected: 1 - Glyph name: uni01B5 Contours detected: 5 Expected: 1 - Glyph name: uni01B6 Contours detected: 4 Expected: 1 - Glyph name: uni01B7 Contours detected: 4 Expected: 1 - Glyph name: uni01B8 Contours detected: 4 Expected: 1 - Glyph name: uni01B9 Contours detected: 4 Expected: 1 - Glyph name: uni01CD Contours detected: 5 Expected: 3 - Glyph name: uni01CE Contours detected: 4 Expected: 3 - Glyph name: uni01CF Contours detected: 4 Expected: 2 - Glyph name: uni01D0 Contours detected: 4 Expected: 2 - Glyph name: uni01D1 Contours detected: 7 Expected: 3 - Glyph name: uni01D2 Contours detected: 7 Expected: 3 - Glyph name: uni01D3 Contours detected: 6 Expected: 2 - Glyph name: uni01D4 Contours detected: 4 Expected: 2 - Glyph name: uni01D5 Contours detected: 6 Expected: 4 - Glyph name: uni01D7 Contours detected: 7 Expected: 4 - Glyph name: uni01D8 Contours detected: 5 Expected: 4 - Glyph name: uni01D9 Contours detected: 8 Expected: 4 - Glyph name: uni01DA Contours detected: 6 Expected: 4 - Glyph name: uni01DB Contours detected: 7 Expected: 4 - Glyph name: uni01DC Contours detected: 5 Expected: 4 - Glyph name: uni01DF Contours detected: 4 Expected: 5 - Glyph name: uni01E1 Contours detected: 3 Expected: 4 - Glyph name: uni01E2 Contours detected: 2 Expected: 3 - Glyph name: uni01E3 Contours detected: 2 Expected: 4 - Glyph name: uni01E4 Contours detected: 2 Expected: 1 - Glyph name: uni01E5 Contours detected: 1 Expected: 2 - Glyph name: uni01E6 Contours detected: 5 Expected: 2 - Glyph name: uni01E8 Contours detected: 8 Expected: 2 - Glyph name: uni01E9 Contours detected: 6 Expected: 2 - Glyph name: uni01EA Contours detected: 5 Expected: 2 - Glyph name: uni01EB Contours detected: 5 Expected: 2 - Glyph name: uni01EC Contours detected: 5 Expected: 3 - Glyph name: uni01ED Contours detected: 6 Expected: 3 - Glyph name: uni01EE Contours detected: 7 Expected: 2 - Glyph name: uni01EF Contours detected: 7 Expected: 2 - Glyph name: uni01F4 Contours detected: 4 Expected: 2 - Glyph name: uni01F8 Contours detected: 4 Expected: 2 - Glyph name: uni01F9 Contours detected: 4 Expected: 2 - Glyph name: aeacute Contours detected: 3 Expected: 4 - Glyph name: Oslashacute Contours detected: 5 Expected: 4 - Glyph name: uni0200 Contours detected: 6 Expected: 4 - Glyph name: uni0201 Contours detected: 5 Expected: 4 - Glyph name: uni0202 Contours detected: 5 Expected: 3 - Glyph name: uni0203 Contours detected: 4 Expected: 3 - Glyph name: uni0204 Contours detected: 5 Expected: 3 - Glyph name: uni0205 Contours detected: 6 Expected: 4 - Glyph name: uni0206 Contours detected: 4 Expected: 2 - Glyph name: uni0207 Contours detected: 5 Expected: 3 - Glyph name: uni0208 Contours detected: 5 Expected: 3 - Glyph name: uni0209 Contours detected: 5 Expected: 3 - Glyph name: uni020A Contours detected: 4 Expected: 2 - Glyph name: uni020B Contours detected: 4 Expected: 2 - Glyph name: uni020C Contours detected: 8 Expected: 4 - Glyph name: uni020D Contours detected: 8 Expected: 4 - Glyph name: uni020E Contours detected: 7 Expected: 3 - Glyph name: uni020F Contours detected: 7 Expected: 3 - Glyph name: uni0210 Contours detected: 7 Expected: 4 - Glyph name: uni0211 Contours detected: 5 Expected: 3 - Glyph name: uni0212 Contours detected: 6 Expected: 3 - Glyph name: uni0213 Contours detected: 4 Expected: 2 - Glyph name: uni0214 Contours detected: 7 Expected: 3 - Glyph name: uni0215 Contours detected: 5 Expected: 3 - Glyph name: uni0216 Contours detected: 6 Expected: 2 - Glyph name: uni0217 Contours detected: 4 Expected: 2 - Glyph name: uni0218 Contours detected: 6 Expected: 2 - Glyph name: uni0219 Contours detected: 4 Expected: 2 - Glyph name: uni021B Contours detected: 3 Expected: 2 - Glyph name: uni021E Contours detected: 4 Expected: 2 - Glyph name: uni021F Contours detected: 5 Expected: 2 - Glyph name: uni0220 Contours detected: 2 Expected: 1 - Glyph name: uni0222 Contours detected: 7 Expected: 2 - Glyph name: uni0223 Contours detected: 6 Expected: 2 - Glyph name: uni0227 Contours detected: 2 Expected: 3 - Glyph name: uni0228 Contours detected: 2 Expected: 1 - Glyph name: uni0229 Contours detected: 3 Expected: 2 - Glyph name: uni022A Contours detected: 7 Expected: 5 - Glyph name: uni022B Contours detected: 7 Expected: 5 - Glyph name: uni022C Contours detected: 6 Expected: 4 - Glyph name: uni022D Contours detected: 6 Expected: 4 - Glyph name: uni022E Contours detected: 5 Expected: 3 - Glyph name: uni022F Contours detected: 5 Expected: 3 - Glyph name: uni0230 Contours detected: 6 Expected: 4 - Glyph name: uni0231 Contours detected: 6 Expected: 4 - Glyph name: uni0232 Contours detected: 4 Expected: 2 - Glyph name: uni0233 Contours detected: 5 Expected: 2 - Glyph name: uni023B Contours detected: 7 Expected: 2 - Glyph name: uni023C Contours detected: 4 Expected: 2 - Glyph name: uni0241 Contours detected: 5 Expected: 1 - Glyph name: uni0242 Contours detected: 4 Expected: 1 - Glyph name: uni0244 Contours detected: 3 Expected: 2 - Glyph name: uni0245 Contours detected: 3 Expected: 1 - Glyph name: uni0246 Contours detected: 1 Expected: 3 - Glyph name: uni0248 Contours detected: 3 Expected: 1 - Glyph name: uni024A Contours detected: 6 Expected: 2 - Glyph name: uni024C Contours detected: 3 Expected: 2 - Glyph name: uni024E Contours detected: 3 Expected: 2 - Glyph name: uni024F Contours detected: 4 Expected: 2 - Glyph name: uni0251 Contours detected: 1 Expected: 2 - Glyph name: uni0272 Contours detected: 3 Expected: 1 - Glyph name: uni0292 Contours detected: 4 Expected: 1 - Glyph name: uni02B0 Contours detected: 2 Expected: 1 - Glyph name: uni02B7 Contours detected: 2 Expected: 1 - Glyph name: circumflex Contours detected: 3 Expected: 1 - Glyph name: caron Contours detected: 3 Expected: 1 - Glyph name: uni02CA Contours detected: 2 Expected: 1 - Glyph name: uni02CB Contours detected: 2 Expected: 1 - Glyph name: breve Contours detected: 3 Expected: 1 - Glyph name: ring Contours detected: 4 Expected: 2 - Glyph name: hungarumlaut Contours detected: 4 Expected: 2 - Glyph name: gravecomb Contours detected: 2 Expected: 1 - Glyph name: acutecomb Contours detected: 2 Expected: 1 - Glyph name: uni0302 Contours detected: 3 Expected: 1 - Glyph name: uni0306 Contours detected: 3 Expected: 1 - Glyph name: uni030A Contours detected: 4 Expected: 2 - Glyph name: uni030B Contours detected: 4 Expected: 2 - Glyph name: uni030C Contours detected: 3 Expected: 1 - Glyph name: uni030F Contours detected: 4 Expected: 2 - Glyph name: uni0311 Contours detected: 3 Expected: 1 - Glyph name: uni0325 Contours detected: 4 Expected: 2 - Glyph name: uni032E Contours detected: 3 Expected: 1 - Glyph name: uni0374 Contours detected: 2 Expected: 1 - Glyph name: uni0375 Contours detected: 2 Expected: 1 - Glyph name: uni037E Contours detected: 3 Expected: 2 - Glyph name: Omicrontonos Contours detected: 5 Expected: 3 - Glyph name: Upsilontonos Contours detected: 4 Expected: 2 - Glyph name: Omegatonos Contours detected: 6 Expected: 2 - Glyph name: uni0394 Contours detected: 4 Expected: 2 - Glyph name: Zeta Contours detected: 3 Expected: 1 - Glyph name: Kappa Contours detected: 5 Expected: 1 - Glyph name: Lambda Contours detected: 3 Expected: 1 - Glyph name: Mu Contours detected: 3 Expected: 1 - Glyph name: Nu Contours detected: 2 Expected: 1 - Glyph name: Omicron Contours detected: 4 Expected: 2 - Glyph name: Sigma Contours detected: 3 Expected: 1 - Glyph name: Upsilon Contours detected: 3 Expected: 1 - Glyph name: Phi Contours detected: 2 Expected: 3 - Glyph name: Chi Contours detected: 5 Expected: 1 - Glyph name: Psi Contours detected: 2 Expected: 1 - Glyph name: Upsilondieresis Contours detected: 5 Expected: 3 - Glyph name: alphatonos Contours detected: 2 Expected: 3 - Glyph name: epsilontonos Contours detected: 3 Expected: 2 - Glyph name: etatonos Contours detected: 3 Expected: 2 - Glyph name: upsilondieresistonos Contours detected: 6 Expected: 4 - Glyph name: alpha Contours detected: 1 Expected: 2 - Glyph name: beta Contours detected: 4 Expected: 2 - Glyph name: gamma Contours detected: 3 Expected: 1 or 2 - Glyph name: delta Contours detected: 4 Expected: 2 - Glyph name: epsilon Contours detected: 2 Expected: 1 - Glyph name: zeta Contours detected: 3 Expected: 1 - Glyph name: eta Contours detected: 2 Expected: 1 - Glyph name: kappa Contours detected: 3 Expected: 1 - Glyph name: lambda Contours detected: 4 Expected: 1 - Glyph name: nu Contours detected: 3 Expected: 1 - Glyph name: xi Contours detected: 5 Expected: 1 - Glyph name: omicron Contours detected: 4 Expected: 2 - Glyph name: rho Contours detected: 3 Expected: 2 - Glyph name: sigma1 Contours detected: 3 Expected: 1 - Glyph name: sigma Contours detected: 3 Expected: 2 - Glyph name: upsilon Contours detected: 3 Expected: 1 - Glyph name: chi Contours detected: 5 Expected: 1 - Glyph name: psi Contours detected: 2 Expected: 1 - Glyph name: omega Contours detected: 5 Expected: 1 - Glyph name: upsilondieresis Contours detected: 5 Expected: 3 - Glyph name: omicrontonos Contours detected: 5 Expected: 3 - Glyph name: upsilontonos Contours detected: 4 Expected: 2 - Glyph name: omegatonos Contours detected: 6 Expected: 2 - Glyph name: uni03CF Contours detected: 6 Expected: 1 - Glyph name: uni03D7 Contours detected: 3 Expected: 1 - Glyph name: uni0400 Contours detected: 3 Expected: 2 - Glyph name: afii10051 Contours detected: 3 Expected: 1 - Glyph name: afii10052 Contours detected: 3 Expected: 2 - Glyph name: afii10053 Contours detected: 3 Expected: 1 - Glyph name: afii10054 Contours detected: 5 Expected: 1 - Glyph name: afii10057 Contours detected: 3 Expected: 1 - Glyph name: afii10058 Contours detected: 3 Expected: 2 - Glyph name: afii10060 Contours detected: 2 Expected: 1 - Glyph name: afii10061 Contours detected: 7 Expected: 2 - Glyph name: uni040D Contours detected: 4 Expected: 2 - Glyph name: afii10062 Contours detected: 7 Expected: 2 - Glyph name: afii10024 Contours detected: 8 Expected: 1 - Glyph name: afii10025 Contours detected: 5 Expected: 1 - Glyph name: afii10026 Contours detected: 2 Expected: 1 - Glyph name: afii10027 Contours detected: 5 Expected: 2 - Glyph name: afii10028 Contours detected: 5 Expected: 1 - Glyph name: afii10029 Contours detected: 2 Expected: 1 - Glyph name: afii10030 Contours detected: 3 Expected: 1 - Glyph name: afii10032 Contours detected: 4 Expected: 2 - Glyph name: afii10035 Contours detected: 5 Expected: 1 - Glyph name: afii10037 Contours detected: 4 Expected: 1 - Glyph name: afii10038 Contours detected: 2 Expected: 3 - Glyph name: afii10039 Contours detected: 5 Expected: 1 - Glyph name: afii10047 Contours detected: 3 Expected: 1 - Glyph name: afii10048 Contours detected: 4 Expected: 2 - Glyph name: afii10065 Contours detected: 1 Expected: 2 - Glyph name: afii10066 Contours detected: 4 Expected: 2 - Glyph name: afii10067 Contours detected: 1 Expected: 3 - Glyph name: afii10072 Contours detected: 4 Expected: 1 - Glyph name: afii10073 Contours detected: 3 Expected: 1 - Glyph name: afii10074 Contours detected: 2 Expected: 1 - Glyph name: afii10075 Contours detected: 5 Expected: 2 - Glyph name: afii10076 Contours detected: 3 Expected: 1 - Glyph name: afii10077 Contours detected: 2 Expected: 1 - Glyph name: afii10078 Contours detected: 3 Expected: 1 - Glyph name: afii10080 Contours detected: 4 Expected: 2 - Glyph name: afii10083 Contours detected: 3 Expected: 1 - Glyph name: afii10085 Contours detected: 4 Expected: 1 - Glyph name: afii10086 Contours detected: 2 Expected: 3 - Glyph name: afii10087 Contours detected: 5 Expected: 1 - Glyph name: afii10095 Contours detected: 2 Expected: 1 - Glyph name: afii10096 Contours detected: 4 Expected: 2 - Glyph name: uni0450 Contours detected: 4 Expected: 3 - Glyph name: afii10099 Contours detected: 2 Expected: 1 - Glyph name: afii10100 Contours detected: 3 Expected: 2 - Glyph name: afii10101 Contours detected: 2 Expected: 1 - Glyph name: afii10102 Contours detected: 3 Expected: 1 - Glyph name: afii10106 Contours detected: 3 Expected: 2 - Glyph name: afii10108 Contours detected: 2 Expected: 1 - Glyph name: afii10109 Contours detected: 5 Expected: 2 - Glyph name: uni045D Contours detected: 4 Expected: 2 - Glyph name: afii10110 Contours detected: 7 Expected: 2 - Glyph name: uni046A Contours detected: 4 Expected: 2 - Glyph name: uni046B Contours detected: 4 Expected: 2 - Glyph name: afii10148 Contours detected: 3 Expected: 1 - Glyph name: afii10196 Contours detected: 3 Expected: 1 - Glyph name: uni0494 Contours detected: 3 Expected: 1 - Glyph name: uni0495 Contours detected: 3 Expected: 1 - Glyph name: uni0496 Contours detected: 8 Expected: 1 or 2 - Glyph name: uni0497 Contours detected: 4 Expected: 1 or 2 - Glyph name: uni0498 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni0499 Contours detected: 3 Expected: 1 or 2 - Glyph name: uni049A Contours detected: 5 Expected: 1 or 2 - Glyph name: uni049B Contours detected: 3 Expected: 1 or 2 - Glyph name: uni049C Contours detected: 3 Expected: 1 - Glyph name: uni049D Contours detected: 2 Expected: 1 - Glyph name: uni04A0 Contours detected: 5 Expected: 1 - Glyph name: uni04A1 Contours detected: 3 Expected: 1 - Glyph name: uni04AA Contours detected: 3 Expected: 1 or 2 - Glyph name: uni04AB Contours detected: 3 Expected: 1 or 2 - Glyph name: uni04AE Contours detected: 3 Expected: 1 - Glyph name: uni04AF Contours detected: 3 Expected: 1 - Glyph name: uni04B0 Contours detected: 3 Expected: 1 - Glyph name: uni04B1 Contours detected: 3 Expected: 1 - Glyph name: uni04B2 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni04B3 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni04BA Contours detected: 2 Expected: 1 - Glyph name: uni04BB Contours detected: 2 Expected: 1 - Glyph name: uni04D0 Contours detected: 5 Expected: 3 - Glyph name: uni04D1 Contours detected: 4 Expected: 3 - Glyph name: uni04D3 Contours detected: 3 Expected: 4 - Glyph name: uni04D4 Contours detected: 1 Expected: 2 - Glyph name: uni04D5 Contours detected: 1 Expected: 3 - Glyph name: uni04D6 Contours detected: 4 Expected: 2 - Glyph name: uni04D7 Contours detected: 5 Expected: 3 - Glyph name: uni04D8 Contours detected: 3 Expected: 2 - Glyph name: uni04DC Contours detected: 10 Expected: 3 - Glyph name: uni04DD Contours detected: 6 Expected: 3 - Glyph name: uni04DE Contours detected: 7 Expected: 3 - Glyph name: uni04DF Contours detected: 5 Expected: 3 - Glyph name: uni04E2 Contours detected: 3 Expected: 2 - Glyph name: uni04E3 Contours detected: 3 Expected: 2 - Glyph name: uni04E4 Contours detected: 4 Expected: 3 - Glyph name: uni04E5 Contours detected: 4 Expected: 3 - Glyph name: uni04E6 Contours detected: 6 Expected: 4 - Glyph name: uni04E7 Contours detected: 6 Expected: 4 - Glyph name: uni04EE Contours detected: 5 Expected: 2 - Glyph name: uni04EF Contours detected: 5 Expected: 2 - Glyph name: uni04F0 Contours detected: 6 Expected: 3 - Glyph name: uni04F1 Contours detected: 6 Expected: 3 - Glyph name: uni04F2 Contours detected: 8 Expected: 3 - Glyph name: uni04F3 Contours detected: 8 Expected: 3 - Glyph name: uni051A Contours detected: 6 Expected: 2 - Glyph name: uni051B Contours detected: 1 Expected: 2 - Glyph name: uni051C Contours detected: 5 Expected: 1 - Glyph name: uni051D Contours detected: 5 Expected: 1 - Glyph name: uni1D5B Contours detected: 3 Expected: 1 - Glyph name: uni1E00 Contours detected: 6 Expected: 4 - Glyph name: uni1E01 Contours detected: 5 Expected: 4 - Glyph name: uni1E08 Contours detected: 8 Expected: 2 - Glyph name: uni1E09 Contours detected: 6 Expected: 2 - Glyph name: uni1E0B Contours detected: 2 Expected: 3 - Glyph name: uni1E0D Contours detected: 2 Expected: 3 - Glyph name: uni1E0F Contours detected: 2 Expected: 3 - Glyph name: uni1E14 Contours detected: 4 Expected: 3 - Glyph name: uni1E15 Contours detected: 5 Expected: 4 - Glyph name: uni1E16 Contours detected: 4 Expected: 3 - Glyph name: uni1E17 Contours detected: 5 Expected: 4 - Glyph name: uni1E1C Contours detected: 4 Expected: 2 - Glyph name: uni1E1D Contours detected: 6 Expected: 3 - Glyph name: uni1E1F Contours detected: 3 Expected: 2 - Glyph name: uni1E20 Contours detected: 3 Expected: 2 - Glyph name: uni1E21 Contours detected: 2 Expected: 3 or 4 - Glyph name: uni1E25 Contours detected: 3 Expected: 2 - Glyph name: uni1E2A Contours detected: 4 Expected: 2 - Glyph name: uni1E2B Contours detected: 5 Expected: 2 - Glyph name: uni1E2E Contours detected: 5 Expected: 4 - Glyph name: uni1E2F Contours detected: 5 Expected: 4 - Glyph name: uni1E3E Contours detected: 5 Expected: 2 - Glyph name: uni1E3F Contours detected: 4 Expected: 2 - Glyph name: uni1E40 Contours detected: 4 Expected: 2 - Glyph name: uni1E41 Contours detected: 3 Expected: 2 - Glyph name: uni1E42 Contours detected: 4 Expected: 2 - Glyph name: uni1E43 Contours detected: 3 Expected: 2 - Glyph name: uni1E44 Contours detected: 3 Expected: 2 - Glyph name: uni1E45 Contours detected: 3 Expected: 2 - Glyph name: uni1E46 Contours detected: 3 Expected: 2 - Glyph name: uni1E47 Contours detected: 3 Expected: 2 - Glyph name: uni1E48 Contours detected: 3 Expected: 2 - Glyph name: uni1E49 Contours detected: 3 Expected: 2 - Glyph name: uni1E4C Contours detected: 7 Expected: 4 - Glyph name: uni1E4D Contours detected: 7 Expected: 4 - Glyph name: uni1E4E Contours detected: 7 Expected: 5 - Glyph name: uni1E4F Contours detected: 7 Expected: 5 - Glyph name: uni1E50 Contours detected: 7 Expected: 4 - Glyph name: uni1E51 Contours detected: 7 Expected: 4 - Glyph name: uni1E52 Contours detected: 7 Expected: 4 - Glyph name: uni1E53 Contours detected: 7 Expected: 4 - Glyph name: uni1E5A Contours detected: 4 Expected: 3 - Glyph name: uni1E5C Contours detected: 5 Expected: 4 - Glyph name: uni1E5E Contours detected: 4 Expected: 3 - Glyph name: uni1E60 Contours detected: 6 Expected: 2 - Glyph name: uni1E61 Contours detected: 4 Expected: 2 - Glyph name: uni1E62 Contours detected: 6 Expected: 2 - Glyph name: uni1E63 Contours detected: 4 Expected: 2 - Glyph name: uni1E64 Contours detected: 8 Expected: 3 - Glyph name: uni1E65 Contours detected: 6 Expected: 3 - Glyph name: uni1E66 Contours detected: 9 Expected: 3 - Glyph name: uni1E67 Contours detected: 7 Expected: 3 - Glyph name: uni1E68 Contours detected: 7 Expected: 3 - Glyph name: uni1E69 Contours detected: 5 Expected: 3 - Glyph name: uni1E6B Contours detected: 3 Expected: 2 - Glyph name: uni1E6D Contours detected: 3 Expected: 2 - Glyph name: uni1E6F Contours detected: 3 Expected: 2 - Glyph name: uni1E78 Contours detected: 6 Expected: 3 - Glyph name: uni1E79 Contours detected: 4 Expected: 3 - Glyph name: uni1E7A Contours detected: 6 Expected: 4 - Glyph name: Wgrave Contours detected: 7 Expected: 2 - Glyph name: wgrave Contours detected: 7 Expected: 2 - Glyph name: Wacute Contours detected: 7 Expected: 2 - Glyph name: wacute Contours detected: 7 Expected: 2 - Glyph name: Wdieresis Contours detected: 7 Expected: 3 - Glyph name: wdieresis Contours detected: 7 Expected: 3 - Glyph name: uni1E8E Contours detected: 4 Expected: 2 - Glyph name: uni1E8F Contours detected: 5 Expected: 2 - Glyph name: uni1E92 Contours detected: 4 Expected: 2 - Glyph name: uni1E93 Contours detected: 3 Expected: 2 - Glyph name: uni1E9E Contours detected: 5 Expected: 1 - Glyph name: uni1EA1 Contours detected: 2 Expected: 3 - Glyph name: uni1EAC Contours detected: 6 Expected: 4 - Glyph name: uni1EAD Contours detected: 5 Expected: 4 - Glyph name: uni1EC6 Contours detected: 5 Expected: 3 - Glyph name: uni1EC7 Contours detected: 6 Expected: 4 - Glyph name: uni1ECC Contours detected: 5 Expected: 3 - Glyph name: uni1ECD Contours detected: 5 Expected: 3 - Glyph name: uni1ED8 Contours detected: 8 Expected: 4 - Glyph name: uni1ED9 Contours detected: 8 Expected: 4 - Glyph name: uni1EE4 Contours detected: 4 Expected: 2 - Glyph name: Ygrave Contours detected: 5 Expected: 2 - Glyph name: ygrave Contours detected: 6 Expected: 2 - Glyph name: guilsinglleft Contours detected: 3 Expected: 1 - Glyph name: guilsinglright Contours detected: 3 Expected: 1 - Glyph name: fraction Contours detected: 2 Expected: 1 - Glyph name: uni2075 Contours detected: 3 Expected: 1 - Glyph name: uni2076 Contours detected: 3 Expected: 2 - Glyph name: uni2077 Contours detected: 2 Expected: 1 - Glyph name: uni2078 Contours detected: 2 Expected: 3 - Glyph name: nsuperior Contours detected: 2 Expected: 1 - Glyph name: uni2082 Contours detected: 3 Expected: 1 - Glyph name: uni2083 Contours detected: 3 Expected: 1 - Glyph name: uni2085 Contours detected: 3 Expected: 1 - Glyph name: uni2086 Contours detected: 3 Expected: 2 - Glyph name: uni2087 Contours detected: 2 Expected: 1 - Glyph name: uni2088 Contours detected: 2 Expected: 3 - Glyph name: uni20A1 Contours detected: 5 Expected: 1 or 3 - Glyph name: uni20A6 Contours detected: 2 Expected: 1, 3 or 5 - Glyph name: uni20A8 Contours detected: 6 Expected: 3 - Glyph name: uni20A9 Contours detected: 2 Expected: 1, 3, 4 or 7 - Glyph name: uni20AA Contours detected: 4 Expected: 2 - Glyph name: uni20AB Contours detected: 2 Expected: 3 or 4 - Glyph name: Euro Contours detected: 5 Expected: 1 or 2 - Glyph name: uni20AD Contours detected: 3 Expected: 1 - Glyph name: uni20B4 Contours detected: 3 Expected: 1 or 2 - Glyph name: uni20B5 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni20B9 Contours detected: 4 Expected: 1 - Glyph name: uni20BA Contours detected: 2 Expected: 1 - Glyph name: uni20BC Contours detected: 3 Expected: 1 - Glyph name: afii61289 Contours detected: 1 Expected: 2 - Glyph name: afii61352 Contours detected: 6 Expected: 3 or 4 - Glyph name: trademark Contours detected: 1 Expected: 2 - Glyph name: Omega Contours detected: 5 Expected: 1 - Glyph name: uni2153 Contours detected: 6 Expected: 3 - Glyph name: uni2154 Contours detected: 8 Expected: 1 or 3 - Glyph name: uni2196 Contours detected: 4 Expected: 1 - Glyph name: uni2197 Contours detected: 4 Expected: 1 - Glyph name: uni2198 Contours detected: 3 Expected: 1 - Glyph name: uni2199 Contours detected: 4 Expected: 1 - Glyph name: partialdiff Contours detected: 4 Expected: 2 - Glyph name: summation Contours detected: 3 Expected: 1 - Glyph name: infinity Contours detected: 7 Expected: 3 - Glyph name: integral Contours detected: 3 Expected: 1 - Glyph name: approxequal Contours detected: 8 Expected: 2 - Glyph name: lessequal Contours detected: 6 Expected: 2 - Glyph name: greaterequal Contours detected: 6 Expected: 2 - Glyph name: H18551 Contours detected: 1 Expected: 2 - Glyph name: uni25C1 Contours detected: 1 Expected: 2 - Glyph name: uni25C7 Contours detected: 8 Expected: 2 - Glyph name: lozenge Contours detected: 8 Expected: 2 - Glyph name: circle Contours detected: 4 Expected: 2 - Glyph name: uni27E8 Contours detected: 3 Expected: 1 - Glyph name: uni27E9 Contours detected: 3 Expected: 1 - Glyph name: uniA78C Contours detected: 2 Expected: 1 - Glyph name: AE Contours detected: 1 Expected: 2 - Glyph name: Aacute Contours detected: 4 Expected: 3 - Glyph name: Abreve Contours detected: 5 Expected: 3 - Glyph name: Acircumflex Contours detected: 5 Expected: 3 - Glyph name: Agrave Contours detected: 4 Expected: 3 - Glyph name: Aring Contours detected: 6 Expected: 3 or 4 - Glyph name: C Contours detected: 5 Expected: 1 - Glyph name: Cacute Contours detected: 7 Expected: 2 - Glyph name: Ccaron Contours detected: 8 Expected: 2 - Glyph name: Ccedilla Contours detected: 6 Expected: 1 or 2 - Glyph name: Ccircumflex Contours detected: 8 Expected: 2 - Glyph name: Cdotaccent Contours detected: 6 Expected: 2 - Glyph name: Chi Contours detected: 5 Expected: 1 - Glyph name: Dcaron Contours detected: 5 Expected: 3 - Glyph name: Eacute Contours detected: 3 Expected: 2 - Glyph name: Ebreve Contours detected: 4 Expected: 2 - Glyph name: Ecaron Contours detected: 4 Expected: 2 - Glyph name: Ecircumflex Contours detected: 4 Expected: 2 - Glyph name: Egrave Contours detected: 3 Expected: 2 - Glyph name: Eng Contours detected: 3 Expected: 1 - Glyph name: Euro Contours detected: 5 Expected: 1 or 2 - Glyph name: G Contours detected: 2 Expected: 1 - Glyph name: Gbreve Contours detected: 5 Expected: 2 - Glyph name: Gcircumflex Contours detected: 5 Expected: 2 - Glyph name: Gdotaccent Contours detected: 3 Expected: 2 - Glyph name: Hcircumflex Contours detected: 4 Expected: 2 - Glyph name: IJ Contours detected: 4 Expected: 1 or 2 - Glyph name: Iacute Contours detected: 3 Expected: 2 - Glyph name: Ibreve Contours detected: 4 Expected: 2 - Glyph name: Icircumflex Contours detected: 4 Expected: 2 - Glyph name: Igrave Contours detected: 3 Expected: 2 - Glyph name: J Contours detected: 3 Expected: 1 - Glyph name: Jcircumflex Contours detected: 6 Expected: 2 - Glyph name: K Contours detected: 5 Expected: 1 or 2 - Glyph name: Kappa Contours detected: 5 Expected: 1 - Glyph name: Lacute Contours detected: 3 Expected: 2 - Glyph name: Lambda Contours detected: 3 Expected: 1 - Glyph name: M Contours detected: 3 Expected: 1 - Glyph name: Mu Contours detected: 3 Expected: 1 - Glyph name: N Contours detected: 2 Expected: 1 - Glyph name: Nacute Contours detected: 4 Expected: 2 - Glyph name: Ncaron Contours detected: 5 Expected: 2 - Glyph name: Ntilde Contours detected: 3 Expected: 2 - Glyph name: Nu Contours detected: 2 Expected: 1 - Glyph name: O Contours detected: 4 Expected: 2 - Glyph name: OE Contours detected: 1 Expected: 2 - Glyph name: Oacute Contours detected: 6 Expected: 3 - Glyph name: Ocircumflex Contours detected: 7 Expected: 3 - Glyph name: Odieresis Contours detected: 6 Expected: 4 - Glyph name: Ograve Contours detected: 6 Expected: 3 - Glyph name: Ohungarumlaut Contours detected: 8 Expected: 4 - Glyph name: Omacron Contours detected: 5 Expected: 3 - Glyph name: Omegatonos Contours detected: 6 Expected: 2 - Glyph name: Omicron Contours detected: 4 Expected: 2 - Glyph name: Omicrontonos Contours detected: 5 Expected: 3 - Glyph name: Oslashacute Contours detected: 5 Expected: 4 - Glyph name: Otilde Contours detected: 5 Expected: 3 - Glyph name: Phi Contours detected: 2 Expected: 3 - Glyph name: Psi Contours detected: 2 Expected: 1 - Glyph name: Q Contours detected: 6 Expected: 2 - Glyph name: R Contours detected: 3 Expected: 1 or 2 - Glyph name: Racute Contours detected: 5 Expected: 3 - Glyph name: Rcaron Contours detected: 6 Expected: 3 - Glyph name: S Contours detected: 5 Expected: 1 - Glyph name: Sacute Contours detected: 7 Expected: 2 - Glyph name: Scaron Contours detected: 8 Expected: 2 - Glyph name: Scircumflex Contours detected: 8 Expected: 2 - Glyph name: Sigma Contours detected: 3 Expected: 1 - Glyph name: Tcaron Contours detected: 4 Expected: 2 - Glyph name: U Contours detected: 3 Expected: 1 - Glyph name: Uacute Contours detected: 5 Expected: 2 - Glyph name: Ubreve Contours detected: 6 Expected: 2 - Glyph name: Ucircumflex Contours detected: 6 Expected: 2 - Glyph name: Udieresis Contours detected: 5 Expected: 3 - Glyph name: Ugrave Contours detected: 5 Expected: 2 - Glyph name: Uhungarumlaut Contours detected: 7 Expected: 3 - Glyph name: Umacron Contours detected: 4 Expected: 2 - Glyph name: Uogonek Contours detected: 4 Expected: 1 - Glyph name: Upsilon Contours detected: 3 Expected: 1 - Glyph name: Upsilondieresis Contours detected: 5 Expected: 3 - Glyph name: Upsilontonos Contours detected: 4 Expected: 2 - Glyph name: Uring Contours detected: 7 Expected: 3 - Glyph name: Utilde Contours detected: 4 Expected: 2 - Glyph name: V Contours detected: 3 Expected: 1 - Glyph name: W Contours detected: 5 Expected: 1 or 2 - Glyph name: Wacute Contours detected: 7 Expected: 2 - Glyph name: Wcircumflex Contours detected: 8 Expected: 2 - Glyph name: Wdieresis Contours detected: 7 Expected: 3 - Glyph name: Wgrave Contours detected: 7 Expected: 2 - Glyph name: X Contours detected: 5 Expected: 1 - Glyph name: Y Contours detected: 3 Expected: 1 - Glyph name: Yacute Contours detected: 5 Expected: 2 - Glyph name: Ycircumflex Contours detected: 6 Expected: 2 - Glyph name: Ydieresis Contours detected: 5 Expected: 3 - Glyph name: Ygrave Contours detected: 5 Expected: 2 - Glyph name: Z Contours detected: 3 Expected: 1 - Glyph name: Zacute Contours detected: 5 Expected: 2 - Glyph name: Zcaron Contours detected: 6 Expected: 2 - Glyph name: Zdotaccent Contours detected: 4 Expected: 2 - Glyph name: Zeta Contours detected: 3 Expected: 1 - Glyph name: a Contours detected: 1 Expected: 2 - Glyph name: abreve Contours detected: 4 Expected: 3 - Glyph name: acircumflex Contours detected: 4 Expected: 3 - Glyph name: acute Contours detected: 2 Expected: 1 - Glyph name: adieresis Contours detected: 3 Expected: 4 - Glyph name: ae Contours detected: 1 Expected: 3 - Glyph name: aeacute Contours detected: 3 Expected: 4 - Glyph name: alpha Contours detected: 1 Expected: 2 - Glyph name: alphatonos Contours detected: 2 Expected: 3 - Glyph name: amacron Contours detected: 2 Expected: 3 - Glyph name: ampersand Contours detected: 8 Expected: 1, 2 or 3 - Glyph name: approxequal Contours detected: 8 Expected: 2 - Glyph name: aring Contours detected: 5 Expected: 4 - Glyph name: asciicircum Contours detected: 3 Expected: 1 - Glyph name: asterisk Contours detected: 3 Expected: 1 or 4 - Glyph name: at Contours detected: 4 Expected: 2 - Glyph name: atilde Contours detected: 2 Expected: 3 - Glyph name: backslash Contours detected: 2 Expected: 1 - Glyph name: beta Contours detected: 4 Expected: 2 - Glyph name: braceleft Contours detected: 3 Expected: 1 - Glyph name: braceright Contours detected: 3 Expected: 1 - Glyph name: breve Contours detected: 3 Expected: 1 - Glyph name: c Contours detected: 3 Expected: 1 - Glyph name: cacute Contours detected: 5 Expected: 2 - Glyph name: caron Contours detected: 3 Expected: 1 - Glyph name: ccaron Contours detected: 6 Expected: 2 - Glyph name: ccedilla Contours detected: 4 Expected: 1 or 2 - Glyph name: ccircumflex Contours detected: 6 Expected: 2 - Glyph name: cdotaccent Contours detected: 4 Expected: 2 - Glyph name: cent Contours detected: 3 Expected: 1 or 2 - Glyph name: chi Contours detected: 5 Expected: 1 - Glyph name: circle Contours detected: 4 Expected: 2 - Glyph name: circumflex Contours detected: 3 Expected: 1 - Glyph name: comma Contours detected: 2 Expected: 1 - Glyph name: currency Contours detected: 5 Expected: 2 - Glyph name: d Contours detected: 1 Expected: 2 - Glyph name: dcaron Contours detected: 2 Expected: 3 - Glyph name: dcroat Contours detected: 1 Expected: 2 - Glyph name: degree Contours detected: 4 Expected: 2 - Glyph name: delta Contours detected: 4 Expected: 2 - Glyph name: eacute Contours detected: 4 Expected: 3 - Glyph name: ebreve Contours detected: 5 Expected: 3 - Glyph name: ecaron Contours detected: 5 Expected: 3 - Glyph name: ecircumflex Contours detected: 5 Expected: 3 - Glyph name: egrave Contours detected: 4 Expected: 3 - Glyph name: eight Contours detected: 7 Expected: 3 - Glyph name: eng Contours detected: 3 Expected: 1 - Glyph name: eogonek Contours detected: 3 Expected: 2 - Glyph name: epsilon Contours detected: 2 Expected: 1 - Glyph name: epsilontonos Contours detected: 3 Expected: 2 - Glyph name: eta Contours detected: 2 Expected: 1 - Glyph name: etatonos Contours detected: 3 Expected: 2 - Glyph name: eth Contours detected: 4 Expected: 2 - Glyph name: f Contours detected: 2 Expected: 1 - Glyph name: five Contours detected: 3 Expected: 1 - Glyph name: fraction Contours detected: 2 Expected: 1 - Glyph name: g Contours detected: 1 Expected: 2 or 3 - Glyph name: gamma Contours detected: 3 Expected: 1 or 2 - Glyph name: gdotaccent Contours detected: 2 Expected: 3 or 4 - Glyph name: germandbls Contours detected: 6 Expected: 1 - Glyph name: grave Contours detected: 2 Expected: 1 - Glyph name: greater Contours detected: 5 Expected: 1 - Glyph name: greaterequal Contours detected: 6 Expected: 2 - Glyph name: guillemotleft Contours detected: 6 Expected: 2 - Glyph name: guillemotright Contours detected: 6 Expected: 2 - Glyph name: guilsinglleft Contours detected: 3 Expected: 1 - Glyph name: guilsinglright Contours detected: 3 Expected: 1 - Glyph name: h Contours detected: 2 Expected: 1 - Glyph name: hbar Contours detected: 2 Expected: 1 - Glyph name: hcircumflex Contours detected: 5 Expected: 2 - Glyph name: hungarumlaut Contours detected: 4 Expected: 2 - Glyph name: iacute Contours detected: 3 Expected: 2 - Glyph name: ibreve Contours detected: 4 Expected: 2 - Glyph name: icircumflex Contours detected: 4 Expected: 2 - Glyph name: igrave Contours detected: 3 Expected: 2 - Glyph name: infinity Contours detected: 7 Expected: 3 - Glyph name: integral Contours detected: 3 Expected: 1 - Glyph name: jcircumflex Contours detected: 4 Expected: 2 - Glyph name: k Contours detected: 3 Expected: 1 or 2 - Glyph name: kappa Contours detected: 3 Expected: 1 - Glyph name: kgreenlandic Contours detected: 3 Expected: 1 or 2 - Glyph name: lacute Contours detected: 3 Expected: 2 - Glyph name: lambda Contours detected: 4 Expected: 1 - Glyph name: less Contours detected: 5 Expected: 1 - Glyph name: lessequal Contours detected: 6 Expected: 2 - Glyph name: longs Contours detected: 2 Expected: 1 - Glyph name: lozenge Contours detected: 8 Expected: 2 - Glyph name: m Contours detected: 2 Expected: 1 - Glyph name: multiply Contours detected: 5 Expected: 1 - Glyph name: n Contours detected: 2 Expected: 1 - Glyph name: nacute Contours detected: 4 Expected: 2 - Glyph name: napostrophe Contours detected: 3 Expected: 2 - Glyph name: ncaron Contours detected: 5 Expected: 2 - Glyph name: nine Contours detected: 3 Expected: 1 or 2 - Glyph name: ntilde Contours detected: 3 Expected: 2 - Glyph name: nu Contours detected: 3 Expected: 1 - Glyph name: o Contours detected: 4 Expected: 2 - Glyph name: oacute Contours detected: 6 Expected: 3 - Glyph name: ocircumflex Contours detected: 7 Expected: 3 - Glyph name: odieresis Contours detected: 6 Expected: 4 - Glyph name: oe Contours detected: 4 Expected: 3 - Glyph name: ograve Contours detected: 6 Expected: 3 - Glyph name: ohungarumlaut Contours detected: 8 Expected: 4 - Glyph name: omacron Contours detected: 5 Expected: 3 - Glyph name: omega Contours detected: 5 Expected: 1 - Glyph name: omegatonos Contours detected: 6 Expected: 2 - Glyph name: omicron Contours detected: 4 Expected: 2 - Glyph name: omicrontonos Contours detected: 5 Expected: 3 - Glyph name: onehalf Contours detected: 6 Expected: 3 - Glyph name: ordfeminine Contours detected: 1 Expected: 2 or 3 - Glyph name: ordmasculine Contours detected: 4 Expected: 2 or 3 - Glyph name: oslash Contours detected: 2 Expected: 3 - Glyph name: otilde Contours detected: 5 Expected: 3 - Glyph name: parenleft Contours detected: 3 Expected: 1 - Glyph name: parenright Contours detected: 3 Expected: 1 - Glyph name: partialdiff Contours detected: 4 Expected: 2 - Glyph name: percent Contours detected: 6 Expected: 4 or 5 - Glyph name: psi Contours detected: 2 Expected: 1 - Glyph name: q Contours detected: 1 Expected: 2 - Glyph name: question Contours detected: 4 Expected: 2 - Glyph name: questiondown Contours detected: 4 Expected: 2 - Glyph name: racute Contours detected: 3 Expected: 2 - Glyph name: rcaron Contours detected: 4 Expected: 2 - Glyph name: rho Contours detected: 3 Expected: 2 - Glyph name: ring Contours detected: 4 Expected: 2 - Glyph name: s Contours detected: 3 Expected: 1 - Glyph name: sacute Contours detected: 5 Expected: 2 - Glyph name: scaron Contours detected: 6 Expected: 2 - Glyph name: scircumflex Contours detected: 6 Expected: 2 - Glyph name: section Contours detected: 1 Expected: 2 - Glyph name: semicolon Contours detected: 3 Expected: 2 - Glyph name: seven Contours detected: 2 Expected: 1 - Glyph name: sigma Contours detected: 3 Expected: 2 - Glyph name: six Contours detected: 4 Expected: 1 or 2 - Glyph name: slash Contours detected: 2 Expected: 1 - Glyph name: sterling Contours detected: 3 Expected: 1 or 2 - Glyph name: summation Contours detected: 3 Expected: 1 - Glyph name: t Contours detected: 2 Expected: 1 - Glyph name: tbar Contours detected: 2 Expected: 1 - Glyph name: tcaron Contours detected: 3 Expected: 2 - Glyph name: three Contours detected: 5 Expected: 1 - Glyph name: threequarters Contours detected: 6 Expected: 3 or 4 - Glyph name: trademark Contours detected: 1 Expected: 2 - Glyph name: two Contours detected: 4 Expected: 1 - Glyph name: uacute Contours detected: 3 Expected: 2 - Glyph name: ubreve Contours detected: 4 Expected: 2 - Glyph name: ucircumflex Contours detected: 4 Expected: 2 - Glyph name: ugrave Contours detected: 3 Expected: 2 - Glyph name: uhungarumlaut Contours detected: 5 Expected: 3 - Glyph name: uni0186 Contours detected: 5 Expected: 1 - Glyph name: uni0187 Contours detected: 6 Expected: 1 - Glyph name: uni0188 Contours detected: 4 Expected: 1 - Glyph name: uni018F Contours detected: 3 Expected: 2 - Glyph name: uni0190 Contours detected: 7 Expected: 1 - Glyph name: uni0191 Contours detected: 2 Expected: 1 - Glyph name: uni0193 Contours detected: 3 Expected: 1 - Glyph name: uni0194 Contours detected: 6 Expected: 2 - Glyph name: uni0198 Contours detected: 6 Expected: 1 - Glyph name: uni0199 Contours detected: 4 Expected: 1 - Glyph name: uni019B Contours detected: 3 Expected: 1 - Glyph name: uni019D Contours detected: 3 Expected: 1 - Glyph name: uni019E Contours detected: 2 Expected: 1 - Glyph name: uni01A4 Contours detected: 3 Expected: 2 - Glyph name: uni01A9 Contours detected: 3 Expected: 1 - Glyph name: uni01AC Contours detected: 2 Expected: 1 - Glyph name: uni01AD Contours detected: 3 Expected: 1 - Glyph name: uni01AE Contours detected: 2 Expected: 1 - Glyph name: uni01B1 Contours detected: 5 Expected: 1 - Glyph name: uni01B2 Contours detected: 4 Expected: 1 - Glyph name: uni01B3 Contours detected: 3 Expected: 1 - Glyph name: uni01B4 Contours detected: 5 Expected: 1 - Glyph name: uni01B5 Contours detected: 5 Expected: 1 - Glyph name: uni01B6 Contours detected: 4 Expected: 1 - Glyph name: uni01B7 Contours detected: 4 Expected: 1 - Glyph name: uni01B8 Contours detected: 4 Expected: 1 - Glyph name: uni01B9 Contours detected: 4 Expected: 1 - Glyph name: uni01CD Contours detected: 5 Expected: 3 - Glyph name: uni01CE Contours detected: 4 Expected: 3 - Glyph name: uni01CF Contours detected: 4 Expected: 2 - Glyph name: uni01D0 Contours detected: 4 Expected: 2 - Glyph name: uni01D1 Contours detected: 7 Expected: 3 - Glyph name: uni01D2 Contours detected: 7 Expected: 3 - Glyph name: uni01D3 Contours detected: 6 Expected: 2 - Glyph name: uni01D4 Contours detected: 4 Expected: 2 - Glyph name: uni01D5 Contours detected: 6 Expected: 4 - Glyph name: uni01D7 Contours detected: 7 Expected: 4 - Glyph name: uni01D8 Contours detected: 5 Expected: 4 - Glyph name: uni01D9 Contours detected: 8 Expected: 4 - Glyph name: uni01DA Contours detected: 6 Expected: 4 - Glyph name: uni01DB Contours detected: 7 Expected: 4 - Glyph name: uni01DC Contours detected: 5 Expected: 4 - Glyph name: uni01DF Contours detected: 4 Expected: 5 - Glyph name: uni01E1 Contours detected: 3 Expected: 4 - Glyph name: uni01E2 Contours detected: 2 Expected: 3 - Glyph name: uni01E3 Contours detected: 2 Expected: 4 - Glyph name: uni01E4 Contours detected: 2 Expected: 1 - Glyph name: uni01E5 Contours detected: 1 Expected: 2 - Glyph name: uni01E8 Contours detected: 8 Expected: 2 - Glyph name: uni01E9 Contours detected: 6 Expected: 2 - Glyph name: uni01EC Contours detected: 5 Expected: 3 - Glyph name: uni01ED Contours detected: 6 Expected: 3 - Glyph name: uni01EE Contours detected: 7 Expected: 2 - Glyph name: uni01EF Contours detected: 7 Expected: 2 - Glyph name: uni01F8 Contours detected: 4 Expected: 2 - Glyph name: uni01F9 Contours detected: 4 Expected: 2 - Glyph name: uni0218 Contours detected: 6 Expected: 2 - Glyph name: uni0219 Contours detected: 4 Expected: 2 - Glyph name: uni021B Contours detected: 3 Expected: 2 - Glyph name: uni021E Contours detected: 4 Expected: 2 - Glyph name: uni021F Contours detected: 5 Expected: 2 - Glyph name: uni0220 Contours detected: 2 Expected: 1 - Glyph name: uni0222 Contours detected: 7 Expected: 2 - Glyph name: uni0223 Contours detected: 6 Expected: 2 - Glyph name: uni0227 Contours detected: 2 Expected: 3 - Glyph name: uni0228 Contours detected: 2 Expected: 1 - Glyph name: uni0229 Contours detected: 3 Expected: 2 - Glyph name: uni022A Contours detected: 7 Expected: 5 - Glyph name: uni022B Contours detected: 7 Expected: 5 - Glyph name: uni022C Contours detected: 6 Expected: 4 - Glyph name: uni022D Contours detected: 6 Expected: 4 - Glyph name: uni022E Contours detected: 5 Expected: 3 - Glyph name: uni022F Contours detected: 5 Expected: 3 - Glyph name: uni0230 Contours detected: 6 Expected: 4 - Glyph name: uni0231 Contours detected: 6 Expected: 4 - Glyph name: uni0232 Contours detected: 4 Expected: 2 - Glyph name: uni0233 Contours detected: 5 Expected: 2 - Glyph name: uni023B Contours detected: 7 Expected: 2 - Glyph name: uni023C Contours detected: 4 Expected: 2 - Glyph name: uni0241 Contours detected: 5 Expected: 1 - Glyph name: uni0242 Contours detected: 4 Expected: 1 - Glyph name: uni0244 Contours detected: 3 Expected: 2 - Glyph name: uni0245 Contours detected: 3 Expected: 1 - Glyph name: uni0246 Contours detected: 1 Expected: 3 - Glyph name: uni0248 Contours detected: 3 Expected: 1 - Glyph name: uni024A Contours detected: 6 Expected: 2 - Glyph name: uni024C Contours detected: 3 Expected: 2 - Glyph name: uni024E Contours detected: 3 Expected: 2 - Glyph name: uni024F Contours detected: 4 Expected: 2 - Glyph name: uni0251 Contours detected: 1 Expected: 2 - Glyph name: uni0272 Contours detected: 3 Expected: 1 - Glyph name: uni0292 Contours detected: 4 Expected: 1 - Glyph name: uni02CA Contours detected: 2 Expected: 1 - Glyph name: uni02CB Contours detected: 2 Expected: 1 - Glyph name: uni0302 Contours detected: 3 Expected: 1 - Glyph name: uni0306 Contours detected: 3 Expected: 1 - Glyph name: uni030A Contours detected: 4 Expected: 2 - Glyph name: uni030B Contours detected: 4 Expected: 2 - Glyph name: uni030C Contours detected: 3 Expected: 1 - Glyph name: uni030F Contours detected: 4 Expected: 2 - Glyph name: uni0311 Contours detected: 3 Expected: 1 - Glyph name: uni0325 Contours detected: 4 Expected: 2 - Glyph name: uni032E Contours detected: 3 Expected: 1 - Glyph name: uni0374 Contours detected: 2 Expected: 1 - Glyph name: uni0375 Contours detected: 2 Expected: 1 - Glyph name: uni037E Contours detected: 3 Expected: 2 - Glyph name: uni0394 Contours detected: 4 Expected: 2 - Glyph name: uni03CF Contours detected: 6 Expected: 1 - Glyph name: uni03D7 Contours detected: 3 Expected: 1 - Glyph name: uni0400 Contours detected: 3 Expected: 2 - Glyph name: uni040D Contours detected: 4 Expected: 2 - Glyph name: uni0450 Contours detected: 4 Expected: 3 - Glyph name: uni045D Contours detected: 4 Expected: 2 - Glyph name: uni046A Contours detected: 4 Expected: 2 - Glyph name: uni046B Contours detected: 4 Expected: 2 - Glyph name: uni0494 Contours detected: 3 Expected: 1 - Glyph name: uni0495 Contours detected: 3 Expected: 1 - Glyph name: uni0496 Contours detected: 8 Expected: 1 or 2 - Glyph name: uni0497 Contours detected: 4 Expected: 1 or 2 - Glyph name: uni0498 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni0499 Contours detected: 3 Expected: 1 or 2 - Glyph name: uni049A Contours detected: 5 Expected: 1 or 2 - Glyph name: uni049B Contours detected: 3 Expected: 1 or 2 - Glyph name: uni049C Contours detected: 3 Expected: 1 - Glyph name: uni049D Contours detected: 2 Expected: 1 - Glyph name: uni04A0 Contours detected: 5 Expected: 1 - Glyph name: uni04A1 Contours detected: 3 Expected: 1 - Glyph name: uni04AA Contours detected: 3 Expected: 1 or 2 - Glyph name: uni04AB Contours detected: 3 Expected: 1 or 2 - Glyph name: uni04AE Contours detected: 3 Expected: 1 - Glyph name: uni04AF Contours detected: 3 Expected: 1 - Glyph name: uni04B0 Contours detected: 3 Expected: 1 - Glyph name: uni04B1 Contours detected: 3 Expected: 1 - Glyph name: uni04B2 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni04B3 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni04BA Contours detected: 2 Expected: 1 - Glyph name: uni04BB Contours detected: 2 Expected: 1 - Glyph name: uni04D0 Contours detected: 5 Expected: 3 - Glyph name: uni04D1 Contours detected: 4 Expected: 3 - Glyph name: uni04D3 Contours detected: 3 Expected: 4 - Glyph name: uni04D4 Contours detected: 1 Expected: 2 - Glyph name: uni04D5 Contours detected: 1 Expected: 3 - Glyph name: uni04D6 Contours detected: 4 Expected: 2 - Glyph name: uni04D7 Contours detected: 5 Expected: 3 - Glyph name: uni04D8 Contours detected: 3 Expected: 2 - Glyph name: uni04DC Contours detected: 10 Expected: 3 - Glyph name: uni04DD Contours detected: 6 Expected: 3 - Glyph name: uni04DE Contours detected: 7 Expected: 3 - Glyph name: uni04DF Contours detected: 5 Expected: 3 - Glyph name: uni04E2 Contours detected: 3 Expected: 2 - Glyph name: uni04E3 Contours detected: 3 Expected: 2 - Glyph name: uni04E4 Contours detected: 4 Expected: 3 - Glyph name: uni04E5 Contours detected: 4 Expected: 3 - Glyph name: uni04E6 Contours detected: 6 Expected: 4 - Glyph name: uni04E7 Contours detected: 6 Expected: 4 - Glyph name: uni04EE Contours detected: 5 Expected: 2 - Glyph name: uni04EF Contours detected: 5 Expected: 2 - Glyph name: uni04F0 Contours detected: 6 Expected: 3 - Glyph name: uni04F1 Contours detected: 6 Expected: 3 - Glyph name: uni04F2 Contours detected: 8 Expected: 3 - Glyph name: uni04F3 Contours detected: 8 Expected: 3 - Glyph name: uni051A Contours detected: 6 Expected: 2 - Glyph name: uni051B Contours detected: 1 Expected: 2 - Glyph name: uni051C Contours detected: 5 Expected: 1 - Glyph name: uni051D Contours detected: 5 Expected: 1 - Glyph name: uni1E00 Contours detected: 6 Expected: 4 - Glyph name: uni1E01 Contours detected: 5 Expected: 4 - Glyph name: uni1E08 Contours detected: 8 Expected: 2 - Glyph name: uni1E09 Contours detected: 6 Expected: 2 - Glyph name: uni1E0B Contours detected: 2 Expected: 3 - Glyph name: uni1E0D Contours detected: 2 Expected: 3 - Glyph name: uni1E0F Contours detected: 2 Expected: 3 - Glyph name: uni1E14 Contours detected: 4 Expected: 3 - Glyph name: uni1E15 Contours detected: 5 Expected: 4 - Glyph name: uni1E16 Contours detected: 4 Expected: 3 - Glyph name: uni1E17 Contours detected: 5 Expected: 4 - Glyph name: uni1E1C Contours detected: 4 Expected: 2 - Glyph name: uni1E1D Contours detected: 6 Expected: 3 - Glyph name: uni1E20 Contours detected: 3 Expected: 2 - Glyph name: uni1E21 Contours detected: 2 Expected: 3 or 4 - Glyph name: uni1E25 Contours detected: 3 Expected: 2 - Glyph name: uni1E2A Contours detected: 4 Expected: 2 - Glyph name: uni1E2B Contours detected: 5 Expected: 2 - Glyph name: uni1E2E Contours detected: 5 Expected: 4 - Glyph name: uni1E2F Contours detected: 5 Expected: 4 - Glyph name: uni1E3E Contours detected: 5 Expected: 2 - Glyph name: uni1E3F Contours detected: 4 Expected: 2 - Glyph name: uni1E40 Contours detected: 4 Expected: 2 - Glyph name: uni1E41 Contours detected: 3 Expected: 2 - Glyph name: uni1E42 Contours detected: 4 Expected: 2 - Glyph name: uni1E43 Contours detected: 3 Expected: 2 - Glyph name: uni1E44 Contours detected: 3 Expected: 2 - Glyph name: uni1E45 Contours detected: 3 Expected: 2 - Glyph name: uni1E46 Contours detected: 3 Expected: 2 - Glyph name: uni1E47 Contours detected: 3 Expected: 2 - Glyph name: uni1E48 Contours detected: 3 Expected: 2 - Glyph name: uni1E49 Contours detected: 3 Expected: 2 - Glyph name: uni1E4C Contours detected: 7 Expected: 4 - Glyph name: uni1E4D Contours detected: 7 Expected: 4 - Glyph name: uni1E4E Contours detected: 7 Expected: 5 - Glyph name: uni1E4F Contours detected: 7 Expected: 5 - Glyph name: uni1E50 Contours detected: 7 Expected: 4 - Glyph name: uni1E51 Contours detected: 7 Expected: 4 - Glyph name: uni1E52 Contours detected: 7 Expected: 4 - Glyph name: uni1E53 Contours detected: 7 Expected: 4 - Glyph name: uni1E5A Contours detected: 4 Expected: 3 - Glyph name: uni1E5C Contours detected: 5 Expected: 4 - Glyph name: uni1E5E Contours detected: 4 Expected: 3 - Glyph name: uni1E60 Contours detected: 6 Expected: 2 - Glyph name: uni1E61 Contours detected: 4 Expected: 2 - Glyph name: uni1E62 Contours detected: 6 Expected: 2 - Glyph name: uni1E63 Contours detected: 4 Expected: 2 - Glyph name: uni1E64 Contours detected: 8 Expected: 3 - Glyph name: uni1E65 Contours detected: 6 Expected: 3 - Glyph name: uni1E66 Contours detected: 9 Expected: 3 - Glyph name: uni1E67 Contours detected: 7 Expected: 3 - Glyph name: uni1E68 Contours detected: 7 Expected: 3 - Glyph name: uni1E69 Contours detected: 5 Expected: 3 - Glyph name: uni1E6B Contours detected: 3 Expected: 2 - Glyph name: uni1E6D Contours detected: 3 Expected: 2 - Glyph name: uni1E6F Contours detected: 3 Expected: 2 - Glyph name: uni1E78 Contours detected: 6 Expected: 3 - Glyph name: uni1E79 Contours detected: 4 Expected: 3 - Glyph name: uni1E7A Contours detected: 6 Expected: 4 - Glyph name: uni1E8E Contours detected: 4 Expected: 2 - Glyph name: uni1E8F Contours detected: 5 Expected: 2 - Glyph name: uni1E92 Contours detected: 4 Expected: 2 - Glyph name: uni1E93 Contours detected: 3 Expected: 2 - Glyph name: uni1E9E Contours detected: 5 Expected: 1 - Glyph name: uni1EA1 Contours detected: 2 Expected: 3 - Glyph name: uni1EAC Contours detected: 6 Expected: 4 - Glyph name: uni1EAD Contours detected: 5 Expected: 4 - Glyph name: uni1EC6 Contours detected: 5 Expected: 3 - Glyph name: uni1EC7 Contours detected: 6 Expected: 4 - Glyph name: uni1ECC Contours detected: 5 Expected: 3 - Glyph name: uni1ECD Contours detected: 5 Expected: 3 - Glyph name: uni1ED8 Contours detected: 8 Expected: 4 - Glyph name: uni1ED9 Contours detected: 8 Expected: 4 - Glyph name: uni1EE4 Contours detected: 4 Expected: 2 - Glyph name: uni20A6 Contours detected: 2 Expected: 1, 3 or 5 - Glyph name: uni20A9 Contours detected: 2 Expected: 1, 3, 4 or 7 - Glyph name: uni20AA Contours detected: 4 Expected: 2 - Glyph name: uni20AD Contours detected: 3 Expected: 1 - Glyph name: uni20B4 Contours detected: 3 Expected: 1 or 2 - Glyph name: uni20B5 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni20B9 Contours detected: 4 Expected: 1 - Glyph name: uni20BA Contours detected: 2 Expected: 1 - Glyph name: uni20BC Contours detected: 3 Expected: 1 - Glyph name: uni2196 Contours detected: 4 Expected: 1 - Glyph name: uni2197 Contours detected: 4 Expected: 1 - Glyph name: uni2198 Contours detected: 3 Expected: 1 - Glyph name: uni2199 Contours detected: 4 Expected: 1 - Glyph name: uni25C1 Contours detected: 1 Expected: 2 - Glyph name: uni25C7 Contours detected: 8 Expected: 2 - Glyph name: uni27E8 Contours detected: 3 Expected: 1 - Glyph name: uni27E9 Contours detected: 3 Expected: 1 - Glyph name: uniA78C Contours detected: 2 Expected: 1 - Glyph name: uogonek Contours detected: 2 Expected: 1 - Glyph name: upsilon Contours detected: 3 Expected: 1 - Glyph name: upsilondieresis Contours detected: 5 Expected: 3 - Glyph name: upsilondieresistonos Contours detected: 6 Expected: 4 - Glyph name: upsilontonos Contours detected: 4 Expected: 2 - Glyph name: uring Contours detected: 5 Expected: 3 - Glyph name: v Contours detected: 3 Expected: 1 - Glyph name: w Contours detected: 5 Expected: 1 - Glyph name: wacute Contours detected: 7 Expected: 2 - Glyph name: wcircumflex Contours detected: 8 Expected: 2 - Glyph name: wdieresis Contours detected: 7 Expected: 3 - Glyph name: wgrave Contours detected: 7 Expected: 2 - Glyph name: x Contours detected: 5 Expected: 1 - Glyph name: xi Contours detected: 5 Expected: 1 - Glyph name: y Contours detected: 4 Expected: 1 - Glyph name: yacute Contours detected: 6 Expected: 2 - Glyph name: ycircumflex Contours detected: 7 Expected: 2 - Glyph name: ydieresis Contours detected: 6 Expected: 3 - Glyph name: yen Contours detected: 3 Expected: 1 or 2 - Glyph name: ygrave Contours detected: 6 Expected: 2 - Glyph name: z Contours detected: 2 Expected: 1 - Glyph name: zacute Contours detected: 4 Expected: 2 - Glyph name: zcaron Contours detected: 5 Expected: 2 - Glyph name: zdotaccent Contours detected: 3 Expected: 2 - Glyph name: zero Contours detected: 4 Expected: 2 or 3 - Glyph name: zeta Contours detected: 3 Expected: 1
-
🔥 FAIL
The following glyphs have no contours even though they were expected to have some:
[code: no-contour]- Glyph name: uni2249 Expected: 1 - Glyph name: uni2249 Expected: 1
Checking all files are in the same directory.
Each font in a family must have the same set of vertical metrics values.
Checking OS/2 usWinAscent & usWinDescent.
Do we have the latest version of FontBakery installed?
Ensure that the font can be rasterized by FreeType.
Ensure no GPOS7 lookups are present.
EXPERIMENTAL CHECK - Since 2024/Jun/10
Ensure 'smcp' (small caps) lookups are defined before ligature lookups in the 'GSUB' table.
Detect any interpolation issues in the font.
Check that legacy accents aren't used in composite glyphs.
Checking Vertical Metric Linegaps.
Font contains '.notdef' as its first glyph?
Check math signs have the same width.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
The most common width is 512 among a set of 11 math glyphs. The following math glyphs have a different width, though:
Width = 384: minus
Width = 640: approxequal, uni2249
[code: width-outliers]
Name table records must not have trailing spaces.
Checking OS/2 Metrics match hhea Metrics.
Checking with ots-sanitize.
Font contains all required tables?
Ensure indic fonts have the Indian Rupee Sign glyph.
Font has the proper sfntVersion value?
Does the font contain a soft hyphen?
Checking STAT table entries in static fonts.
Check correctness of STAT table strings
EXPERIMENTAL CHECK - Since 2024/Jun/04
Check tabular widths don't have kerning.
Ensure component transforms do not perform scaling or rotation.
EXPERIMENTAL CHECK - Since 2024/Jul/17
Checking that the typoAscender exceeds the yMax of the /Agrave.
🔥 Tiny5-Regular.ttf
-
🔥 FAIL
OS/2.sTypoAscender value should be greater than 1024, but got 896 instead
[code: typoAscender]
Font contains unique glyph names?
Check font contains no unreachable glyphs
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
The following glyphs could not be reached by codepoint or substitution rules:
[code: unreachable-glyphs]- nonmarkingreturn
Are there unwanted tables?
Glyph names are all valid?
Font has **proper** whitespace glyph names?
Font contains glyphs for whitespace characters?
Whitespace glyphs have ink?
Space and non-breaking space have the same width?
Article Checks
⚠️Validate size, and resolution of article images, and ensure article page has minimum length and includes visual assets.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
Family metadata at /home/runner/work/gf-dashboard/gf-dashboard/fonts/ofl/tiny5 does not have an article.
[code: lacks-article]
Metadata Checks
⚠️⏩⏩⏩ℹ️Does METADATA.pb copyright field contain broken links?
METADATA.pb: Font styles are named canonically?
METADATA.pb: Check that font weight has a canonical value.
Check samples can be rendered.
Ensure METADATA.pb category field is valid.
Check if category on METADATA.pb matches what can be inferred from the family name.
Validate VF axes match the ones declared on METADATA.pb.
METADATA.pb: Check URL on copyright string is the same as in repository_url field.
METADATA.pb: Copyright notice is the same in all fonts?
EXPERIMENTAL CHECK - Since 2024/May/22
Validate 'date_added' field on METADATA.pb.
METADATA.pb: Designers are listed correctly on the Google Fonts catalog?
Multiple values in font designer field in METADATA.pb must be separated by commas.
At least one designer is declared in METADATA.pb
Ensure METADATA.pb does not use escaped strings.
Check font family directory name.
Check that METADATA.pb family values are all the same.
METADATA.pb: Font filenames match font.filename entries?
Validate METADATA.pb axes values are within gf_axisregistry bounds.
Validate METADATA.pb axes tags are defined in gf_axisregistry.
Ensure there is a regular style defined in METADATA.pb.
Check METADATA.pb includes production subsets.
Check METADATA.pb file only contains a single CJK subset.
METADATA.pb license is "APACHE2", "UFL" or "OFL"?
METADATA.pb font.filename and font.post_script_name fields have equivalent values?
METADATA.pb font.full_name and font.post_script_name fields have equivalent values ?
METADATA.pb: Check font name is the same as family name.
METADATA.pb weight matches postScriptName for static fonts.
METADATA.pb should contain at least "menu" and "latin" subsets.
METADATA.pb: Validate family.minisite_url field.
METADATA.pb font.name and font.full_name fields match the values declared on the name table?
METADATA.pb font.name value should be same as the family name declared on the name table.
Checks METADATA.pb font.post_script_name matches postscript name declared on the name table.
Check METADATA.pb font weights are correct.
Check METADATA.pb parse correctly.
METADATA.pb: Check for primary_script
METADATA.pb: Regular should be 400.
Copyright notice on METADATA.pb should not contain 'Reserved Font Name'.
METADATA.pb subsets should be alphabetically ordered.
Ensure METADATA.pb lists all font binaries.
METADATA.pb: check if fonts field only has unique "full_name" values.
METADATA.pb: check if fonts field only contains unique style:weight pairs.
Check for codepoints not covered by METADATA subsets.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
The following codepoints supported by the font are not covered by any subsets defined in the font's metadata file, and will never be served. You can solve this by either manually adding additional subset declarations to METADATA.pb, or by editing the glyphset definitions.
- U+02B0 MODIFIER LETTER SMALL H: not included in any glyphset definition
- U+02B7 MODIFIER LETTER SMALL W: not included in any glyphset definition
- U+02BD MODIFIER LETTER REVERSED COMMA: not included in any glyphset definition
- U+02BE MODIFIER LETTER RIGHT HALF RING: not included in any glyphset definition
- U+02BF MODIFIER LETTER LEFT HALF RING: not included in any glyphset definition
- U+02C0 MODIFIER LETTER GLOTTAL STOP: not included in any glyphset definition
- U+02C7 CARON: try adding one of: canadian-aboriginal, yi, tifinagh
- U+02C9 MODIFIER LETTER MACRON: not included in any glyphset definition
- U+02CA MODIFIER LETTER ACUTE ACCENT: not included in any glyphset definition
- U+02CB MODIFIER LETTER GRAVE ACCENT: not included in any glyphset definition
- U+02D7 MODIFIER LETTER MINUS SIGN: not included in any glyphset definition
- U+02D8 BREVE: try adding one of: canadian-aboriginal, yi
- U+02D9 DOT ABOVE: try adding one of: canadian-aboriginal, yi
- U+02DB OGONEK: try adding one of: canadian-aboriginal, yi
- U+02DD DOUBLE ACUTE ACCENT: not included in any glyphset definition
- U+02EE MODIFIER LETTER DOUBLE APOSTROPHE: not included in any glyphset definition
- U+0302 COMBINING CIRCUMFLEX ACCENT: try adding one of: tifinagh, math, cherokee, coptic
- U+0306 COMBINING BREVE: try adding one of: tifinagh, old-permic
- U+0307 COMBINING DOT ABOVE: try adding one of: canadian-aboriginal, malayalam, tai-le, coptic, old-permic, tifinagh, syriac, math
- U+030A COMBINING RING ABOVE: try adding syriac
- U+030B COMBINING DOUBLE ACUTE ACCENT: try adding one of: cherokee, osage
- U+030C COMBINING CARON: try adding one of: cherokee, tai-le
- U+030D COMBINING VERTICAL LINE ABOVE: not included in any glyphset definition
- U+030F COMBINING DOUBLE GRAVE ACCENT: not included in any glyphset definition
- U+0310 COMBINING CANDRABINDU: not included in any glyphset definition
- U+0311 COMBINING INVERTED BREVE: try adding coptic
- U+0313 COMBINING COMMA ABOVE: try adding old-permic
- U+0324 COMBINING DIAERESIS BELOW: try adding one of: syriac, cherokee
- U+0325 COMBINING RING BELOW: try adding syriac
- U+0326 COMBINING COMMA BELOW: not included in any glyphset definition
- U+0327 COMBINING CEDILLA: not included in any glyphset definition
- U+0328 COMBINING OGONEK: not included in any glyphset definition
- U+032D COMBINING CIRCUMFLEX ACCENT BELOW: try adding syriac
- U+032E COMBINING BREVE BELOW: try adding syriac
- U+032F COMBINING INVERTED BREVE BELOW: not included in any glyphset definition
- U+0330 COMBINING TILDE BELOW: try adding one of: syriac, math, cherokee
- U+0331 COMBINING MACRON BELOW: try adding one of: gothic, tifinagh, syriac, cherokee, caucasian-albanian
- U+0334 COMBINING TILDE OVERLAY: not included in any glyphset definition
- U+0358 COMBINING DOT ABOVE RIGHT: try adding osage
- U+0E3F THAI CURRENCY SYMBOL BAHT: try adding thai
- U+1D58 MODIFIER LETTER SMALL U: not included in any glyphset definition
- U+1D5B MODIFIER LETTER SMALL V: not included in any glyphset definition
- U+1D7B LATIN SMALL CAPITAL LETTER I WITH STROKE: not included in any glyphset definition
- U+1D7D LATIN SMALL LETTER P WITH STROKE: not included in any glyphset definition
- U+1DBB MODIFIER LETTER SMALL Z: not included in any glyphset definition
- U+1DC4 COMBINING MACRON-ACUTE: not included in any glyphset definition
- U+1DC5 COMBINING GRAVE-MACRON: not included in any glyphset definition
- U+1DC6 COMBINING MACRON-GRAVE: not included in any glyphset definition
- U+1DC7 COMBINING ACUTE-MACRON: not included in any glyphset definition
- U+1DCA COMBINING LATIN SMALL LETTER R BELOW: not included in any glyphset definition
- U+1EA0 LATIN CAPITAL LETTER A WITH DOT BELOW: try adding vietnamese
- U+1EA1 LATIN SMALL LETTER A WITH DOT BELOW: try adding vietnamese
- U+1EAC LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW: try adding vietnamese
- U+1EAD LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW: try adding vietnamese
- U+1EB8 LATIN CAPITAL LETTER E WITH DOT BELOW: try adding vietnamese
- U+1EB9 LATIN SMALL LETTER E WITH DOT BELOW: try adding vietnamese
- U+1EBC LATIN CAPITAL LETTER E WITH TILDE: try adding vietnamese
- U+1EBD LATIN SMALL LETTER E WITH TILDE: try adding vietnamese
- U+1EC6 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW: try adding vietnamese
- U+1EC7 LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW: try adding vietnamese
- U+1ECA LATIN CAPITAL LETTER I WITH DOT BELOW: try adding vietnamese
- U+1ECB LATIN SMALL LETTER I WITH DOT BELOW: try adding vietnamese
- U+1ECC LATIN CAPITAL LETTER O WITH DOT BELOW: try adding vietnamese
- U+1ECD LATIN SMALL LETTER O WITH DOT BELOW: try adding vietnamese
- U+1ED8 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW: try adding vietnamese
- U+1ED9 LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW: try adding vietnamese
- U+1EE4 LATIN CAPITAL LETTER U WITH DOT BELOW: try adding vietnamese
- U+1EE5 LATIN SMALL LETTER U WITH DOT BELOW: try adding vietnamese
- U+2015 HORIZONTAL BAR: try adding adlam
- U+2016 DOUBLE VERTICAL LINE: not included in any glyphset definition
- U+201B SINGLE HIGH-REVERSED-9 QUOTATION MARK: try adding adlam
- U+201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK: not included in any glyphset definition
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2023 TRIANGULAR BULLET: not included in any glyphset definition
- U+2024 ONE DOT LEADER: try adding armenian
- U+2025 TWO DOT LEADER: try adding phags-pa
- U+2030 PER MILLE SIGN: try adding adlam
- U+2031 PER TEN THOUSAND SIGN: not included in any glyphset definition
- U+2034 TRIPLE PRIME: try adding math
- U+2035 REVERSED PRIME: try adding math
- U+2036 REVERSED DOUBLE PRIME: try adding math
- U+2037 REVERSED TRIPLE PRIME: try adding math
- U+2075 SUPERSCRIPT FIVE: not included in any glyphset definition
- U+2076 SUPERSCRIPT SIX: not included in any glyphset definition
- U+2077 SUPERSCRIPT SEVEN: not included in any glyphset definition
- U+2078 SUPERSCRIPT EIGHT: not included in any glyphset definition
- U+2079 SUPERSCRIPT NINE: not included in any glyphset definition
- U+207F SUPERSCRIPT LATIN SMALL LETTER N: not included in any glyphset definition
- U+2081 SUBSCRIPT ONE: not included in any glyphset definition
- U+2082 SUBSCRIPT TWO: not included in any glyphset definition
- U+2083 SUBSCRIPT THREE: not included in any glyphset definition
- U+2084 SUBSCRIPT FOUR: not included in any glyphset definition
- U+2085 SUBSCRIPT FIVE: not included in any glyphset definition
- U+2086 SUBSCRIPT SIX: not included in any glyphset definition
- U+2087 SUBSCRIPT SEVEN: not included in any glyphset definition
- U+2088 SUBSCRIPT EIGHT: not included in any glyphset definition
- U+2089 SUBSCRIPT NINE: not included in any glyphset definition
- U+2126 OHM SIGN: not included in any glyphset definition
- U+212E ESTIMATED SYMBOL: not included in any glyphset definition
- U+2153 VULGAR FRACTION ONE THIRD: not included in any glyphset definition
- U+2154 VULGAR FRACTION TWO THIRDS: not included in any glyphset definition
- U+2190 LEFTWARDS ARROW: try adding one of: math, symbols
- U+2192 RIGHTWARDS ARROW: try adding one of: math, symbols
- U+2194 LEFT RIGHT ARROW: try adding one of: math, symbols
- U+2195 UP DOWN ARROW: try adding one of: math, symbols
- U+2196 NORTH WEST ARROW: try adding one of: math, symbols
- U+2197 NORTH EAST ARROW: try adding one of: math, symbols
- U+2198 SOUTH EAST ARROW: try adding one of: math, symbols
- U+2199 SOUTH WEST ARROW: try adding one of: math, symbols
- U+2202 PARTIAL DIFFERENTIAL: try adding math
- U+2205 EMPTY SET: try adding math
- U+2206 INCREMENT: try adding math
- U+220F N-ARY PRODUCT: try adding math
- U+2211 N-ARY SUMMATION: try adding math
- U+221A SQUARE ROOT: try adding math
- U+221E INFINITY: try adding math
- U+222B INTEGRAL: try adding math
- U+2248 ALMOST EQUAL TO: try adding math
- U+2249 NOT ALMOST EQUAL TO: try adding math
- U+2260 NOT EQUAL TO: try adding math
- U+2264 LESS-THAN OR EQUAL TO: try adding math
- U+2265 GREATER-THAN OR EQUAL TO: try adding math
- U+25A0 BLACK SQUARE: try adding symbols
- U+25A1 WHITE SQUARE: try adding symbols
- U+25AA BLACK SMALL SQUARE: try adding symbols
- U+25AB WHITE SMALL SQUARE: try adding symbols
- U+25B2 BLACK UP-POINTING TRIANGLE: try adding symbols
- U+25B3 WHITE UP-POINTING TRIANGLE: try adding one of: math, symbols
- U+25B4 BLACK UP-POINTING SMALL TRIANGLE: try adding symbols
- U+25B5 WHITE UP-POINTING SMALL TRIANGLE: try adding symbols
- U+25B6 BLACK RIGHT-POINTING TRIANGLE: try adding symbols
- U+25B7 WHITE RIGHT-POINTING TRIANGLE: try adding one of: math, symbols
- U+25B8 BLACK RIGHT-POINTING SMALL TRIANGLE: try adding symbols
- U+25B9 WHITE RIGHT-POINTING SMALL TRIANGLE: try adding symbols
- U+25BA BLACK RIGHT-POINTING POINTER: try adding symbols
- U+25BB WHITE RIGHT-POINTING POINTER: try adding symbols
- U+25BC BLACK DOWN-POINTING TRIANGLE: try adding symbols
- U+25BD WHITE DOWN-POINTING TRIANGLE: try adding one of: math, symbols
- U+25BE BLACK DOWN-POINTING SMALL TRIANGLE: try adding symbols
- U+25BF WHITE DOWN-POINTING SMALL TRIANGLE: try adding symbols
- U+25C0 BLACK LEFT-POINTING TRIANGLE: try adding symbols
- U+25C1 WHITE LEFT-POINTING TRIANGLE: try adding one of: math, symbols
- U+25C2 BLACK LEFT-POINTING SMALL TRIANGLE: try adding symbols
- U+25C3 WHITE LEFT-POINTING SMALL TRIANGLE: try adding symbols
- U+25C4 BLACK LEFT-POINTING POINTER: try adding symbols
- U+25C5 WHITE LEFT-POINTING POINTER: try adding symbols
- U+25C6 BLACK DIAMOND: try adding symbols
- U+25C7 WHITE DIAMOND: try adding symbols
- U+25CA LOZENGE: try adding one of: math, symbols
- U+25CB WHITE CIRCLE: try adding symbols
- U+25CF BLACK CIRCLE: try adding symbols
- U+25E6 WHITE BULLET: try adding symbols
- U+27E8 MATHEMATICAL LEFT ANGLE BRACKET: try adding math
- U+27E9 MATHEMATICAL RIGHT ANGLE BRACKET: try adding math
- U+AB53 LATIN SMALL LETTER CHI: not included in any glyphset definition
Or you can add the above codepoints to one of the subsets supported by the font:
[code: unreachable-subsetting]cyrillic
,cyrillic-ext
,greek
,latin
,latin-ext
,menu
Check for METADATA subsets with zero support.
METADATA.pb font.filename field contains font name in right format?
METADATA.pb font.full_name field contains font name in right format?
Check name ID 25 to end with "Italic" for Italic VFs.
METADATA.pb font.post_script_name field contains font name in right format?
Glyphset Checks
🔥Shapes languages in all GF glyphsets.
🔥 Tiny5-Regular.ttf
-
⚠️ WARN
GF_Latin_PriAfrican glyphset:
Language WARN messages bm_Latn (Bambara) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_PriAfrican glyphset:
Language WARN messages dyu_Latn (Dyula) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_PriAfrican glyphset:
Language WARN messages ig_Latn (Igbo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_PriAfrican glyphset:
Language WARN messages lg_Latn (Ganda) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kpo_Latn (Ikposo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mev_Latn (Mano) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dip_Latn (Dinka, Northeastern) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ewo_Latn (Ewondo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages las_Latn (Lama (Togo)) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages god_Latn (Godié) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nuv_Latn (Nuni, Northern) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages toq_Latn (Toposa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mur_Latn (Murle) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fue_Latn (Fulfulde, Borgu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mcp_Latn (Makaa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dno_Latn (Ndrulo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ksf_Latn (Bafia) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gng_Latn (Ngangam) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages meq_Latn (Merey) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tod_Latn (Toma) No variant glyphs were found for Eng ^ No variant glyphs were found for uni028B ^ No variant glyphs were found for uni01B2 -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages pnz_Latn (Pana (Central African Republic)) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bss_Latn (Akoose) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mzw_Latn (Deg) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dyu_Latn (Dyula) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bfd_Latn (Bafut) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages biv_Latn (Birifor, Southern) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bkm_Latn (Kom) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kqs_Latn (Kissi, Northern) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kkj_Latn (Kako) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages cae_Latn (Lehar) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kye_Latn (Krache) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gux_Latn (Gourmanchéma) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mbo_Latn (Mbo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gmm_Latn (Gbaya-Mbodomo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages yav_Latn (Yangben) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mfi_Latn (Wandala) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kfo_Latn (Koro) No exemplar glyphs were defined for language Koro -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bax_Latn (Bamun, Latin) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fuq_Latn (Central-Eastern Niger Fulfulde) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages byv_Latn (Medumba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages myk_Latn (Mamara Senoufo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nfr_Latn (Nafaanra) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages knp_Latn (Kwanja) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ddn_Latn (Dendi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tcd_Latn (Tafi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lgg_Latn (Lugbara) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages daa_Latn (Dangaléat) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fan_Latn (Fang) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fvr_Latn (Fur) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages spp_Latn (Sénoufo, Supyire) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dow_Latn (Doyayo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages cou_Latn (Wamey) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ikx_Latn (Ik) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages pil_Latn (Yom) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages taq_Latn (Tamasheq, Latin) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dop_Latn (Lukpa) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages udu_Latn (Uduk) Some base glyphs were missing: T͟H, t͟h ^ Some mark glyphs were missing: ◌͟ ^ Shaper produced a .notdef -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages udu_Latn (Uduk) Some auxiliary glyphs were missing: T͟H, t͟h ^ No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gaa_Latn (Ga) No variant glyphs were found for Eng ^ No variant glyphs were found for uni01A9 ^ No variant glyphs were found for uni01B7 -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mcn_Latn (Masana) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gna_Latn (Kaansa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ahl_Latn (Igo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fuf_Latn (Pular) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages saf_Latn (Safaliba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lam_Latn (Lamba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages log_Latn (Logo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages yas_Latn (Nugunu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lee_Latn (Lyélé) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ig_Latn (Igbo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages agc_Latn (Agatu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages wan_Latn (Wan) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nyb_Latn (Nyangbo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nku_Latn (Kulango, Bouna) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lg_Latn (Ganda) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bqj_Latn (Bandial) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bcw_Latn (Bana) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dgi_Latn (Northern Dagara) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dua_Latn (Duala) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages emk_Latn (Maninkakan, Eastern) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ndv_Latn (Ndut) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages apd_Latn (Sudanese Arabic) Some mark glyphs were missing: ◌͟ -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nko_Latn (Nkonya) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bza_Latn (Bandi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mgc_Latn (Morokodo) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages eto_Latn (Eton (Cameroon)) Shaper didn't attach gravecomb to uni0272 ^ Shaper didn't attach gravecomb to uni019D ^ Shaper didn't attach acutecomb to uni0272 ^ Shaper didn't attach acutecomb to uni019D -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages eto_Latn (Eton (Cameroon)) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bm_Latn (Bambara) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages xwe_Latn (Gbe, Xwela) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages mor_Latn (Moro) Some base glyphs were missing: Ꟈ, ꟈ ^ Shaper produced a .notdef -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mor_Latn (Moro) Some auxiliary glyphs were missing: Ꟈ, ꟈ ^ No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ybb_Latn (Yemba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mbu_Latn (Mbula-Bwazza) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages agq_Latn (Aghem) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages xed_Latn (Hdi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kao_Latn (Xaasongaxango) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages anv_Latn (Denya) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fmp_Latn (Fe’fe’) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ggn_Latn (Eastern Gurung, Latin) No exemplar glyphs were defined for language Eastern Gurung, Latin -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages krs_Latn (Gbaya (Sudan)) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bas_Latn (Basaa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mwk_Latn (Kita Maninkakan) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mua_Latn (Mundang) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages muy_Latn (Muyang) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages shz_Latn (Syenara Senoufo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ttq_Latn (Tawallammat Tamajaq) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dag_Latn (Dagbani) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tvu_Latn (Tunen) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages syi_Latn (Seki) No exemplar glyphs were defined for language Seki -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nnw_Latn (Southern Nuni) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages wci_Latn (Gbe, Waci) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kzr_Latn (Karang) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages teo_Latn (Teso) Some base glyphs were missing: ᵃ, ᵉ, ᵋ, ᵒ, ᵓ, ᶤ, ᶶ, ⁱ ^ Shaper produced a .notdef -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages teo_Latn (Teso) Some auxiliary glyphs were missing: ᵃ, ᵉ, ᵋ, ᵒ, ᵓ, ᶤ, ᶶ, ⁱ -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages yat_Latn (Yambeta) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mas_Latn (Masai) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages srr_Latn (Serer) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tnr_Latn (Ménik) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gjn_Latn (Gonja) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sil_Latn (Sisaala, Tumulung) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gde_Latn (Gude) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ses_Latn (Koyraboro Senni) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages hna_Latn (Mina) No exemplar glyphs were defined for language Mina -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tpm_Latn (Tampulma) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mdj_Latn (Mangbetu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kbp_Latn (Kabiyé) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages cch_Latn (Atsam) No exemplar glyphs were defined for language Atsam -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tik_Latn (Tikar) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages khq_Latn (Koyra Chiini) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kqp_Latn (Kimré) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages wo_Latn (Wolof) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nnh_Latn (Ngiemboon) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages loq_Latn (Lobala) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fub_Latn (Fulfulde, Adamawa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gkp_Latn (Kpelle, Guinea) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages acd_Latn (Gikyode) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dzg_Latn (Dazaga) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages boz_Latn (Tiéyaxo Bozo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bum_Latn (Bulu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages laj_Latn (Lango [Uganda]) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nza_Latn (Tigon Mbembe) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages maw_Latn (Mampruli) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sld_Latn (Sissala) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gud_Latn (Dida, Yocoboué) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sig_Latn (Paasaal) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bib_Latn (Bissa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nfu_Latn (Mfumte) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages pug_Latn (Phuie) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dyi_Latn (Sénoufo, Djimini) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kus_Latn (Kusaal) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages idu_Latn (Idoma) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ach_Latn (Acoli) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ted_Latn (Krumen, Tepo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kyq_Latn (Kenga) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages knf_Latn (Mankanya) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fod_Latn (Foodo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages xuo_Latn (Kuo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bud_Latn (Ntcham) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kzc_Latn (Bondoukou Kulango) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bim_Latn (Bimoba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mfq_Latn (Moba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ozm_Latn (Koonzime) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tem_Latn (Timne) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages gov_Latn (Goo) Some base glyphs were missing: ɤ, ɤ̀, ɤ́, ɤ̂, , ̀, ́, ̂ ^ Shaper produced a .notdef -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gov_Latn (Goo) Some auxiliary glyphs were missing: ɤ, ɤ̀, ɤ́, ɤ̂, , ̀, ́, ̂ -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nhb_Latn (Beng) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nmz_Latn (Nawdm) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kia_Latn (Kim) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lmp_Latn (Limbum) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nym_Latn (Nyamwezi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mgo_Latn (Metaʼ) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bjt_Latn (Balanta-Ganja) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sav_Latn (Saafi-Saafi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages adj_Latn (Adioukrou) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ffm_Latn (Maasina Fulfulde) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dje_Latn (Zarma) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lia_Latn (Limba, West-Central) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dts_Latn (Dogon, Toro So) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages moa_Latn (Mwan) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages tuq_Latn (Tedaga) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fuc_Latn (Pulaar) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ndz_Latn (Ndogo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sok_Latn (Sokoro) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages twq_Latn (Tasawaq) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages etu_Latn (Ejagham) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kvf_Latn (Kabalai) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages cme_Latn (Cerma) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages jgo_Latn (Ngomba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ade_Latn (Adele) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mnk_Latn (Mandinka) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bzw_Latn (Basa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bex_Latn (Jur Modo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nus_Latn (Nuer) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages xrb_Latn (Karaboro, Eastern) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mnf_Latn (Mundani) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages hag_Latn (Hanga) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mgy_Latn (Mbunga) No exemplar glyphs were defined for language Mbunga -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lig_Latn (Ligbi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages avu_Latn (Avokaya) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bav_Latn (Vengo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages csk_Latn (Jola-Kasa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lok_Latn (Loko) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages cko_Latn (Anufo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kss_Latn (Southern Kisi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bze_Latn (Jenaama Bozo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nmg_Latn (Kwasio) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gej_Latn (Gen) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gur_Latn (Frafra) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages avn_Latn (Avatime) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages gnd_Latn (Zulgo-Gemzek) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages nhu_Latn (Noone) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dur_Latn (Dii) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bsp_Latn (Baga Sitemu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages xsm_Latn (Kasem) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bbj_Latn (Ghomala) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ekm_Latn (Elip) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages snf_Latn (Noon) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages rub_Latn (Gungu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ajg_Latn (Aja) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages giz_Latn (Southern Giziga) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages pbi_Latn (Parkwa) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ife_Latn (Ifè) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bqv_Latn (Koro Wachi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages vut_Latn (Vute) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kyf_Latn (Kouya) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages xon_Latn (Konkomba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages naw_Latn (Nawuri) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ken_Latn (Kenyang) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lns_Latn (Lamnso’) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kdh_Latn (Tem) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages amo_Latn (Amo) No exemplar glyphs were defined for language Amo -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ny_Latn (Nyanja) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages vag_Latn (Vagla) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bzx_Latn (Bozo, Hainyaxo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mcu_Latn (Mambila, Cameroon) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages wwa_Latn (Waama) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ee_Latn (Ewe) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sxw_Latn (Saxwe Gbe) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages kib_Latn (Koalib) Shaper produced a .notdef -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kib_Latn (Koalib) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages neb_Latn (Toura) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages soy_Latn (Miyobe) No variant glyphs were found for Eng -
🔥 FAIL
GF_Latin_African glyphset:
Language FAIL messages dnj_Latn (Dan) Some base glyphs were missing: ɤ, ɤ̀, ɤ́, ɤ̂, ɤ̄, ɤ̋, ɤ̏, , ̀, ́, ̂, ̄, ̋, ̏ ^ Shaper produced a .notdef -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dnj_Latn (Dan) Some auxiliary glyphs were missing: ɤ, ɤ̀, ɤ́, ɤ̂, ɤ̄, ɤ̋, ɤ̏, , ̀, ́, ̂, ̄, ̋, ̏ ^ No variant glyphs were found for Eng ^ No variant glyphs were found for uni0181 -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bbo_Latn (Northern Bobo Madaré) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mdt_Latn (Mbere) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ahs_Latn (Ashe) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages keu_Latn (Akebu) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages fuh_Latn (Fulfulde, Western Niger) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages yam_Latn (Yamba) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bsc_Latn (Bassari) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mmu_Latn (Mmaala) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lem_Latn (Nomaande) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages lun_Latn (Lunda) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ncu_Latn (Chumburung) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages kmy_Latn (Koma) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mls_Latn (Masalit) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages azo_Latn (Awing) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages bfa_Latn (Bari) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages blo_Latn (Anii) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sef_Latn (Cebaara Senoufo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mfd_Latn (Mendankwe-Nkwen) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages vai_Latn (Vai (Latin)) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ntr_Latn (Delo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dyo_Latn (Jola-Fonyi) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages sbd_Latn (Southern Samo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages ktj_Latn (Krumen, Plapo) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages dtm_Latn (Tomo Kan Dogon) No variant glyphs were found for Eng -
⚠️ WARN
GF_Latin_African glyphset:
Language WARN messages mfv_Latn (Mandjak) No variant glyphs were found for Eng
Description Checks
🔥⚠️⚠️ℹ️ℹ️Does DESCRIPTION file contain broken links?
DESCRIPTION.en_us.html should end in a linebreak.
⚠️ METADATA.pb
-
⚠️ WARN
The last characther on DESCRIPTION.en_us.html is not a line-break. Please add it.
[code: missing-eof-linebreak]
On a family update, the DESCRIPTION.en_us.html file should ideally also be updated.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
The DESCRIPTION.en_us.html file in this family has not changed in comparison to the latest font release on the google/fonts github repo. Please consider mentioning note-worthy improvements made to the family recently.
[code: description-not-updated]
Does DESCRIPTION file contain a upstream Git repo URL?
Check the description doesn't contain unsupported html elements
DESCRIPTION.en_us.html must have more than 200 bytes.
🔥 METADATA.pb
-
🔥 FAIL
DESCRIPTION.en_us.html must have size larger than 200 bytes.
[code: too-short]
Check for presence of an ARTICLE.en_us.html file
URLs on DESCRIPTION file must not display http(s) prefix.
Is this a proper HTML snippet?
Shaping Checks
⚠️⚠️⏩⏩⏩Check that texts shape as per expectation
Check that no forbidden glyphs are found while shaping
Check that no collisions are found while shaping
Ensure dotted circle glyph is present and can attach marks.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
No dotted circle glyph present
[code: missing-dotted-circle]
Ensure soft_dotted characters lose their dot when combined with marks that replace the dot.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
The dot of soft dotted characters should disappear in other cases, for example: ɉ̀ ɉ́ ɉ̂ ɉ̃ ɉ̄ ɉ̆ ɉ̇ ɉ̈ ɉ̊ ɉ̋ ɉ̌ ɉ̍ ɉ̏ ɉ̐ ɉ̑ ɉ̓ ɉ᷄ ɉ᷅ ɉ᷆ ɉ᷇
Your font fully covers the following languages that require the soft-dotted feature: Dutch (Latn, 31,709,104 speakers), Ekpeye (Latn, 226,000 speakers), Ebira (Latn, 2,200,000 speakers), Kpelle, Guinea (Latn, 622,000 speakers), Zapotec (Latn, 490,000 speakers), Ma’di (Latn, 584,000 speakers), Belarusian (Cyrl, 10,064,517 speakers), South Central Banda (Latn, 244,000 speakers), Aghem (Latn, 38,843 speakers), Mundani (Latn, 34,000 speakers), Fur (Latn, 1,230,163 speakers), Kom (Latn, 360,685 speakers), Makaa (Latn, 221,000 speakers), Nateni (Latn, 100,000 speakers), Sar (Latn, 500,000 speakers), Avokaya (Latn, 100,000 speakers), Yala (Latn, 200,000 speakers), Mango (Latn, 77,000 speakers), Cicipu (Latn, 44,000 speakers), Igbo (Latn, 27,823,640 speakers), Koonzime (Latn, 40,000 speakers), Mfumte (Latn, 79,000 speakers), Ukrainian (Cyrl, 29,273,587 speakers), Vute (Latn, 21,000 speakers), Nzakara (Latn, 50,000 speakers), Ngbaka (Latn, 1,020,000 speakers), Bafut (Latn, 158,146 speakers), Ejagham (Latn, 120,000 speakers), Bete-Bendi (Latn, 100,000 speakers), Lugbara (Latn, 2,200,000 speakers), Ijo, Southeast (Latn, 2,471,000 speakers), Southern Kisi (Latn, 360,000 speakers), Gulay (Latn, 250,478 speakers), Basaa (Latn, 332,940 speakers), Dii (Latn, 71,000 speakers), Navajo (Latn, 166,319 speakers), Lithuanian (Latn, 2,357,094 speakers).
Your font does not cover the following languages that require the soft-dotted feature: Dan (Latn, 1,099,244 speakers).
[code: soft-dotted]
Font File Checks
⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️Are there unwanted Apple tables?
Checking file is named canonically.
Does the font contain less than 150 CJK characters?
Check font follows the Google Fonts CJK vertical metric schema
Check if the vertical metrics of a CJK family are similar to the same family hosted on Google Fonts.
Color layers should have a minimum brightness
Check font has the expected color font tables.
Put an empty glyph on GID 1 right after the .notdef glyph for COLRv0 fonts.
EPAR table present in font?
Ensure files are not too large.
Copyright notices match canonical pattern in fonts
Check font names are correct
Checking OS/2 fsType does not impose restrictions.
Check variable font instances
All name entries referenced by fvar instances exist on the name table?
Is the Grid-fitting and Scan-conversion Procedure ('gasp') table set to optimize rendering?
Validate defaults on fvar table match registered fallback names in GFAxisRegistry.
Check glyphs do not have components which are themselves components.
Check Google Fonts glyph coverage.
Font has ttfautohint params?
Show hinting filesize impact.
PPEM must be an integer on hinted fonts.
Is there kerning info for non-ligated sequences?
Are there caret positions declared for every ligature?
Ensure variable fonts include an avar table.
Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]
Check small caps glyphs are available.
Are there non-ASCII characters in ASCII-only NAME table entries?
Description strings in the name table must not exceed 200 characters.
Make sure family name does not begin with a digit.
Font has all mandatory 'name' table entries?
Version format is correct in 'name' table?
Ensure fonts do not contain any pre-production tables.
Font has old ttfautohint applied?
OS/2.fsSelection bit 7 (USE_TYPO_METRICS) is set in all fonts.
Check font can render its own name.
Checking direction of slnt axis angles
Font enables smart dropout control in "prep" table instructions?
Check axis ordering on the STAT table.
Validate STAT particle names and values match the fallback names in GFAxisRegistry.
Ensure Stylistic Sets have description.
Stricter unitsPerEm criteria for Google Fonts.
Check the OS/2 usWeightClass is appropriate for the font's best SubFamily name.
The variable font 'wght' (Weight) axis coordinate must be 700 on the 'Bold' instance.
Ensure that all variable font files have the same set of axes and axis ranges.
Ensure VFs with duplexed axes do not vary horizontal advance.
Check variable font instances don't have duplicate names
Check a static ttf can be generated from a variable font.
EXPERIMENTAL CHECK - Since 2024/Mar/27
Ensure the font's instances are in the correct order.
Check that variable fonts have an HVAR table.
Ensure VFs do not contain the ital axis.
Checking OS/2 achVendID.
⚠️ Tiny5-Regular.ttf
-
⚠️ WARN
OS/2 VendorID value 'KBnP' is not yet recognized. If you registered it recently, then it's safe to ignore this warning message. Otherwise, you should set it to your own unique 4 character code, and register it with Microsoft at https://www.microsoft.com/typography/links/vendorlist.aspx
[code: unknown]