-
Any idea why `getGlyph(gid)` returns a Glyph with `codePoints` as an empty array?
I'm sure the gid I pass is correct.
-
Since v10.0.0, When I add a new svg on an existing project, I have this error :
```
C:\Users\XXX\Desktop\gulp-task-svg2font-master\node_modules\ttf2woff2\jssrc\ttf2woff2.js:1
(function (export…
-
## State of `char` type
ReScript has the `char` primitive type, which is rarely used. (I was one of those who used `char` to handle ASCII keycodes)
https://rescript-lang.org/docs/manual/latest/p…
-
This used to be part of #2285: Since ranges of codepoints are frequently needed as in `codepoint.type.ascii_digits`, it might make sense to have `codepoint` inherit `has_interval`. But then,`has_inter…
-
At the moment, if you're not into Unicode terminology, the entry text is likely not making much sense to you. We should unroll some expressions and explain better, what the characteristic of the codep…
-
Here's example code from temper-regex-parser that uses a cast to ensure we see `List` rather than `List`:
```ts
new Map([
// Make one explicit simple string just for demo.
…
-
As discussed [on discourse](https://discourse.julialang.org/t/question-about-unicode-and-symbols/108080/3?u=stevengj), while the `Symbol("...")` foo constructor allows one to construct invalid Julia i…
-
https://github.com/devongovett/fontkit/blob/e7ebcbf2f605dc71e43751380dd340c9953d9b64/src/layout/UnicodeLayoutEngine.js#L152
should this be 0x0e4d?
-
Sometimes, it's really nice to be able to know how the properties of two codepoints differ. For example, if we at the SAH are trying to recommend using an existing codepoint for some novel usage, it'd…
-
It still seems to me that the patch extension algorithm is designed around the needs of what we're now calling "table-keyed"/invalidating or partially invalidating patches, with non-invalidating patch…