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.
DEPRECATION WARNING
By late-December 2024, FontBakery version 0.13.0 introduced a new naming scheme for the check-IDs.
Fontbakery detected usage of old IDs and performed an automatic backwards-compatibility translation for you.
This automatic translation will be deprecated in the next major release.
Please start using the new check-IDs as documented at /Lib/fontbakery/legacy_checkids.py
The following legacy check-IDs were detected:
- com.google.fonts/check/outline_colinear_vectors
- com.google.fonts/check/outline_semi_vertical
- com.google.fonts/check/ttx_roundtrip
- com.google.fonts/check/version_bump
- com.google.fonts/check/outline_jaggy_segments
- com.google.fonts/check/outline_alignment_miss
- com.google.fonts/check/fontdata_namecheck
- com.google.fonts/check/outline_short_segments
Summary
💥 ERROR | ☠ FATAL | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
---|---|---|---|---|---|---|
1 | 0 | 17 | 16 | 65 | 8 | 131 |
0% | 0% | 7% | 7% | 27% | 3% | 55% |
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.13.1
OpenType Specification Checks
⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩Font has correct post table version?
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
Post table format 3 use has niche use case problems.Please review the check rationale for additional details.
[code: post-table-version]
Universal Profile Checks
🔥🔥🔥🔥🔥⚠️⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️Does the font contain chws and vchw features?
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
chws feature not found in font. Use chws_tool (https://github.com/googlefonts/chws_tool) to add it.
[code: missing-chws-feature] -
⚠️ WARN
vchw feature not found in font. Use chws_tool (https://github.com/googlefonts/chws_tool) to add it.
[code: missing-vchw-feature]
Check if each glyph has the recommended amount of contours.
⚠️ NanumBrushScript-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: at Contours detected: 3 Expected: 2 - Glyph name: q Contours detected: 1 Expected: 2 - Glyph name: yen Contours detected: 3 Expected: 1 or 2 - Glyph name: uni2113 Contours detected: 1 Expected: 2 - Glyph name: at Contours detected: 3 Expected: 2 - Glyph name: q Contours detected: 1 Expected: 2 - Glyph name: uni2113 Contours detected: 1 Expected: 2 - Glyph name: yen Contours detected: 3 Expected: 1 or 2
Ensure files are not too large.
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
Font file is 3.4Mb; ideally it should be less than 1.0Mb
[code: large-font]
Does GPOS table have kerning information? This check skips monospaced fonts as defined by post.isFixedPitch value
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
GPOS table lacks kerning information.
[code: lacks-kern-info]
Checking Vertical Metric Linegaps.
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
hhea lineGap is not equal to 0.
Overridden: This check was originally a WARN but was overridden by the universal profile: For Google Fonts, all messages from this check are considered FAILs.
[code: hhea]
Font contains '.notdef' as its first glyph?
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
The '.notdef' glyph should contain a drawing, but it is blank.
[code: notdef-is-blank]
Check math signs have the same width.
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
The most common width is 530 among a set of 2 math glyphs. The following math glyphs have a different width, though:
Width = 450: less, greater
Width = 567: plusminus
Width = 408: multiply
Width = 524: divide
Width = 647: notequal
[code: width-outliers]
Ensure smart dropout control is enabled in "prep" table instructions.
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
The 'prep' table does not contain TrueType instructions enabling smart dropout control. To fix, export the font with autohinting enabled, or run ttfautohint on the font, or run the
[code: lacks-smart-dropout]gftools fix-nonhinting
script.
Are there unwanted tables?
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
The following unwanted font tables were found:
- DSIG - This font has a digital signature (DSIG table) which is only required - even if only a placeholder - on old programs like MS Office 2013 in order to work properly. The current recommendation is to completely remove the DSIG table.
They can be removed with the 'fix-unwanted-tables' script provided by gftools.
[code: unwanted-tables]
Font contains glyphs for whitespace characters?
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
Whitespace glyph missing for codepoint 0x00A0.
[code: missing-whitespace-glyph-0x00A0]
Article Checks
⚠️Validate size, and resolution of article images, and ensure article page has minimum length and includes visual assets.
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
Family metadata at /Users/simon/others-repos/fonts//ofl/nanumbrushscript does not have an article.
[code: lacks-article]
Metadata Checks
🔥🔥🔥🔥🔥⚠️⚠️⏩⏩⏩ℹ️METADATA.pb: Check URL on copyright string is the same as in repository_url field.
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
Please add a family.source.repository_url entry.
[code: lacks-repo-url]
METADATA.pb: Designers are listed correctly on the Google Fonts catalog?
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
It seems that Sandoll Communication is still not listed on the designers catalog. Please submit a photo and a link to a webpage where people can learn more about the work of this designer/typefoundry.
[code: profile-not-found]
METADATA.pb font.filename and font.post_script_name fields have equivalent values?
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
METADATA.pb font filename = "NanumBrushScript-Regular.ttf" does not match post_script_name="NanumBrush".
[code: mismatch]
METADATA.pb font.full_name and font.post_script_name fields have equivalent values ?
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
METADATA.pb font full_name = "Nanum Brush Script" does not match post_script_name = "NanumBrush"
[code: mismatch]
METADATA.pb weight matches postScriptName for static fonts.
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
METADATA.pb: Mismatch between postScriptName ("NanumBrush") and weight value (400). The name must be ended with "Regular" or "Italic".
Check for codepoints not covered by METADATA subsets.
⚠️ NanumBrushScript-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+2020 DAGGER: try adding one of: latin-ext, adlam
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2030 PER MILLE SIGN: try adding adlam
- U+2074 SUPERSCRIPT FOUR: try adding math
- U+2081 SUBSCRIPT ONE: try adding math
- U+2082 SUBSCRIPT TWO: try adding math
- U+2083 SUBSCRIPT THREE: try adding math
- U+2084 SUBSCRIPT FOUR: try adding math
- U+20A9 WON SIGN: try adding latin-ext
- U+2103 DEGREE CELSIUS: try adding math
- U+2109 DEGREE FAHRENHEIT: try adding math
- U+2113 SCRIPT SMALL L: try adding latin-ext
- U+2116 NUMERO SIGN: try adding cyrillic
- U+2121 TELEPHONE SIGN: try adding math
- U+2126 OHM SIGN: try adding math
- U+2153 VULGAR FRACTION ONE THIRD: try adding symbols
- U+2154 VULGAR FRACTION TWO THIRDS: try adding symbols
- U+215B VULGAR FRACTION ONE EIGHTH: try adding symbols
- U+215C VULGAR FRACTION THREE EIGHTHS: try adding symbols
- U+215D VULGAR FRACTION FIVE EIGHTHS: try adding symbols
- U+215E VULGAR FRACTION SEVEN EIGHTHS: try adding symbols
- U+2260 NOT EQUAL TO: try adding math
- U+2460 CIRCLED DIGIT ONE: try adding one of: symbols, mongolian, yi
- U+2461 CIRCLED DIGIT TWO: try adding one of: symbols, mongolian, yi
- U+2462 CIRCLED DIGIT THREE: try adding one of: symbols, mongolian, yi
- U+2463 CIRCLED DIGIT FOUR: try adding one of: symbols, mongolian, yi
- U+2464 CIRCLED DIGIT FIVE: try adding one of: symbols, mongolian, yi
- U+2465 CIRCLED DIGIT SIX: try adding one of: symbols, mongolian, yi
- U+2466 CIRCLED DIGIT SEVEN: try adding one of: symbols, mongolian, yi
- U+2467 CIRCLED DIGIT EIGHT: try adding one of: symbols, mongolian, yi
- U+2468 CIRCLED DIGIT NINE: try adding one of: symbols, mongolian, yi
- U+2469 CIRCLED NUMBER TEN: try adding one of: symbols, mongolian, yi
- U+246A CIRCLED NUMBER ELEVEN: try adding one of: symbols, mongolian, yi
- U+246B CIRCLED NUMBER TWELVE: try adding one of: symbols, mongolian, yi
- U+246C CIRCLED NUMBER THIRTEEN: try adding one of: symbols, mongolian, yi
- U+246D CIRCLED NUMBER FOURTEEN: try adding one of: symbols, mongolian, yi
- U+246E CIRCLED NUMBER FIFTEEN: try adding one of: symbols, mongolian, yi
- U+2474 PARENTHESIZED DIGIT ONE: try adding one of: symbols, math
- U+2475 PARENTHESIZED DIGIT TWO: try adding one of: symbols, math
- U+2476 PARENTHESIZED DIGIT THREE: try adding symbols
- U+2477 PARENTHESIZED DIGIT FOUR: try adding symbols
- U+2478 PARENTHESIZED DIGIT FIVE: try adding symbols
- U+2479 PARENTHESIZED DIGIT SIX: try adding symbols
- U+247A PARENTHESIZED DIGIT SEVEN: try adding symbols
- U+247B PARENTHESIZED DIGIT EIGHT: try adding symbols
- U+247C PARENTHESIZED DIGIT NINE: try adding symbols
- U+247D PARENTHESIZED NUMBER TEN: try adding symbols
- U+247E PARENTHESIZED NUMBER ELEVEN: try adding symbols
- U+247F PARENTHESIZED NUMBER TWELVE: try adding symbols
- U+2480 PARENTHESIZED NUMBER THIRTEEN: try adding symbols
- U+2481 PARENTHESIZED NUMBER FOURTEEN: try adding symbols
- U+2482 PARENTHESIZED NUMBER FIFTEEN: try adding symbols
- U+249C PARENTHESIZED LATIN SMALL LETTER A: try adding symbols
- U+249D PARENTHESIZED LATIN SMALL LETTER B: try adding symbols
- U+249E PARENTHESIZED LATIN SMALL LETTER C: try adding symbols
- U+249F PARENTHESIZED LATIN SMALL LETTER D: try adding symbols
- U+24A0 PARENTHESIZED LATIN SMALL LETTER E: try adding symbols
- U+24A1 PARENTHESIZED LATIN SMALL LETTER F: try adding symbols
- U+24A2 PARENTHESIZED LATIN SMALL LETTER G: try adding symbols
- U+24A3 PARENTHESIZED LATIN SMALL LETTER H: try adding symbols
- U+24A4 PARENTHESIZED LATIN SMALL LETTER I: try adding symbols
- U+24A5 PARENTHESIZED LATIN SMALL LETTER J: try adding symbols
- U+24A6 PARENTHESIZED LATIN SMALL LETTER K: try adding symbols
- U+24A7 PARENTHESIZED LATIN SMALL LETTER L: try adding symbols
- U+24A8 PARENTHESIZED LATIN SMALL LETTER M: try adding symbols
- U+24A9 PARENTHESIZED LATIN SMALL LETTER N: try adding symbols
- U+24AA PARENTHESIZED LATIN SMALL LETTER O: try adding symbols
- U+24AB PARENTHESIZED LATIN SMALL LETTER P: try adding symbols
- U+24AC PARENTHESIZED LATIN SMALL LETTER Q: try adding symbols
- U+24AD PARENTHESIZED LATIN SMALL LETTER R: try adding symbols
- U+24AE PARENTHESIZED LATIN SMALL LETTER S: try adding symbols
- U+24AF PARENTHESIZED LATIN SMALL LETTER T: try adding symbols
- U+24B0 PARENTHESIZED LATIN SMALL LETTER U: try adding symbols
- U+24B1 PARENTHESIZED LATIN SMALL LETTER V: try adding symbols
- U+24B2 PARENTHESIZED LATIN SMALL LETTER W: try adding symbols
- U+24B3 PARENTHESIZED LATIN SMALL LETTER X: try adding symbols
- U+24B4 PARENTHESIZED LATIN SMALL LETTER Y: try adding symbols
- U+24B5 PARENTHESIZED LATIN SMALL LETTER Z: try adding symbols
- U+24D0 CIRCLED LATIN SMALL LETTER A: try adding symbols
- U+24D1 CIRCLED LATIN SMALL LETTER B: try adding symbols
- U+24D2 CIRCLED LATIN SMALL LETTER C: try adding symbols
- U+24D3 CIRCLED LATIN SMALL LETTER D: try adding symbols
- U+24D4 CIRCLED LATIN SMALL LETTER E: try adding symbols
- U+24D5 CIRCLED LATIN SMALL LETTER F: try adding symbols
- U+24D6 CIRCLED LATIN SMALL LETTER G: try adding symbols
- U+24D7 CIRCLED LATIN SMALL LETTER H: try adding symbols
- U+24D8 CIRCLED LATIN SMALL LETTER I: try adding symbols
- U+24D9 CIRCLED LATIN SMALL LETTER J: try adding symbols
- U+24DA CIRCLED LATIN SMALL LETTER K: try adding symbols
- U+24DB CIRCLED LATIN SMALL LETTER L: try adding symbols
- U+24DC CIRCLED LATIN SMALL LETTER M: try adding symbols
- U+24DD CIRCLED LATIN SMALL LETTER N: try adding symbols
- U+24DE CIRCLED LATIN SMALL LETTER O: try adding symbols
- U+24DF CIRCLED LATIN SMALL LETTER P: try adding symbols
- U+24E0 CIRCLED LATIN SMALL LETTER Q: try adding symbols
- U+24E1 CIRCLED LATIN SMALL LETTER R: try adding symbols
- U+24E2 CIRCLED LATIN SMALL LETTER S: try adding symbols
- U+24E3 CIRCLED LATIN SMALL LETTER T: try adding symbols
- U+24E4 CIRCLED LATIN SMALL LETTER U: try adding symbols
- U+24E5 CIRCLED LATIN SMALL LETTER V: try adding symbols
- U+24E6 CIRCLED LATIN SMALL LETTER W: try adding symbols
- U+24E7 CIRCLED LATIN SMALL LETTER X: try adding symbols
- U+24E8 CIRCLED LATIN SMALL LETTER Y: try adding symbols
- U+24E9 CIRCLED LATIN SMALL LETTER Z: try adding symbols
- U+2500 BOX DRAWINGS LIGHT HORIZONTAL: try adding symbols2
- U+2501 BOX DRAWINGS HEAVY HORIZONTAL: try adding symbols2
- U+2502 BOX DRAWINGS LIGHT VERTICAL: try adding symbols2
- U+2503 BOX DRAWINGS HEAVY VERTICAL: try adding symbols2
- U+250C BOX DRAWINGS LIGHT DOWN AND RIGHT: try adding symbols2
- U+250D BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY: try adding symbols2
- U+250E BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT: try adding symbols2
- U+250F BOX DRAWINGS HEAVY DOWN AND RIGHT: try adding symbols2
- U+2510 BOX DRAWINGS LIGHT DOWN AND LEFT: try adding symbols2
- U+2511 BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY: try adding symbols2
- U+2512 BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT: try adding symbols2
- U+2513 BOX DRAWINGS HEAVY DOWN AND LEFT: try adding symbols2
- U+2514 BOX DRAWINGS LIGHT UP AND RIGHT: try adding symbols2
- U+2515 BOX DRAWINGS UP LIGHT AND RIGHT HEAVY: try adding symbols2
- U+2516 BOX DRAWINGS UP HEAVY AND RIGHT LIGHT: try adding symbols2
- U+2517 BOX DRAWINGS HEAVY UP AND RIGHT: try adding symbols2
- U+2518 BOX DRAWINGS LIGHT UP AND LEFT: try adding symbols2
- U+2519 BOX DRAWINGS UP LIGHT AND LEFT HEAVY: try adding symbols2
- U+251A BOX DRAWINGS UP HEAVY AND LEFT LIGHT: try adding symbols2
- U+251B BOX DRAWINGS HEAVY UP AND LEFT: try adding symbols2
- U+251C BOX DRAWINGS LIGHT VERTICAL AND RIGHT: try adding symbols2
- U+251D BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY: try adding symbols2
- U+251E BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT: try adding symbols2
- U+251F BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT: try adding symbols2
- U+2520 BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT: try adding symbols2
- U+2521 BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY: try adding symbols2
- U+2522 BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY: try adding symbols2
- U+2523 BOX DRAWINGS HEAVY VERTICAL AND RIGHT: try adding symbols2
- U+2524 BOX DRAWINGS LIGHT VERTICAL AND LEFT: try adding symbols2
- U+2525 BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY: try adding symbols2
- U+2526 BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT: try adding symbols2
- U+2527 BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT: try adding symbols2
- U+2528 BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT: try adding symbols2
- U+2529 BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY: try adding symbols2
- U+252A BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY: try adding symbols2
- U+252B BOX DRAWINGS HEAVY VERTICAL AND LEFT: try adding symbols2
- U+252C BOX DRAWINGS LIGHT DOWN AND HORIZONTAL: try adding symbols2
- U+252D BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT: try adding symbols2
- U+252E BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT: try adding symbols2
- U+252F BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY: try adding symbols2
- U+2530 BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT: try adding symbols2
- U+2531 BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY: try adding symbols2
- U+2532 BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY: try adding symbols2
- U+2533 BOX DRAWINGS HEAVY DOWN AND HORIZONTAL: try adding symbols2
- U+2534 BOX DRAWINGS LIGHT UP AND HORIZONTAL: try adding symbols2
- U+2535 BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT: try adding symbols2
- U+2536 BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT: try adding symbols2
- U+2537 BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY: try adding symbols2
- U+2538 BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT: try adding symbols2
- U+2539 BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY: try adding symbols2
- U+253A BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY: try adding symbols2
- U+253B BOX DRAWINGS HEAVY UP AND HORIZONTAL: try adding symbols2
- U+253C BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL: try adding symbols2
- U+253D BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT: try adding symbols2
- U+253E BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT: try adding symbols2
- U+253F BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY: try adding symbols2
- U+2540 BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT: try adding symbols2
- U+2541 BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT: try adding symbols2
- U+2542 BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT: try adding symbols2
- U+2543 BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT: try adding symbols2
- U+2544 BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT: try adding symbols2
- U+2545 BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT: try adding symbols2
- U+2546 BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT: try adding symbols2
- U+2547 BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY: try adding symbols2
- U+2548 BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY: try adding symbols2
- U+2549 BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY: try adding symbols2
- U+254A BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY: try adding symbols2
- U+254B BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL: try adding symbols2
- U+327F KOREAN STANDARD SYMBOL: not included in any glyphset definition
- U+3380 SQUARE PA AMPS: not included in any glyphset definition
- U+3381 SQUARE NA: not included in any glyphset definition
- U+3382 SQUARE MU A: not included in any glyphset definition
- U+3383 SQUARE MA: not included in any glyphset definition
- U+3384 SQUARE KA: not included in any glyphset definition
- U+3388 SQUARE CAL: not included in any glyphset definition
- U+3389 SQUARE KCAL: not included in any glyphset definition
- U+338A SQUARE PF: not included in any glyphset definition
- U+338B SQUARE NF: not included in any glyphset definition
- U+338C SQUARE MU F: not included in any glyphset definition
- U+338D SQUARE MU G: not included in any glyphset definition
- U+338E SQUARE MG: not included in any glyphset definition
- U+338F SQUARE KG: not included in any glyphset definition
- U+3390 SQUARE HZ: not included in any glyphset definition
- U+3391 SQUARE KHZ: not included in any glyphset definition
- U+3392 SQUARE MHZ: not included in any glyphset definition
- U+3393 SQUARE GHZ: not included in any glyphset definition
- U+3394 SQUARE THZ: not included in any glyphset definition
- U+3395 SQUARE MU L: not included in any glyphset definition
- U+3396 SQUARE ML: not included in any glyphset definition
- U+3397 SQUARE DL: not included in any glyphset definition
- U+3398 SQUARE KL: not included in any glyphset definition
- U+3399 SQUARE FM: not included in any glyphset definition
- U+339A SQUARE NM: not included in any glyphset definition
- U+339B SQUARE MU M: not included in any glyphset definition
- U+339C SQUARE MM: try adding chinese-simplified
- U+339D SQUARE CM: try adding chinese-simplified
- U+339E SQUARE KM: not included in any glyphset definition
- U+339F SQUARE MM SQUARED: not included in any glyphset definition
- U+33A0 SQUARE CM SQUARED: not included in any glyphset definition
- U+33A1 SQUARE M SQUARED: try adding chinese-simplified
- U+33A2 SQUARE KM SQUARED: not included in any glyphset definition
- U+33A3 SQUARE MM CUBED: not included in any glyphset definition
- U+33A4 SQUARE CM CUBED: not included in any glyphset definition
- U+33A5 SQUARE M CUBED: not included in any glyphset definition
- U+33A6 SQUARE KM CUBED: not included in any glyphset definition
- U+33A7 SQUARE M OVER S: not included in any glyphset definition
- U+33A8 SQUARE M OVER S SQUARED: not included in any glyphset definition
- U+33A9 SQUARE PA: not included in any glyphset definition
- U+33AA SQUARE KPA: not included in any glyphset definition
- U+33AB SQUARE MPA: not included in any glyphset definition
- U+33AC SQUARE GPA: not included in any glyphset definition
- U+33AD SQUARE RAD: not included in any glyphset definition
- U+33AE SQUARE RAD OVER S: not included in any glyphset definition
- U+33AF SQUARE RAD OVER S SQUARED: not included in any glyphset definition
- U+33B0 SQUARE PS: not included in any glyphset definition
- U+33B1 SQUARE NS: not included in any glyphset definition
- U+33B2 SQUARE MU S: not included in any glyphset definition
- U+33B3 SQUARE MS: not included in any glyphset definition
- U+33B4 SQUARE PV: not included in any glyphset definition
- U+33B5 SQUARE NV: not included in any glyphset definition
- U+33B6 SQUARE MU V: not included in any glyphset definition
- U+33B7 SQUARE MV: not included in any glyphset definition
- U+33B8 SQUARE KV: not included in any glyphset definition
- U+33B9 SQUARE MV MEGA: not included in any glyphset definition
- U+33BA SQUARE PW: not included in any glyphset definition
- U+33BB SQUARE NW: not included in any glyphset definition
- U+33BC SQUARE MU W: not included in any glyphset definition
- U+33BD SQUARE MW: not included in any glyphset definition
- U+33BE SQUARE KW: not included in any glyphset definition
- U+33BF SQUARE MW MEGA: not included in any glyphset definition
- U+33C0 SQUARE K OHM: not included in any glyphset definition
- U+33C1 SQUARE M OHM: not included in any glyphset definition
- U+33C2 SQUARE AM: not included in any glyphset definition
- U+33C3 SQUARE BQ: not included in any glyphset definition
- U+33C4 SQUARE CC: not included in any glyphset definition
- U+33C5 SQUARE CD: not included in any glyphset definition
- U+33C6 SQUARE C OVER KG: not included in any glyphset definition
- U+33C7 SQUARE CO: not included in any glyphset definition
- U+33C8 SQUARE DB: not included in any glyphset definition
- U+33C9 SQUARE GY: not included in any glyphset definition
- U+33CA SQUARE HA: not included in any glyphset definition
- U+33CF SQUARE KT: not included in any glyphset definition
- U+33D0 SQUARE LM: not included in any glyphset definition
- U+33D3 SQUARE LX: not included in any glyphset definition
- U+33D6 SQUARE MOL: not included in any glyphset definition
- U+33D8 SQUARE PM: not included in any glyphset definition
- U+33DB SQUARE SR: not included in any glyphset definition
- U+33DC SQUARE SV: not included in any glyphset definition
- U+33DD SQUARE WB: not included in any glyphset definition
- U+FF01 FULLWIDTH EXCLAMATION MARK: try adding one of: japanese, chinese-simplified, yi
- U+FF02 FULLWIDTH QUOTATION MARK: try adding one of: japanese, chinese-simplified, yi
- U+FF03 FULLWIDTH NUMBER SIGN: try adding one of: japanese, chinese-simplified
- U+FF04 FULLWIDTH DOLLAR SIGN: try adding one of: japanese, chinese-simplified
- U+FF05 FULLWIDTH PERCENT SIGN: try adding one of: japanese, chinese-simplified
- U+FF06 FULLWIDTH AMPERSAND: try adding one of: japanese, chinese-simplified
- U+FF07 FULLWIDTH APOSTROPHE: try adding one of: japanese, chinese-simplified
- U+FF08 FULLWIDTH LEFT PARENTHESIS: try adding one of: japanese, chinese-simplified, yi
- U+FF09 FULLWIDTH RIGHT PARENTHESIS: try adding one of: japanese, chinese-simplified, yi
- U+FF0A FULLWIDTH ASTERISK: try adding one of: japanese, chinese-simplified
- U+FF0B FULLWIDTH PLUS SIGN: try adding one of: japanese, chinese-simplified
- U+FF0C FULLWIDTH COMMA: try adding one of: japanese, chinese-simplified, yi
- U+FF0D FULLWIDTH HYPHEN-MINUS: try adding one of: japanese, chinese-simplified
- U+FF0E FULLWIDTH FULL STOP: try adding one of: japanese, chinese-simplified, yi
- U+FF0F FULLWIDTH SOLIDUS: try adding one of: japanese, chinese-simplified, yi
- U+FF10 FULLWIDTH DIGIT ZERO: try adding one of: japanese, chinese-simplified
- U+FF11 FULLWIDTH DIGIT ONE: try adding one of: japanese, chinese-simplified
- U+FF12 FULLWIDTH DIGIT TWO: try adding one of: japanese, chinese-simplified
- U+FF13 FULLWIDTH DIGIT THREE: try adding one of: japanese, chinese-simplified
- U+FF14 FULLWIDTH DIGIT FOUR: try adding one of: japanese, chinese-simplified
- U+FF15 FULLWIDTH DIGIT FIVE: try adding one of: japanese, chinese-simplified
- U+FF16 FULLWIDTH DIGIT SIX: try adding one of: japanese, chinese-simplified
- U+FF17 FULLWIDTH DIGIT SEVEN: try adding one of: japanese, chinese-simplified
- U+FF18 FULLWIDTH DIGIT EIGHT: try adding one of: japanese, chinese-simplified
- U+FF19 FULLWIDTH DIGIT NINE: try adding one of: japanese, chinese-simplified
- U+FF1A FULLWIDTH COLON: try adding one of: japanese, chinese-simplified, yi
- U+FF1B FULLWIDTH SEMICOLON: try adding one of: japanese, chinese-simplified, yi
- U+FF1C FULLWIDTH LESS-THAN SIGN: try adding one of: japanese, chinese-simplified
- U+FF1D FULLWIDTH EQUALS SIGN: try adding one of: japanese, chinese-simplified
- U+FF1E FULLWIDTH GREATER-THAN SIGN: try adding one of: japanese, chinese-simplified
- U+FF1F FULLWIDTH QUESTION MARK: try adding one of: japanese, chinese-simplified, yi
- U+FF20 FULLWIDTH COMMERCIAL AT: try adding one of: japanese, chinese-simplified
- U+FF21 FULLWIDTH LATIN CAPITAL LETTER A: try adding one of: japanese, chinese-simplified
- U+FF22 FULLWIDTH LATIN CAPITAL LETTER B: try adding one of: japanese, chinese-simplified
- U+FF23 FULLWIDTH LATIN CAPITAL LETTER C: try adding one of: japanese, chinese-simplified
- U+FF24 FULLWIDTH LATIN CAPITAL LETTER D: try adding one of: japanese, chinese-simplified
- U+FF25 FULLWIDTH LATIN CAPITAL LETTER E: try adding one of: japanese, chinese-simplified
- U+FF26 FULLWIDTH LATIN CAPITAL LETTER F: try adding one of: japanese, chinese-simplified
- U+FF27 FULLWIDTH LATIN CAPITAL LETTER G: try adding one of: japanese, chinese-simplified
- U+FF28 FULLWIDTH LATIN CAPITAL LETTER H: try adding one of: japanese, chinese-simplified
- U+FF29 FULLWIDTH LATIN CAPITAL LETTER I: try adding one of: japanese, chinese-simplified
- U+FF2A FULLWIDTH LATIN CAPITAL LETTER J: try adding one of: japanese, chinese-simplified
- U+FF2B FULLWIDTH LATIN CAPITAL LETTER K: try adding one of: japanese, chinese-simplified
- U+FF2C FULLWIDTH LATIN CAPITAL LETTER L: try adding one of: japanese, chinese-simplified
- U+FF2D FULLWIDTH LATIN CAPITAL LETTER M: try adding one of: japanese, chinese-simplified
- U+FF2E FULLWIDTH LATIN CAPITAL LETTER N: try adding one of: japanese, chinese-simplified
- U+FF2F FULLWIDTH LATIN CAPITAL LETTER O: try adding one of: japanese, chinese-simplified
- U+FF30 FULLWIDTH LATIN CAPITAL LETTER P: try adding one of: japanese, chinese-simplified
- U+FF31 FULLWIDTH LATIN CAPITAL LETTER Q: try adding one of: japanese, chinese-simplified
- U+FF32 FULLWIDTH LATIN CAPITAL LETTER R: try adding one of: japanese, chinese-simplified
- U+FF33 FULLWIDTH LATIN CAPITAL LETTER S: try adding one of: japanese, chinese-simplified
- U+FF34 FULLWIDTH LATIN CAPITAL LETTER T: try adding one of: japanese, chinese-simplified
- U+FF35 FULLWIDTH LATIN CAPITAL LETTER U: try adding one of: japanese, chinese-simplified
- U+FF36 FULLWIDTH LATIN CAPITAL LETTER V: try adding one of: japanese, chinese-simplified
- U+FF37 FULLWIDTH LATIN CAPITAL LETTER W: try adding one of: japanese, chinese-simplified
- U+FF38 FULLWIDTH LATIN CAPITAL LETTER X: try adding one of: japanese, chinese-simplified
- U+FF39 FULLWIDTH LATIN CAPITAL LETTER Y: try adding one of: japanese, chinese-simplified
- U+FF3A FULLWIDTH LATIN CAPITAL LETTER Z: try adding one of: japanese, chinese-simplified
- U+FF3B FULLWIDTH LEFT SQUARE BRACKET: try adding one of: japanese, chinese-simplified, yi
- U+FF3C FULLWIDTH REVERSE SOLIDUS: try adding one of: japanese, chinese-simplified
- U+FF3D FULLWIDTH RIGHT SQUARE BRACKET: try adding one of: japanese, chinese-simplified, yi
- U+FF3E FULLWIDTH CIRCUMFLEX ACCENT: try adding one of: japanese, chinese-simplified
- U+FF3F FULLWIDTH LOW LINE: try adding one of: japanese, chinese-simplified
- U+FF40 FULLWIDTH GRAVE ACCENT: try adding one of: japanese, chinese-simplified
- U+FF41 FULLWIDTH LATIN SMALL LETTER A: try adding one of: japanese, chinese-simplified
- U+FF42 FULLWIDTH LATIN SMALL LETTER B: try adding one of: japanese, chinese-simplified
- U+FF43 FULLWIDTH LATIN SMALL LETTER C: try adding one of: japanese, chinese-simplified
- U+FF44 FULLWIDTH LATIN SMALL LETTER D: try adding one of: japanese, chinese-simplified
- U+FF45 FULLWIDTH LATIN SMALL LETTER E: try adding one of: japanese, chinese-simplified
- U+FF46 FULLWIDTH LATIN SMALL LETTER F: try adding one of: japanese, chinese-simplified
- U+FF47 FULLWIDTH LATIN SMALL LETTER G: try adding one of: japanese, chinese-simplified
- U+FF48 FULLWIDTH LATIN SMALL LETTER H: try adding one of: japanese, chinese-simplified
- U+FF49 FULLWIDTH LATIN SMALL LETTER I: try adding one of: japanese, chinese-simplified
- U+FF4A FULLWIDTH LATIN SMALL LETTER J: try adding japanese
- U+FF4B FULLWIDTH LATIN SMALL LETTER K: try adding one of: japanese, chinese-simplified
- U+FF4C FULLWIDTH LATIN SMALL LETTER L: try adding one of: japanese, chinese-simplified
- U+FF4D FULLWIDTH LATIN SMALL LETTER M: try adding one of: japanese, chinese-simplified
- U+FF4E FULLWIDTH LATIN SMALL LETTER N: try adding one of: japanese, chinese-simplified
- U+FF4F FULLWIDTH LATIN SMALL LETTER O: try adding one of: japanese, chinese-simplified
- U+FF50 FULLWIDTH LATIN SMALL LETTER P: try adding one of: japanese, chinese-simplified
- U+FF51 FULLWIDTH LATIN SMALL LETTER Q: try adding one of: japanese, chinese-simplified
- U+FF52 FULLWIDTH LATIN SMALL LETTER R: try adding one of: japanese, chinese-simplified
- U+FF53 FULLWIDTH LATIN SMALL LETTER S: try adding one of: japanese, chinese-simplified
- U+FF54 FULLWIDTH LATIN SMALL LETTER T: try adding one of: japanese, chinese-simplified
- U+FF55 FULLWIDTH LATIN SMALL LETTER U: try adding one of: japanese, chinese-simplified
- U+FF56 FULLWIDTH LATIN SMALL LETTER V: try adding one of: japanese, chinese-simplified
- U+FF57 FULLWIDTH LATIN SMALL LETTER W: try adding one of: japanese, chinese-simplified
- U+FF58 FULLWIDTH LATIN SMALL LETTER X: try adding one of: japanese, chinese-simplified
- U+FF59 FULLWIDTH LATIN SMALL LETTER Y: try adding one of: japanese, chinese-simplified
- U+FF5A FULLWIDTH LATIN SMALL LETTER Z: try adding japanese
- U+FF5B FULLWIDTH LEFT CURLY BRACKET: try adding one of: japanese, math, chinese-simplified, yi
- U+FF5C FULLWIDTH VERTICAL LINE: try adding one of: japanese, chinese-simplified, yi
- U+FF5D FULLWIDTH RIGHT CURLY BRACKET: try adding one of: japanese, math, chinese-simplified, yi
- U+FF5E FULLWIDTH TILDE: try adding one of: chinese-simplified, yi
- U+FFE0 FULLWIDTH CENT SIGN: try adding chinese-simplified
- U+FFE1 FULLWIDTH POUND SIGN: try adding chinese-simplified
- U+FFE5 FULLWIDTH YEN SIGN: try adding one of: japanese, chinese-simplified
- U+FFE6 FULLWIDTH WON SIGN: 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]korean
,latin
,menu
METADATA.pb font.post_script_name field contains font name in right format?
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
METADATA.pb postScriptName ("NanumBrush") does not match correct font name format ("NanumBrushScript, 나눔손글씨붓, NanumBrushScript, 나눔손글씨붓").
[code: mismatch]
Glyphset Checks
💥Shapes languages in all GF glyphsets.
💥 NanumBrushScript-Regular.ttf
-
💥 ERROR
Failed with ModuleNotFoundError: No module named 'shaperglot.checker'
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/vendorspecific/googlefonts/glyphsets/shape_languages.py", line 19, in check_glyphsets_shape_languages from shaperglot.checker import Checker
Description Checks
🔥🔥⚠️⚠️ℹ️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.
⚠️ NanumBrushScript-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?
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
Please host your font project on a public Git repo (such as GitHub or GitLab) and place a link in the DESCRIPTION.en_us.html file.
[code: lacks-git-url]
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]
Licensing Checks
🔥🔥🔥⚠️⏩Copyright notices match canonical pattern in fonts
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
Name Table entry: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright © 2010 NHN Corporation. All rights reserved. Font designed by Sandoll Communications Inc."
[code: bad-notice-format] -
🔥 FAIL
Name Table entry: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright © 2010 NHN Corporation. All rights reserved. Font designed by Sandoll Communications Inc."
[code: bad-notice-format] -
🔥 FAIL
Name Table entry: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright © 2010 NHN Corporation. All rights reserved. Font designed by Sandoll Communications Inc."
[code: bad-notice-format] -
🔥 FAIL
METADATA.pb: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright © 2010 NHN Corporation. All rights reserved. Font designed by Sandoll Communications Inc."
[code: bad-notice-format]
Check OFL body text is correct.
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
The OFL.txt body text is incorrect. Please use https://github.com/googlefonts/Unified-Font-Repository/blob/main/OFL.txt as a template. You should only modify the first line.
Lines changed:
+ with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver\n
+ NanumGothic, NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver\n
+ NanumBrush, NanumPen, Naver NanumPen.\n
[code: incorrect-ofl-body-text]
Check license file has good copyright string.
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
First line in license file is:
"copyright (c) 2010, nhn corporation (http://www.nhncorp.com),"
which does not match the expected format, similar to:
"Copyright 2022 The Familyname Project Authors (git url)"
[code: bad-format]
Check copyright namerecords match license file.
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
License file OFL.txt exists but NameID 13 (LICENSE DESCRIPTION) value on platform 1 (MACINTOSH) is not specified for that. Value was: "NHN Corporation" Must be changed to "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org"
[code: wrong] -
🔥 FAIL
License file OFL.txt exists but NameID 13 (LICENSE DESCRIPTION) value on platform 3 (WINDOWS) is not specified for that. Value was: "NHN Corporation" Must be changed to "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org"
[code: wrong]
Outline Checks
⚠️⚠️⚠️Check the direction of the outermost contour in each glyph
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
The following glyphs have a counter-clockwise outer contour:
[code: ccw-outer-contour]* backslash (U+005C) has a counter-clockwise outer contour * uniB0A0 (U+B0A0) has a counter-clockwise outer contour * uniB0A0 (U+B0A0) has a counter-clockwise outer contour * uniB189 (U+B189) has a counter-clockwise outer contour * uniB1F9 (U+B1F9) has a counter-clockwise outer contour * uniB2A1 (U+B2A1) has a counter-clockwise outer contour * uniB3D5 (U+B3D5) has a counter-clockwise outer contour * uniB86D (U+B86D) has a counter-clockwise outer contour * uniB8C1 (U+B8C1) has a counter-clockwise outer contour * uniB8DD (U+B8DD) has a counter-clockwise outer contour * uniB9BD (U+B9BD) has a counter-clockwise outer contour * uniBAB9 (U+BAB9) has a counter-clockwise outer contour * uniBB29 (U+BB29) has a counter-clockwise outer contour * uniBD05 (U+BD05) has a counter-clockwise outer contour * uniBD59 (U+BD59) has a counter-clockwise outer contour * uniBF51 (U+BF51) has a counter-clockwise outer contour * uniBFE1 (U+BFE1) has a counter-clockwise outer contour * uniC051 (U+C051) has a counter-clockwise outer contour * uniC069 (U+C069) has a counter-clockwise outer contour * uniC131 (U+C131) has a counter-clockwise outer contour * uniC19D (U+C19D) has a counter-clockwise outer contour * uniC1F1 (U+C1F1) has a counter-clockwise outer contour * uniC20D (U+C20D) has a counter-clockwise outer contour * uniC3E9 (U+C3E9) has a counter-clockwise outer contour * uniC43D (U+C43D) has a counter-clockwise outer contour * uniC501 (U+C501) has a counter-clockwise outer contour * uniC6A5 (U+C6A5) has a counter-clockwise outer contour * uniC881 (U+C881) has a counter-clockwise outer contour * uniC89D (U+C89D) has a counter-clockwise outer contour * uniC8D5 (U+C8D5) has a counter-clockwise outer contour * uniC999 (U+C999) has a counter-clockwise outer contour * uniCB21 (U+CB21) has a counter-clockwise outer contour * uniCE15 (U+CE15) has a counter-clockwise outer contour * uniD1B1 (U+D1B1) has a counter-clockwise outer contour * uniD3FD (U+D3FD) has a counter-clockwise outer contour * uniD46D (U+D46D) has a counter-clockwise outer contour * uniD6D5 (U+D6D5) has a counter-clockwise outer contour * uniFF3C (U+FF3C) has a counter-clockwise outer contour
Do outlines contain any jaggy segments?
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
The following glyphs have jaggy segments:
[code: found-jaggy-segments]* glyph11811: B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * glyph11842: B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * glyph11879: B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * glyph11920: B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * glyph11951: B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * glyph11981: B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * glyph12009: B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * glyph12125: B<<621.5,-144.5>-<683.0,-106.0>-<741.0,-64.0>>/B<<741.0,-64.0>-<736.0,-70.0>-<732.0,-75.0>> = 14.284705828557108 * glyph12157: B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * glyph12193: B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * glyph12470: B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * glyph12734: B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * glyph12760: B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * glyph12786: B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * glyph12940: L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * glyph13083: B<<611.5,-174.5>-<673.0,-136.0>-<731.0,-94.0>>/B<<731.0,-94.0>-<726.0,-100.0>-<722.0,-105.0>> = 14.284705828557108 * glyph13113: B<<731.5,-174.5>-<793.0,-136.0>-<851.0,-94.0>>/B<<851.0,-94.0>-<846.0,-100.0>-<842.0,-105.0>> = 14.284705828557108 * glyph13148: B<<681.5,-184.5>-<743.0,-146.0>-<801.0,-104.0>>/B<<801.0,-104.0>-<796.0,-110.0>-<792.0,-115.0>> = 14.284705828557108 * glyph13299: L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * glyph13300: L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * glyph13301: L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * glyph13302: L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * glyph13306: L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * glyph13613: B<<580.0,296.0>-<574.0,257.0>-<573.0,252.0>>/B<<573.0,252.0>-<573.0,255.0>-<567.0,222.0>> = 11.309932474020195 * uni2121 (U+2121): L<<295.0,-17.0>--<295.0,-32.0>>/B<<295.0,-32.0>-<293.0,-24.0>-<291.0,-15.5>> = 14.036243467926484 * uni313E (U+313E): B<<696.5,100.5>-<758.0,139.0>-<816.0,181.0>>/B<<816.0,181.0>-<811.0,175.0>-<807.0,170.0>> = 14.284705828557108 * uni3146 (U+3146): L<<241.0,19.0>--<242.0,6.0>>/B<<242.0,6.0>-<240.0,14.0>-<234.5,22.5>> = 9.63753811293096 * uni3176 (U+3176): B<<674.0,238.5>-<653.0,206.0>-<631.0,173.0>>/B<<631.0,173.0>-<633.0,175.0>-<636.0,175.0>> = 11.309932474020195 * uni3177 (U+3177): B<<716.5,100.5>-<778.0,139.0>-<836.0,181.0>>/B<<836.0,181.0>-<831.0,175.0>-<827.0,170.0>> = 14.284705828557108 * uni317E (U+317E): B<<644.0,238.5>-<623.0,206.0>-<601.0,173.0>>/B<<601.0,173.0>-<603.0,175.0>-<606.0,175.0>> = 11.309932474020195 * uniAC19 (U+AC19): B<<511.5,-129.5>-<573.0,-91.0>-<631.0,-49.0>>/B<<631.0,-49.0>-<626.0,-55.0>-<622.0,-60.0>> = 14.284705828557108 * uniAC35 (U+AC35): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniAC51 (U+AC51): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniAC6D (U+AC6D): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniACA5 (U+ACA5): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniACDD (U+ACDD): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniACF9 (U+ACF9): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAD15 (U+AD15): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniAD31 (U+AD31): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniAD4D (U+AD4D): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniAD69 (U+AD69): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAD85 (U+AD85): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAD9C (U+AD9C): B<<271.5,-238.5>-<266.0,-232.0>-<265.0,-225.0>>/L<<265.0,-225.0>--<264.0,-236.0>> = 13.324531261890755 * uniAD9C (U+AD9C): L<<265.0,-225.0>--<264.0,-236.0>>/B<<264.0,-236.0>-<263.0,-228.0>-<259.0,-220.0>> = 12.319445256636563 * uniADF5 (U+ADF5): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAE11 (U+AE11): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAE2D (U+AE2D): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniAE49 (U+AE49): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniAE65 (U+AE65): B<<599.5,-45.5>-<661.0,-7.0>-<719.0,35.0>>/B<<719.0,35.0>-<714.0,29.0>-<710.0,24.0>> = 14.284705828557108 * uniAE81 (U+AE81): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniAE9D (U+AE9D): B<<621.5,-144.5>-<683.0,-106.0>-<741.0,-64.0>>/B<<741.0,-64.0>-<736.0,-70.0>-<732.0,-75.0>> = 14.284705828557108 * uniAEB9 (U+AEB9): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniAED5 (U+AED5): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniAEF1 (U+AEF1): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniAF29 (U+AF29): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniAF45 (U+AF45): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAFB5 (U+AFB5): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAFD1 (U+AFD1): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniAFE8 (U+AFE8): B<<338.5,-248.5>-<333.0,-242.0>-<332.0,-234.0>>/L<<332.0,-234.0>--<331.0,-246.0>> = 11.888658039627936 * uniAFE8 (U+AFE8): L<<332.0,-234.0>--<331.0,-246.0>>/B<<331.0,-246.0>-<330.0,-238.0>-<326.0,-230.0>> = 11.888658039627936 * uniB004 (U+B004): B<<439.5,-204.5>-<434.0,-198.0>-<433.0,-191.0>>/L<<433.0,-191.0>--<432.0,-202.0>> = 13.324531261890755 * uniB004 (U+B004): L<<433.0,-191.0>--<432.0,-202.0>>/B<<432.0,-202.0>-<431.0,-194.0>-<427.0,-186.0>> = 12.319445256636563 * uniB041 (U+B041): B<<361.5,-214.5>-<423.0,-176.0>-<481.0,-134.0>>/B<<481.0,-134.0>-<476.0,-140.0>-<472.0,-145.0>> = 14.284705828557108 * uniB05D (U+B05D): B<<415.5,-101.0>-<467.0,-68.0>-<515.0,-30.0>>/B<<515.0,-30.0>-<511.0,-35.0>-<508.5,-40.0>> = 12.972706361048356 * uniB095 (U+B095): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniB0A1 (U+B0A1): L<<368.0,532.0>--<368.0,530.0>>/B<<368.0,530.0>-<377.0,577.0>-<389.0,618.0>> = 10.840305454330565 * uniB0B1 (U+B0B1): B<<513.5,-117.5>-<575.0,-79.0>-<633.0,-37.0>>/B<<633.0,-37.0>-<628.0,-43.0>-<624.0,-48.0>> = 14.284705828557108 * uniB0CD (U+B0CD): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB0E9 (U+B0E9): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniB105 (U+B105): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB121 (U+B121): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniB13D (U+B13D): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB155 (U+B155): B<<255.0,165.0>-<262.0,168.0>-<267.0,170.0>>/B<<267.0,170.0>-<263.0,168.0>-<258.0,163.5>> = 4.763641690726066 * uniB159 (U+B159): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniB175 (U+B175): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB180 (U+B180): B<<337.5,-9.5>-<314.0,-39.0>-<294.0,-59.0>>/B<<294.0,-59.0>-<299.0,-56.0>-<310.5,-50.0>> = 14.036243467926457 * uniB191 (U+B191): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB201 (U+B201): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB20B (U+B20B): B<<243.5,404.5>-<303.0,418.0>-<375.0,435.0>>/B<<375.0,435.0>-<374.0,435.0>-<374.0,429.0>> = 13.284866484902187 * uniB21D (U+B21D): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB234 (U+B234): B<<266.5,-228.5>-<261.0,-222.0>-<260.0,-214.0>>/L<<260.0,-214.0>--<259.0,-226.0>> = 11.888658039627936 * uniB234 (U+B234): L<<260.0,-214.0>--<259.0,-226.0>>/B<<259.0,-226.0>-<258.0,-218.0>-<254.0,-210.0>> = 11.888658039627936 * uniB28D (U+B28D): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB299 (U+B299): B<<192.0,-14.5>-<184.0,-25.0>-<174.0,-33.0>>/B<<174.0,-33.0>-<178.0,-31.0>-<184.5,-28.0>> = 12.094757077012058 * uniB2A9 (U+B2A9): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB2E1 (U+B2E1): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniB2FA (U+B2FA): B<<460.0,224.0>-<443.0,328.0>-<451.0,441.0>>/B<<451.0,441.0>-<449.0,434.0>-<445.0,428.0>> = 11.895814197651479 * uniB2FD (U+B2FD): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniB311 (U+B311): B<<308.0,334.0>-<323.0,345.0>-<330.0,354.0>>/B<<330.0,354.0>-<329.0,352.0>-<328.0,349.0>> = 11.309932474020162 * uniB315 (U+B315): B<<308.0,272.0>-<323.0,283.0>-<330.0,292.0>>/B<<330.0,292.0>-<329.0,290.0>-<328.0,287.0>> = 11.309932474020162 * uniB319 (U+B319): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB335 (U+B335): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniB351 (U+B351): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB36D (U+B36D): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniB389 (U+B389): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB3A5 (U+B3A5): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniB3C1 (U+B3C1): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniB3DD (U+B3DD): B<<415.5,-214.5>-<470.0,-168.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.309932474020195 * uniB44D (U+B44D): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB469 (U+B469): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB480 (U+B480): B<<266.5,-228.5>-<261.0,-222.0>-<260.0,-214.0>>/L<<260.0,-214.0>--<259.0,-226.0>> = 11.888658039627936 * uniB480 (U+B480): L<<260.0,-214.0>--<259.0,-226.0>>/B<<259.0,-226.0>-<258.0,-218.0>-<254.0,-210.0>> = 11.888658039627936 * uniB4D9 (U+B4D9): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB4F5 (U+B4F5): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB52D (U+B52D): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniB549 (U+B549): B<<621.5,-144.5>-<683.0,-106.0>-<741.0,-64.0>>/B<<741.0,-64.0>-<736.0,-70.0>-<732.0,-75.0>> = 14.284705828557108 * uniB550 (U+B550): B<<373.0,167.5>-<411.0,190.0>-<458.0,225.0>>/B<<458.0,225.0>-<457.0,224.0>-<458.5,224.0>> = 8.325650330426848 * uniB554 (U+B554): B<<587.0,46.0>-<567.0,25.0>-<546.0,8.0>>/B<<546.0,8.0>-<550.0,10.0>-<555.0,11.5>> = 12.425942865427455 * uniB55F (U+B55F): B<<373.0,225.5>-<411.0,248.0>-<458.0,283.0>>/B<<458.0,283.0>-<457.0,282.0>-<458.5,282.0>> = 8.325650330426848 * uniB560 (U+B560): B<<375.0,254.5>-<413.0,277.0>-<460.0,312.0>>/B<<460.0,312.0>-<459.0,311.0>-<460.5,311.0>> = 8.325650330426848 * uniB565 (U+B565): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniB581 (U+B581): B<<621.5,-144.5>-<683.0,-106.0>-<741.0,-64.0>>/B<<741.0,-64.0>-<736.0,-70.0>-<732.0,-75.0>> = 14.284705828557108 * uniB59D (U+B59D): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniB5D5 (U+B5D5): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniB60D (U+B60D): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniB629 (U+B629): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB699 (U+B699): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB6B5 (U+B6B5): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB725 (U+B725): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB741 (U+B741): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniB779 (U+B779): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniB795 (U+B795): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniB7B1 (U+B7B1): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniB7CD (U+B7CD): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniB7E9 (U+B7E9): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniB805 (U+B805): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniB821 (U+B821): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniB83D (U+B83D): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniB859 (U+B859): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniB891 (U+B891): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniB8A8 (U+B8A8): B<<348.5,-285.5>-<343.0,-279.0>-<342.0,-271.0>>/L<<342.0,-271.0>--<341.0,-283.0>> = 11.888658039627936 * uniB8A8 (U+B8A8): L<<342.0,-271.0>--<341.0,-283.0>>/B<<341.0,-283.0>-<340.0,-275.0>-<336.0,-267.0>> = 11.888658039627936 * uniB8AD (U+B8AD): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniB8C3 (U+B8C3): B<<509.0,73.0>-<507.0,79.0>-<507.0,78.0>>/B<<507.0,78.0>-<506.0,83.0>-<502.5,91.0>> = 11.309932474020195 * uniB8C9 (U+B8C9): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniB918 (U+B918): B<<266.5,-289.5>-<261.0,-283.0>-<260.0,-275.0>>/L<<260.0,-275.0>--<259.0,-287.0>> = 11.888658039627936 * uniB918 (U+B918): L<<260.0,-275.0>--<259.0,-287.0>>/B<<259.0,-287.0>-<258.0,-279.0>-<254.0,-271.0>> = 11.888658039627936 * uniB97C (U+B97C): B<<281.0,-36.5>-<261.0,-63.0>-<224.0,-98.0>>/B<<224.0,-98.0>-<227.0,-96.0>-<232.0,-94.0>> = 9.718792202825608 * uniB98D (U+B98D): B<<386.0,-142.5>-<442.0,-105.0>-<496.0,-66.0>>/B<<496.0,-66.0>-<486.0,-76.0>-<479.0,-87.0>> = 9.162347045721667 * uniB9A9 (U+B9A9): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniB9C5 (U+B9C5): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniB9D2 (U+B9D2): B<<81.0,199.0>-<79.0,193.0>-<80.0,193.0>>/B<<80.0,193.0>-<73.0,194.0>-<69.0,200.0>> = 8.13010235415596 * uniB9E1 (U+B9E1): B<<511.5,-109.5>-<573.0,-71.0>-<631.0,-29.0>>/B<<631.0,-29.0>-<626.0,-35.0>-<622.0,-40.0>> = 14.284705828557108 * uniB9F8 (U+B9F8): B<<76.0,219.0>-<74.0,213.0>-<75.0,213.0>>/B<<75.0,213.0>-<68.0,214.0>-<64.0,220.0>> = 8.13010235415596 * uniB9FD (U+B9FD): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniBA19 (U+BA19): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniBA35 (U+BA35): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniBA51 (U+BA51): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniBA69 (U+BA69): B<<76.0,117.0>-<74.0,111.0>-<75.0,111.0>>/B<<75.0,111.0>-<68.0,112.0>-<64.0,118.0>> = 8.13010235415596 * uniBA6D (U+BA6D): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniBA89 (U+BA89): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniBAA5 (U+BAA5): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniBAC1 (U+BAC1): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniBB31 (U+BB31): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniBBBD (U+BBBD): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniBBD9 (U+BBD9): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniBC02 (U+BC02): B<<81.0,199.0>-<79.0,193.0>-<80.0,193.0>>/B<<80.0,193.0>-<73.0,194.0>-<69.0,200.0>> = 8.13010235415596 * uniBC11 (U+BC11): B<<481.5,-129.5>-<543.0,-91.0>-<601.0,-49.0>>/B<<601.0,-49.0>-<596.0,-55.0>-<592.0,-60.0>> = 14.284705828557108 * uniBC25 (U+BC25): B<<593.0,227.0>-<595.0,221.0>-<595.0,222.0>>/B<<595.0,222.0>-<588.0,166.0>-<578.5,102.5>> = 7.125016348901757 * uniBC2D (U+BC2D): B<<576.5,-119.5>-<638.0,-81.0>-<696.0,-39.0>>/B<<696.0,-39.0>-<691.0,-45.0>-<687.0,-50.0>> = 14.284705828557108 * uniBC49 (U+BC49): B<<576.5,-138.5>-<638.0,-100.0>-<696.0,-58.0>>/B<<696.0,-58.0>-<691.0,-64.0>-<687.0,-69.0>> = 14.284705828557108 * uniBC65 (U+BC65): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniBC81 (U+BC81): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniBC9D (U+BC9D): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniBCB9 (U+BCB9): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniBCD5 (U+BCD5): B<<634.5,-119.5>-<696.0,-81.0>-<754.0,-39.0>>/B<<754.0,-39.0>-<749.0,-45.0>-<745.0,-50.0>> = 14.284705828557108 * uniBCF1 (U+BCF1): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniBD02 (U+BD02): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniBD29 (U+BD29): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniBD40 (U+BD40): B<<329.5,-264.5>-<324.0,-258.0>-<323.0,-250.0>>/L<<323.0,-250.0>--<322.0,-262.0>> = 11.888658039627936 * uniBD40 (U+BD40): L<<323.0,-250.0>--<322.0,-262.0>>/B<<322.0,-262.0>-<321.0,-254.0>-<317.0,-246.0>> = 11.888658039627936 * uniBD45 (U+BD45): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniBD61 (U+BD61): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniBD72 (U+BD72): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniBD8E (U+BD8E): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniBDFE (U+BDFE): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniBE14 (U+BE14): B<<137.0,393.0>-<135.0,338.0>-<128.0,284.0>>/B<<128.0,284.0>-<136.0,308.0>-<151.0,327.5>> = 11.04890567165471 * uniBE1A (U+BE1A): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniBE1D (U+BE1D): B<<107.0,440.0>-<105.0,385.0>-<98.0,331.0>>/B<<98.0,331.0>-<114.0,379.0>-<156.0,407.5>> = 11.04890567165471 * uniBE1F (U+BE1F): B<<107.0,420.0>-<105.0,365.0>-<98.0,311.0>>/B<<98.0,311.0>-<114.0,359.0>-<156.0,387.5>> = 11.04890567165471 * uniBE41 (U+BE41): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniBE5D (U+BE5D): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniBE68 (U+BE68): B<<75.0,378.0>-<67.0,313.0>-<71.0,247.0>>/B<<71.0,247.0>-<74.0,264.0>-<82.0,284.5>> = 13.476209060358467 * uniBE6A (U+BE6A): B<<75.0,378.0>-<67.0,313.0>-<71.0,247.0>>/B<<71.0,247.0>-<74.0,264.0>-<82.0,284.5>> = 13.476209060358467 * uniBE73 (U+BE73): B<<75.0,306.0>-<67.0,241.0>-<71.0,175.0>>/B<<71.0,175.0>-<74.0,192.0>-<82.0,212.5>> = 13.476209060358467 * uniBE79 (U+BE79): B<<611.5,-174.5>-<673.0,-136.0>-<731.0,-94.0>>/B<<731.0,-94.0>-<726.0,-100.0>-<722.0,-105.0>> = 14.284705828557108 * uniBE84 (U+BE84): B<<74.0,378.0>-<66.0,313.0>-<70.0,247.0>>/B<<70.0,247.0>-<73.0,264.0>-<81.0,284.5>> = 13.476209060358467 * uniBE95 (U+BE95): B<<731.5,-174.5>-<793.0,-136.0>-<851.0,-94.0>>/B<<851.0,-94.0>-<846.0,-100.0>-<842.0,-105.0>> = 14.284705828557108 * uniBEB1 (U+BEB1): B<<611.5,-174.5>-<673.0,-136.0>-<731.0,-94.0>>/B<<731.0,-94.0>-<726.0,-100.0>-<722.0,-105.0>> = 14.284705828557108 * uniBECD (U+BECD): B<<731.5,-174.5>-<793.0,-136.0>-<851.0,-94.0>>/B<<851.0,-94.0>-<846.0,-100.0>-<842.0,-105.0>> = 14.284705828557108 * uniBEE9 (U+BEE9): B<<681.5,-184.5>-<743.0,-146.0>-<801.0,-104.0>>/B<<801.0,-104.0>-<796.0,-110.0>-<792.0,-115.0>> = 14.284705828557108 * uniBF05 (U+BF05): B<<731.5,-174.5>-<793.0,-136.0>-<851.0,-94.0>>/B<<851.0,-94.0>-<846.0,-100.0>-<842.0,-105.0>> = 14.284705828557108 * uniBF21 (U+BF21): B<<681.5,-184.5>-<743.0,-146.0>-<801.0,-104.0>>/B<<801.0,-104.0>-<796.0,-110.0>-<792.0,-115.0>> = 14.284705828557108 * uniBF3D (U+BF3D): B<<731.5,-174.5>-<793.0,-136.0>-<851.0,-94.0>>/B<<851.0,-94.0>-<846.0,-100.0>-<842.0,-105.0>> = 14.284705828557108 * uniBF4E (U+BF4E): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniBFBE (U+BFBE): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniBFDA (U+BFDA): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniC04A (U+C04A): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniC066 (U+C066): L<<430.0,-216.0>--<435.0,-214.0>>/B<<435.0,-214.0>-<427.0,-216.0>-<422.0,-213.0>> = 7.765166018425308 * uniC08D (U+C08D): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniC098 (U+C098): B<<75.0,378.0>-<67.0,313.0>-<71.0,247.0>>/B<<71.0,247.0>-<74.0,264.0>-<82.0,284.5>> = 13.476209060358467 * uniC0A3 (U+C0A3): B<<75.0,306.0>-<67.0,241.0>-<71.0,175.0>>/B<<71.0,175.0>-<74.0,192.0>-<82.0,212.5>> = 13.476209060358467 * uniC0A9 (U+C0A9): B<<681.5,-184.5>-<743.0,-146.0>-<801.0,-104.0>>/B<<801.0,-104.0>-<796.0,-110.0>-<792.0,-115.0>> = 14.284705828557108 * uniC0C5 (U+C0C5): B<<511.5,-129.5>-<573.0,-91.0>-<631.0,-49.0>>/B<<631.0,-49.0>-<626.0,-55.0>-<622.0,-60.0>> = 14.284705828557108 * uniC0E1 (U+C0E1): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC0FD (U+C0FD): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniC119 (U+C119): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC135 (U+C135): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniC151 (U+C151): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC16D (U+C16D): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniC189 (U+C189): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC1D8 (U+C1D8): B<<348.5,-203.5>-<343.0,-197.0>-<342.0,-189.0>>/L<<342.0,-189.0>--<341.0,-201.0>> = 11.888658039627936 * uniC1D8 (U+C1D8): L<<342.0,-189.0>--<341.0,-201.0>>/B<<341.0,-201.0>-<340.0,-193.0>-<336.0,-185.0>> = 11.888658039627936 * uniC215 (U+C215): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC248 (U+C248): B<<266.5,-228.5>-<261.0,-222.0>-<260.0,-214.0>>/L<<260.0,-214.0>--<259.0,-226.0>> = 11.888658039627936 * uniC248 (U+C248): L<<260.0,-214.0>--<259.0,-226.0>>/B<<259.0,-226.0>-<258.0,-218.0>-<254.0,-210.0>> = 11.888658039627936 * uniC2A1 (U+C2A1): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC2AD (U+C2AD): B<<192.0,-14.5>-<184.0,-25.0>-<174.0,-33.0>>/B<<174.0,-33.0>-<178.0,-31.0>-<184.5,-28.0>> = 12.094757077012058 * uniC2BD (U+C2BD): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC2F5 (U+C2F5): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniC32D (U+C32D): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniC365 (U+C365): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniC381 (U+C381): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniC39D (U+C39D): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniC3D5 (U+C3D5): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniC3D8 (U+C3D8): B<<46.0,165.0>-<39.0,170.0>-<38.0,177.0>>/L<<38.0,177.0>--<39.0,167.0>> = 2.4195092166562997 * uniC3D8 (U+C3D8): L<<38.0,177.0>--<39.0,167.0>>/B<<39.0,167.0>-<37.0,175.0>-<32.0,182.0>> = 8.325650330426848 * uniC3DF (U+C3DF): B<<46.0,219.0>-<39.0,224.0>-<38.0,231.0>>/L<<38.0,231.0>--<39.0,221.0>> = 2.4195092166562997 * uniC3DF (U+C3DF): L<<38.0,231.0>--<39.0,221.0>>/B<<39.0,221.0>-<37.0,229.0>-<32.0,236.0>> = 8.325650330426848 * uniC3E0 (U+C3E0): B<<36.5,261.0>-<30.0,267.0>-<28.0,275.0>>/L<<28.0,275.0>--<29.0,263.0>> = 9.272601777200284 * uniC3E0 (U+C3E0): L<<28.0,275.0>--<29.0,263.0>>/B<<29.0,263.0>-<27.0,271.0>-<22.0,278.0>> = 9.272601777200284 * uniC3E2 (U+C3E2): B<<36.0,261.0>-<29.0,266.0>-<28.0,273.0>>/L<<28.0,273.0>--<29.0,263.0>> = 2.4195092166562997 * uniC3E2 (U+C3E2): L<<28.0,273.0>--<29.0,263.0>>/B<<29.0,263.0>-<27.0,271.0>-<22.0,278.0>> = 8.325650330426848 * uniC3E9 (U+C3E9): B<<36.0,261.0>-<29.0,266.0>-<28.0,273.0>>/L<<28.0,273.0>--<29.0,263.0>> = 2.4195092166562997 * uniC3E9 (U+C3E9): L<<28.0,273.0>--<29.0,263.0>>/B<<29.0,263.0>-<27.0,271.0>-<22.0,278.0>> = 8.325650330426848 * uniC3ED (U+C3ED): B<<46.0,219.0>-<39.0,224.0>-<38.0,231.0>>/L<<38.0,231.0>--<39.0,221.0>> = 2.4195092166562997 * uniC3ED (U+C3ED): L<<38.0,231.0>--<39.0,221.0>>/B<<39.0,221.0>-<37.0,229.0>-<32.0,236.0>> = 8.325650330426848 * uniC3F1 (U+C3F1): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC3F8 (U+C3F8): L<<36.0,173.0>--<39.0,162.0>>/B<<39.0,162.0>-<36.0,169.0>-<30.0,175.5>> = 7.943471810590367 * uniC3FC (U+C3FC): L<<37.0,280.0>--<40.0,269.0>>/B<<40.0,269.0>-<37.0,276.0>-<31.0,282.5>> = 7.943471810590367 * uniC408 (U+C408): B<<301.5,-259.5>-<296.0,-253.0>-<295.0,-246.0>>/L<<295.0,-246.0>--<294.0,-257.0>> = 13.324531261890755 * uniC408 (U+C408): L<<295.0,-246.0>--<294.0,-257.0>>/B<<294.0,-257.0>-<293.0,-249.0>-<289.0,-241.0>> = 12.319445256636563 * uniC408 (U+C408): L<<36.0,229.0>--<39.0,218.0>>/B<<39.0,218.0>-<36.0,225.0>-<30.0,231.5>> = 7.943471810590367 * uniC430 (U+C430): L<<36.0,173.0>--<39.0,162.0>>/B<<39.0,162.0>-<36.0,169.0>-<30.0,175.5>> = 7.943471810590367 * uniC434 (U+C434): L<<37.0,280.0>--<40.0,269.0>>/B<<40.0,269.0>-<37.0,276.0>-<31.0,282.5>> = 7.943471810590367 * uniC43C (U+C43C): L<<37.0,249.0>--<40.0,238.0>>/B<<40.0,238.0>-<37.0,245.0>-<31.0,251.5>> = 7.943471810590367 * uniC43D (U+C43D): L<<37.0,269.0>--<40.0,258.0>>/B<<40.0,258.0>-<37.0,265.0>-<31.0,271.5>> = 7.943471810590367 * uniC448 (U+C448): B<<46.0,165.0>-<39.0,170.0>-<38.0,177.0>>/L<<38.0,177.0>--<39.0,167.0>> = 2.4195092166562997 * uniC448 (U+C448): L<<38.0,177.0>--<39.0,167.0>>/B<<39.0,167.0>-<37.0,175.0>-<32.0,182.0>> = 8.325650330426848 * uniC450 (U+C450): B<<36.5,261.0>-<30.0,267.0>-<28.0,275.0>>/L<<28.0,275.0>--<29.0,263.0>> = 9.272601777200284 * uniC450 (U+C450): L<<28.0,275.0>--<29.0,263.0>>/B<<29.0,263.0>-<27.0,271.0>-<22.0,278.0>> = 9.272601777200284 * uniC45D (U+C45D): B<<36.5,235.0>-<30.0,241.0>-<28.0,249.0>>/L<<28.0,249.0>--<29.0,237.0>> = 9.272601777200284 * uniC45D (U+C45D): L<<28.0,249.0>--<29.0,237.0>>/B<<29.0,237.0>-<27.0,245.0>-<22.0,252.0>> = 9.272601777200284 * uniC461 (U+C461): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC464 (U+C464): B<<47.0,198.0>-<40.0,203.0>-<39.0,210.0>>/L<<39.0,210.0>--<40.0,200.0>> = 2.4195092166562997 * uniC464 (U+C464): L<<39.0,210.0>--<40.0,200.0>>/B<<40.0,200.0>-<38.0,208.0>-<33.0,215.0>> = 8.325650330426848 * uniC46C (U+C46C): B<<46.5,287.5>-<40.0,292.0>-<37.0,299.0>>/L<<37.0,299.0>--<39.0,288.0>> = 12.89374404488216 * uniC46C (U+C46C): L<<37.0,299.0>--<39.0,288.0>>/B<<39.0,288.0>-<36.0,295.0>-<30.5,300.5>> = 12.89374404488216 * uniC479 (U+C479): B<<48.5,288.5>-<42.0,293.0>-<39.0,300.0>>/L<<39.0,300.0>--<41.0,289.0>> = 12.89374404488216 * uniC479 (U+C479): L<<39.0,300.0>--<41.0,289.0>>/B<<41.0,289.0>-<38.0,296.0>-<32.5,301.5>> = 12.89374404488216 * uniC47D (U+C47D): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC480 (U+C480): B<<35.0,185.0>-<29.0,193.0>-<28.0,199.0>>/L<<28.0,199.0>--<28.0,190.0>> = 9.462322208025613 * uniC480 (U+C480): L<<28.0,199.0>--<28.0,190.0>>/B<<28.0,190.0>-<26.0,198.0>-<22.0,205.5>> = 14.036243467926484 * uniC481 (U+C481): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC482 (U+C482): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC483 (U+C483): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC484 (U+C484): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC485 (U+C485): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC486 (U+C486): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC487 (U+C487): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC488 (U+C488): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC489 (U+C489): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC48A (U+C48A): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC48B (U+C48B): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC48C (U+C48C): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC48D (U+C48D): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC48E (U+C48E): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC48F (U+C48F): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC490 (U+C490): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC491 (U+C491): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC492 (U+C492): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC493 (U+C493): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC494 (U+C494): B<<280.5,-265.5>-<275.0,-259.0>-<274.0,-251.0>>/L<<274.0,-251.0>--<273.0,-263.0>> = 11.888658039627936 * uniC494 (U+C494): L<<274.0,-251.0>--<273.0,-263.0>>/B<<273.0,-263.0>-<272.0,-255.0>-<268.0,-247.0>> = 11.888658039627936 * uniC494 (U+C494): L<<40.0,341.0>--<43.0,331.0>>/B<<43.0,331.0>-<40.0,337.0>-<34.0,342.5>> = 9.865806943084328 * uniC495 (U+C495): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC496 (U+C496): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC497 (U+C497): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC498 (U+C498): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC499 (U+C499): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC49A (U+C49A): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC49B (U+C49B): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC49C (U+C49C): B<<31.0,229.0>-<25.0,237.0>-<24.0,243.0>>/L<<24.0,243.0>--<24.0,234.0>> = 9.462322208025613 * uniC49C (U+C49C): L<<24.0,243.0>--<24.0,234.0>>/B<<24.0,234.0>-<22.0,242.0>-<18.0,249.5>> = 14.036243467926484 * uniC49D (U+C49D): B<<31.5,285.5>-<26.0,292.0>-<24.0,300.0>>/L<<24.0,300.0>--<24.0,290.0>> = 14.036243467926484 * uniC49D (U+C49D): L<<24.0,300.0>--<24.0,290.0>>/B<<24.0,290.0>-<22.0,298.0>-<18.0,305.5>> = 14.036243467926484 * uniC49E (U+C49E): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC49F (U+C49F): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4A0 (U+C4A0): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4A1 (U+C4A1): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4A2 (U+C4A2): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4A3 (U+C4A3): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4A4 (U+C4A4): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4A5 (U+C4A5): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4A6 (U+C4A6): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4A7 (U+C4A7): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4A8 (U+C4A8): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4A9 (U+C4A9): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4AA (U+C4AA): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4AB (U+C4AB): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4AC (U+C4AC): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4AD (U+C4AD): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4AE (U+C4AE): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4AF (U+C4AF): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4B0 (U+C4B0): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4B1 (U+C4B1): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4B2 (U+C4B2): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4B3 (U+C4B3): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4B4 (U+C4B4): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4B5 (U+C4B5): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4B6 (U+C4B6): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4B7 (U+C4B7): L<<59.0,313.0>--<62.0,303.0>>/B<<62.0,303.0>-<59.0,309.0>-<53.0,314.5>> = 9.865806943084328 * uniC4B8 (U+C4B8): B<<31.0,182.0>-<25.0,190.0>-<24.0,196.0>>/L<<24.0,196.0>--<24.0,187.0>> = 9.462322208025613 * uniC4B8 (U+C4B8): L<<24.0,196.0>--<24.0,187.0>>/B<<24.0,187.0>-<22.0,195.0>-<18.0,202.5>> = 14.036243467926484 * uniC4B9 (U+C4B9): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4BA (U+C4BA): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4BB (U+C4BB): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4BC (U+C4BC): B<<31.0,222.0>-<25.0,230.0>-<24.0,236.0>>/L<<24.0,236.0>--<24.0,228.0>> = 9.462322208025613 * uniC4BD (U+C4BD): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4BE (U+C4BE): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4BF (U+C4BF): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4C0 (U+C4C0): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C1 (U+C4C1): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C2 (U+C4C2): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C3 (U+C4C3): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C4 (U+C4C4): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C5 (U+C4C5): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C6 (U+C4C6): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C7 (U+C4C7): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4C8 (U+C4C8): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4C9 (U+C4C9): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4CA (U+C4CA): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4CB (U+C4CB): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4CC (U+C4CC): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4CD (U+C4CD): B<<31.5,262.5>-<26.0,269.0>-<24.0,277.0>>/L<<24.0,277.0>--<24.0,268.0>> = 14.036243467926484 * uniC4CE (U+C4CE): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4CF (U+C4CF): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4D0 (U+C4D0): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4D1 (U+C4D1): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4D2 (U+C4D2): L<<29.0,313.0>--<32.0,303.0>>/B<<32.0,303.0>-<29.0,309.0>-<23.0,314.5>> = 9.865806943084328 * uniC4D3 (U+C4D3): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC4D4 (U+C4D4): B<<47.5,228.0>-<41.0,234.0>-<39.0,242.0>>/L<<39.0,242.0>--<40.0,230.0>> = 9.272601777200284 * uniC4D4 (U+C4D4): L<<39.0,242.0>--<40.0,230.0>>/B<<40.0,230.0>-<38.0,238.0>-<33.0,245.0>> = 9.272601777200284 * uniC4D8 (U+C4D8): B<<51.5,231.0>-<45.0,237.0>-<43.0,245.0>>/L<<43.0,245.0>--<44.0,233.0>> = 9.272601777200284 * uniC4D8 (U+C4D8): L<<43.0,245.0>--<44.0,233.0>>/B<<44.0,233.0>-<42.0,241.0>-<37.0,248.0>> = 9.272601777200284 * uniC4E9 (U+C4E9): B<<45.5,269.5>-<39.0,274.0>-<36.0,281.0>>/L<<36.0,281.0>--<38.0,270.0>> = 12.89374404488216 * uniC4E9 (U+C4E9): L<<36.0,281.0>--<38.0,270.0>>/B<<38.0,270.0>-<35.0,277.0>-<29.5,282.5>> = 12.89374404488216 * uniC4ED (U+C4ED): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC4F0 (U+C4F0): B<<46.0,85.0>-<39.0,90.0>-<38.0,97.0>>/L<<38.0,97.0>--<39.0,87.0>> = 2.4195092166562997 * uniC4F0 (U+C4F0): L<<38.0,97.0>--<39.0,87.0>>/B<<39.0,87.0>-<37.0,95.0>-<32.0,102.0>> = 8.325650330426848 * uniC4FA (U+C4FA): B<<46.5,287.5>-<40.0,292.0>-<37.0,299.0>>/L<<37.0,299.0>--<39.0,288.0>> = 12.89374404488216 * uniC4FA (U+C4FA): L<<37.0,299.0>--<39.0,288.0>>/B<<39.0,288.0>-<36.0,295.0>-<30.5,300.5>> = 12.89374404488216 * uniC4FF (U+C4FF): B<<46.5,287.5>-<40.0,292.0>-<37.0,299.0>>/L<<37.0,299.0>--<39.0,288.0>> = 12.89374404488216 * uniC4FF (U+C4FF): L<<37.0,299.0>--<39.0,288.0>>/B<<39.0,288.0>-<36.0,295.0>-<30.5,300.5>> = 12.89374404488216 * uniC501 (U+C501): B<<36.0,257.0>-<29.0,262.0>-<28.0,269.0>>/L<<28.0,269.0>--<29.0,259.0>> = 2.4195092166562997 * uniC501 (U+C501): L<<28.0,269.0>--<29.0,259.0>>/B<<29.0,259.0>-<27.0,267.0>-<22.0,274.0>> = 8.325650330426848 * uniC509 (U+C509): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC50C (U+C50C): B<<35.0,169.0>-<29.0,177.0>-<28.0,183.0>>/L<<28.0,183.0>--<28.0,174.0>> = 9.462322208025613 * uniC50C (U+C50C): L<<28.0,183.0>--<28.0,174.0>>/B<<28.0,174.0>-<26.0,182.0>-<22.0,189.5>> = 14.036243467926484 * uniC510 (U+C510): B<<34.0,223.0>-<28.0,231.0>-<27.0,237.0>>/L<<27.0,237.0>--<27.0,228.0>> = 9.462322208025613 * uniC510 (U+C510): L<<27.0,237.0>--<27.0,228.0>>/B<<27.0,228.0>-<25.0,236.0>-<21.0,243.5>> = 14.036243467926484 * uniC511 (U+C511): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC512 (U+C512): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC514 (U+C514): L<<39.0,343.0>--<42.0,333.0>>/B<<42.0,333.0>-<39.0,339.0>-<33.0,344.5>> = 9.865806943084328 * uniC515 (U+C515): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC516 (U+C516): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC517 (U+C517): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC518 (U+C518): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC519 (U+C519): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC51A (U+C51A): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC51B (U+C51B): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC51C (U+C51C): B<<33.0,267.0>-<29.0,273.0>-<27.0,281.0>>/L<<27.0,281.0>--<27.0,272.0>> = 14.036243467926484 * uniC51C (U+C51C): L<<27.0,281.0>--<27.0,272.0>>/B<<27.0,272.0>-<26.0,280.0>-<22.5,287.5>> = 7.125016348901757 * uniC51E (U+C51E): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC521 (U+C521): B<<33.5,234.5>-<29.0,241.0>-<27.0,249.0>>/L<<27.0,249.0>--<27.0,239.0>> = 14.036243467926484 * uniC521 (U+C521): L<<27.0,249.0>--<27.0,239.0>>/B<<27.0,239.0>-<26.0,247.0>-<22.5,254.5>> = 7.125016348901757 * uniC523 (U+C523): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC525 (U+C525): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC527 (U+C527): L<<39.0,273.0>--<42.0,263.0>>/B<<42.0,263.0>-<39.0,269.0>-<33.0,274.5>> = 9.865806943084328 * uniC541 (U+C541): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniC55D (U+C55D): B<<440.5,-139.5>-<502.0,-101.0>-<560.0,-59.0>>/B<<560.0,-59.0>-<555.0,-65.0>-<551.0,-70.0>> = 14.284705828557108 * uniC579 (U+C579): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC5B1 (U+C5B1): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC5CD (U+C5CD): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniC5E9 (U+C5E9): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC621 (U+C621): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC63D (U+C63D): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC654 (U+C654): B<<271.5,-219.5>-<266.0,-213.0>-<265.0,-205.0>>/L<<265.0,-205.0>--<264.0,-217.0>> = 11.888658039627936 * uniC654 (U+C654): L<<265.0,-205.0>--<264.0,-217.0>>/B<<264.0,-217.0>-<263.0,-209.0>-<259.0,-201.0>> = 11.888658039627936 * uniC6AD (U+C6AD): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC6B8 (U+C6B8): B<<230.0,430.0>-<218.0,407.0>-<215.0,407.0>>/B<<215.0,407.0>-<228.0,408.0>-<248.5,419.5>> = 4.398705354995508 * uniC6C5 (U+C6C5): B<<199.0,469.0>-<195.0,478.0>-<197.0,490.0>>/B<<197.0,490.0>-<190.0,470.0>-<185.0,450.0>> = 9.82772401116307 * uniC6C5 (U+C6C5): B<<226.0,554.0>-<220.0,544.0>-<216.0,534.0>>/B<<216.0,534.0>-<220.0,541.0>-<229.0,548.0>> = 7.943471810590367 * uniC6C9 (U+C6C9): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC6E0 (U+C6E0): B<<266.5,-228.5>-<261.0,-222.0>-<260.0,-214.0>>/L<<260.0,-214.0>--<259.0,-226.0>> = 11.888658039627936 * uniC6E0 (U+C6E0): L<<260.0,-214.0>--<259.0,-226.0>>/B<<259.0,-226.0>-<258.0,-218.0>-<254.0,-210.0>> = 11.888658039627936 * uniC733 (U+C733): B<<332.0,53.0>-<330.0,59.0>-<330.0,58.0>>/B<<330.0,58.0>-<322.0,103.0>-<329.0,158.0>> = 10.080597987542308 * uniC739 (U+C739): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC77C (U+C77C): B<<457.0,37.0>-<437.0,16.0>-<416.0,-1.0>>/B<<416.0,-1.0>-<420.0,1.0>-<425.0,2.5>> = 12.425942865427455 * uniC78D (U+C78D): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniC7A9 (U+C7A9): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniC7C5 (U+C7C5): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC7E1 (U+C7E1): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniC7FD (U+C7FD): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC810 (U+C810): B<<142.5,313.0>-<110.0,244.0>-<73.0,174.0>>/B<<73.0,174.0>-<85.0,188.0>-<97.5,203.0>> = 12.741643949762214 * uniC819 (U+C819): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniC835 (U+C835): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC848 (U+C848): B<<142.5,313.0>-<110.0,244.0>-<73.0,174.0>>/B<<73.0,174.0>-<85.0,188.0>-<97.5,203.0>> = 12.741643949762214 * uniC851 (U+C851): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniC86D (U+C86D): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniC889 (U+C889): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC8BC (U+C8BC): B<<325.5,-225.5>-<320.0,-219.0>-<319.0,-211.0>>/L<<319.0,-211.0>--<318.0,-223.0>> = 11.888658039627936 * uniC8BC (U+C8BC): L<<319.0,-211.0>--<318.0,-223.0>>/B<<318.0,-223.0>-<317.0,-215.0>-<313.0,-207.0>> = 11.888658039627936 * uniC8F9 (U+C8F9): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC915 (U+C915): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC92C (U+C92C): B<<252.5,-275.5>-<247.0,-269.0>-<246.0,-261.0>>/L<<246.0,-261.0>--<245.0,-273.0>> = 11.888658039627936 * uniC92C (U+C92C): L<<246.0,-261.0>--<245.0,-273.0>>/B<<245.0,-273.0>-<244.0,-265.0>-<240.0,-257.0>> = 11.888658039627936 * uniC985 (U+C985): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC9A1 (U+C9A1): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniC9D9 (U+C9D9): B<<577.5,-99.5>-<639.0,-61.0>-<697.0,-19.0>>/B<<697.0,-19.0>-<692.0,-25.0>-<688.0,-30.0>> = 14.284705828557108 * uniCA11 (U+CA11): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniCA49 (U+CA49): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniCA65 (U+CA65): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniCA81 (U+CA81): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniCAB9 (U+CAB9): B<<671.5,-164.5>-<733.0,-126.0>-<791.0,-84.0>>/B<<791.0,-84.0>-<786.0,-90.0>-<782.0,-95.0>> = 14.284705828557108 * uniCAD5 (U+CAD5): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniCAEC (U+CAEC): B<<295.5,-240.5>-<290.0,-234.0>-<289.0,-227.0>>/L<<289.0,-227.0>--<288.0,-238.0>> = 13.324531261890755 * uniCAEC (U+CAEC): L<<289.0,-227.0>--<288.0,-238.0>>/B<<288.0,-238.0>-<287.0,-230.0>-<283.0,-222.0>> = 12.319445256636563 * uniCB08 (U+CB08): B<<487.5,-244.5>-<482.0,-238.0>-<481.0,-230.0>>/L<<481.0,-230.0>--<480.0,-242.0>> = 11.888658039627936 * uniCB08 (U+CB08): L<<481.0,-230.0>--<480.0,-242.0>>/B<<480.0,-242.0>-<479.0,-234.0>-<475.0,-226.0>> = 11.888658039627936 * uniCB45 (U+CB45): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniCB61 (U+CB61): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniCB78 (U+CB78): B<<310.5,-285.5>-<305.0,-279.0>-<304.0,-271.0>>/L<<304.0,-271.0>--<303.0,-283.0>> = 11.888658039627936 * uniCB78 (U+CB78): L<<304.0,-271.0>--<303.0,-283.0>>/B<<303.0,-283.0>-<302.0,-275.0>-<298.0,-267.0>> = 11.888658039627936 * uniCBD1 (U+CBD1): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniCBED (U+CBED): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniCC25 (U+CC25): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniCC41 (U+CC41): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniCC5D (U+CC5D): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniCC79 (U+CC79): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniCC95 (U+CC95): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniCCB1 (U+CCB1): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniCCCD (U+CCCD): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniCCE9 (U+CCE9): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniCD05 (U+CD05): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniCD3D (U+CD3D): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniCD59 (U+CD59): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniCD75 (U+CD75): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniCDC4 (U+CDC4): B<<265.0,-302.5>-<260.0,-297.0>-<259.0,-290.0>>/L<<259.0,-290.0>--<258.0,-300.0>> = 13.840695491655614 * uniCDC4 (U+CDC4): L<<259.0,-290.0>--<258.0,-300.0>>/B<<258.0,-300.0>-<257.0,-293.0>-<253.5,-286.5>> = 13.840695491655614 * uniCE55 (U+CE55): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniCE71 (U+CE71): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniCE8D (U+CE8D): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniCEA9 (U+CEA9): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniCEC5 (U+CEC5): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniCEE1 (U+CEE1): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniCEFD (U+CEFD): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniCF19 (U+CF19): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniCF35 (U+CF35): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniCF51 (U+CF51): B<<581.5,-134.5>-<643.0,-96.0>-<701.0,-54.0>>/B<<701.0,-54.0>-<696.0,-60.0>-<692.0,-65.0>> = 14.284705828557108 * uniCF6D (U+CF6D): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniCFDD (U+CFDD): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniCFF9 (U+CFF9): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD069 (U+D069): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD085 (U+D085): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD0BD (U+D0BD): B<<501.5,-134.5>-<563.0,-96.0>-<621.0,-54.0>>/B<<621.0,-54.0>-<616.0,-60.0>-<612.0,-65.0>> = 14.284705828557108 * uniD0C0 (U+D0C0): B<<340.0,134.0>-<373.0,156.0>-<403.0,177.0>>/B<<403.0,177.0>-<402.0,176.0>-<397.5,170.5>> = 10.007979801441312 * uniD0D9 (U+D0D9): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniD0ED (U+D0ED): B<<308.0,333.0>-<320.0,342.0>-<330.0,354.0>>/B<<330.0,354.0>-<329.0,352.0>-<328.0,349.0>> = 13.240519915187155 * uniD0F5 (U+D0F5): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD0F8 (U+D0F8): B<<340.0,134.0>-<373.0,156.0>-<403.0,177.0>>/B<<403.0,177.0>-<402.0,176.0>-<397.5,170.5>> = 10.007979801441312 * uniD111 (U+D111): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniD12D (U+D12D): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD149 (U+D149): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniD165 (U+D165): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD181 (U+D181): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniD19D (U+D19D): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD1D5 (U+D1D5): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD1F1 (U+D1F1): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniD20D (U+D20D): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD241 (U+D241): B<<80.0,474.0>-<83.0,497.0>-<83.0,494.0>>/B<<83.0,494.0>-<84.0,507.0>-<94.0,513.0>> = 4.398705354995508 * uniD25C (U+D25C): B<<266.5,-284.5>-<261.0,-278.0>-<260.0,-270.0>>/L<<260.0,-270.0>--<259.0,-282.0>> = 11.888658039627936 * uniD25C (U+D25C): L<<260.0,-270.0>--<259.0,-282.0>>/B<<259.0,-282.0>-<258.0,-274.0>-<254.0,-266.0>> = 11.888658039627936 * uniD2A4 (U+D2A4): B<<68.0,513.0>-<77.0,514.0>-<88.0,516.0>>/B<<88.0,516.0>-<87.0,516.0>-<95.0,518.0>> = 10.304846468766044 * uniD2ED (U+D2ED): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD2F0 (U+D2F0): B<<340.0,134.0>-<373.0,156.0>-<403.0,177.0>>/B<<403.0,177.0>-<402.0,176.0>-<397.5,170.5>> = 10.007979801441312 * uniD309 (U+D309): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniD325 (U+D325): B<<584.5,-100.5>-<646.0,-62.0>-<704.0,-20.0>>/B<<704.0,-20.0>-<699.0,-26.0>-<695.0,-31.0>> = 14.284705828557108 * uniD341 (U+D341): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD35D (U+D35D): B<<531.5,-144.5>-<593.0,-106.0>-<651.0,-64.0>>/B<<651.0,-64.0>-<646.0,-70.0>-<642.0,-75.0>> = 14.284705828557108 * uniD379 (U+D379): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD395 (U+D395): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniD3B1 (U+D3B1): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD3CD (U+D3CD): B<<621.5,-164.5>-<683.0,-126.0>-<741.0,-84.0>>/B<<741.0,-84.0>-<736.0,-90.0>-<732.0,-95.0>> = 14.284705828557108 * uniD3E9 (U+D3E9): B<<581.5,-184.5>-<643.0,-146.0>-<701.0,-104.0>>/B<<701.0,-104.0>-<696.0,-110.0>-<692.0,-115.0>> = 14.284705828557108 * uniD3FF (U+D3FF): B<<278.0,-38.5>-<297.0,-1.0>-<324.0,19.0>>/B<<324.0,19.0>-<279.0,0.0>-<231.5,-16.0>> = 13.638303710736812 * uniD405 (U+D405): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD421 (U+D421): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD43D (U+D43D): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniD459 (U+D459): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD475 (U+D475): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD491 (U+D491): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD501 (U+D501): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD51D (U+D51D): B<<415.0,-209.0>-<470.0,-167.0>-<521.0,-117.0>>/B<<521.0,-117.0>-<517.0,-123.0>-<514.0,-129.0>> = 11.877198883878117 * uniD539 (U+D539): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD555 (U+D555): B<<531.5,-164.5>-<593.0,-126.0>-<651.0,-84.0>>/B<<651.0,-84.0>-<646.0,-90.0>-<642.0,-95.0>> = 14.284705828557108 * uniD571 (U+D571): B<<526.5,-179.5>-<588.0,-141.0>-<646.0,-99.0>>/B<<646.0,-99.0>-<641.0,-105.0>-<637.0,-110.0>> = 14.284705828557108 * uniD588 (U+D588): B<<715.5,-328.5>-<714.0,-337.0>-<714.0,-353.0>>/B<<714.0,-353.0>-<708.0,-329.0>-<696.0,-296.0>> = 14.036243467926457 * uniD58D (U+D58D): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniD5A9 (U+D5A9): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD5C5 (U+D5C5): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniD5E1 (U+D5E1): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD5FD (U+D5FD): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniD602 (U+D602): B<<580.0,296.0>-<574.0,257.0>-<573.0,252.0>>/B<<573.0,252.0>-<573.0,255.0>-<567.0,222.0>> = 11.309932474020195 * uniD603 (U+D603): B<<580.0,296.0>-<574.0,257.0>-<573.0,252.0>>/B<<573.0,252.0>-<573.0,255.0>-<567.0,222.0>> = 11.309932474020195 * uniD607 (U+D607): B<<580.0,296.0>-<574.0,257.0>-<573.0,252.0>>/B<<573.0,252.0>-<573.0,255.0>-<567.0,222.0>> = 11.309932474020195 * uniD616 (U+D616): B<<580.0,296.0>-<574.0,257.0>-<573.0,252.0>>/B<<573.0,252.0>-<573.0,255.0>-<567.0,222.0>> = 11.309932474020195 * uniD618 (U+D618): B<<580.0,296.0>-<574.0,257.0>-<573.0,252.0>>/B<<573.0,252.0>-<573.0,255.0>-<567.0,222.0>> = 11.309932474020195 * uniD619 (U+D619): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108 * uniD61A (U+D61A): B<<580.0,296.0>-<574.0,257.0>-<573.0,252.0>>/B<<573.0,252.0>-<573.0,255.0>-<567.0,222.0>> = 11.309932474020195 * uniD635 (U+D635): B<<611.5,-214.5>-<673.0,-176.0>-<731.0,-134.0>>/B<<731.0,-134.0>-<726.0,-140.0>-<722.0,-145.0>> = 14.284705828557108 * uniD790 (U+D790): B<<510.0,37.0>-<490.0,16.0>-<469.0,-1.0>>/B<<469.0,-1.0>-<473.0,1.0>-<478.0,2.5>> = 12.425942865427455 * uniD7A1 (U+D7A1): B<<531.5,-214.5>-<593.0,-176.0>-<651.0,-134.0>>/B<<651.0,-134.0>-<646.0,-140.0>-<642.0,-145.0>> = 14.284705828557108
Do outlines contain any semi-vertical or semi-horizontal lines?
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
The following glyphs have semi-vertical/semi-horizontal lines:
[code: found-semi-vertical]* uni251E (U+251E): L<<282.0,112.0>--<283.0,-370.0>>
Font File Checks
🔥🔥⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️Check font names are correct
🔥 NanumBrushScript-Regular.ttf
-
⚠️ WARN
Regular missing from full name
[code: lacks-regular] -
🔥 FAIL
Font names are incorrect:
nameID current expected Family Name Nanum Brush Script Nanum Brush Script Subfamily Name Regular Regular Full Name Nanum Brush Script Nanum Brush Script Regular Postscript Name NanumBrush NanumBrushScript-Regular
Check Google Fonts glyph coverage.
🔥 NanumBrushScript-Regular.ttf
-
🔥 FAIL
Missing required codepoints:
[code: missing-codepoints]- 0x00A0 (NO-BREAK SPACE) - 0x00AE (REGISTERED SIGN) - 0x00B7 (MIDDLE DOT) - 0x2013 (EN DASH) - 0x2014 (EM DASH) - 0x2022 (BULLET) - 0x2026 (HORIZONTAL ELLIPSIS) - 0x20AC (EURO SIGN) - 0x2212 (MINUS SIGN)
Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ NanumBrushScript-Regular.ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]