-
Updated
Apr 28, 2021
opentype
Here are 136 public repositories matching this topic...
-
Updated
Apr 19, 2021
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
Nov 25, 2020 - PostScript
-
Updated
Feb 16, 2021
-
Updated
May 8, 2021 - OCaml
-
Updated
Jun 9, 2021 - Rust
-
Updated
May 30, 2016 - CSS
-
Updated
Jun 10, 2021 - Rust
-
Updated
Dec 3, 2019
-
Updated
Mar 7, 2021 - Python
-
Updated
May 25, 2021 - Java
-
Updated
Dec 16, 2020 - Python
-
Updated
Jun 2, 2021 - Rust
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
Jun 9, 2021 - Swift
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.