-
Updated
Jul 24, 2020 - HolyC
opentype
Here are 116 public repositories matching this topic...
-
Updated
May 19, 2020 - Scala
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to: instruction.operation % NUM_OPERATIONS.
Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.
-
Updated
Sep 20, 2018 - PostScript
-
Updated
Feb 11, 2020
-
Updated
Oct 10, 2020 - OCaml
-
Updated
Jul 18, 2020 - Rust
-
Updated
May 30, 2016 - CSS
-
Updated
Oct 22, 2020 - Rust
-
Updated
Dec 3, 2019
-
Updated
Sep 25, 2020 - Shell
-
Updated
Oct 22, 2020 - Python
-
Updated
Sep 11, 2020 - Java
For historical reasons, the various character-table rows just have raw HTML codes for that row's codepoint. It would be a vast improvement to readability to put in a dotted-circle glyph before all of the [Mn] codepoints. Also, more correct, which is probably a good thing.
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 23, 2020 - Swift
-
Updated
Oct 24, 2020 - Rust
Improve this page
Add a description, image, and links to the opentype topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opentype topic, visit your repo's landing page and select "manage topics."
i use the opentype.js in node.
when i use a .ttf font generated a new .ttf font , and use the new font in browser.when i set the fontSize 12px , it looks like different with the source font file. it does not hint. how should i do.