-
Looks like opentype.js can do it:
https://github.com/opentypejs/opentype.js/pull/490
-
We’re using libHaru in a cross-platform project (Windows/Linux/Mac) and I found out that it doesn’t like loading fonts from TTC files (which are used on the Mac for many of the standard fonts). I fou…
-
How hard would it be to use e.g. [OpenTypeJS](https://github.com/opentypejs/opentype.js) as a replacement?
-
Hi,
I just fixed a bug in opentype.js that seems to be present in fontkit as well according to the demo: https://github.com/opentypejs/opentype.js/pull/633
-
**Describe the bug**
Download the ttf from https://fonts.google.com/specimen/EB+Garamond. use it as a test. The fonts have kerning info, and can be used as regular desktop fonts with proper kerning. …
-
SVG fonts were added a while ago via #56, but there are actually no tests for SVG font rendering in the test suite.
Opentype.js may soon have parsing and writing support for them (https://github.com/…
-
## Current vs. Expected Behavior
The method `charToGlyph` converts a literal character to a glyph. For the vast majority of fonts, using `charToGlyph` with a character that does not exist in the…
-
# Bug report
When satori's .addFonts method is called, it calls opentype which (in a Next.js app) throws the following error
```
error - TypeError: Cannot read properties of undefined (reading …
alii updated
22 hours ago
-
We want to use the SideBar to navigate a list of deliveries, where it would have a shortened text when collapsed.
Collapsed:
![image](https://github.com/equinor/design-system/assets/11261560/0db63b…
-
Hi,
There are some Hindi letters that when combined, they need to appear reversed.
For example, this "नि" is made out of 2 letters: न and ि. When combined they appear to be reversed and joined.
But…