-
Updated
Jan 24, 2022
opentype
Here are 153 public repositories matching this topic...
-
Updated
Jan 26, 2022 - Shell
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
Dec 13, 2021
-
Updated
Jan 30, 2022 - OCaml
-
Updated
Oct 25, 2021 - Rust
-
Updated
Feb 3, 2022 - Rust
-
Updated
May 30, 2016 - CSS
-
Updated
Mar 7, 2021 - Python
-
Updated
Dec 3, 2019
-
Updated
Feb 3, 2022 - Java
-
Updated
Jan 31, 2022 - Rust
-
Updated
Dec 16, 2020 - Python
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.
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.