-
## Expected Behavior
OpenType.js support the features of the Mongolian font .
## Current Behavior
OpenType.js didn't support the Mongolian font . Mongolian font need the features that isol, i…
-
@ILOVEPIE what do you think about a GitHub Actions deployment, I can add the NPM_TOKEN there later for the npm package.
I used this recently on another project, and it could look like this maybe, a…
-
Shouldn't we note in the Readme that the `fontSize` is points and not pixels?
-
## Expected Behavior
The rendering of a path and text within a browser should be the same. The example provided shows four lines of Arabic. The first two lines are Arabic as rendered by the browser…
-
I am loading the `Roboto` font in `index.html`:
```
```
Then trying to use it in a `TextSprite`:
```
const instance = new TextSprite({
alignment: "left",
color: "#24ff00",
…
-
After writing a font to disk and reading it back advanceWidth for all Glyphs is set to NaN after calling Glyph.getBoundingBox.
## Expected Behavior
Glyph.advanceWidth should return a number.
#…
-
Hi, we are using custom fonts on node.js, it seems that when using custom fonts the width returned by textItem.width and textItem.height do not match what is actually rendered. It works fine with the …
-
Curious – is there anyway to access the font object with a CSS @fontface? Or would that require recompiling the font somehow?
-
Character rendering issues occur when stroking text.
## Expected Behavior
The stroke should match the fill.
## Current Behavior
Random dots of stroke appear sometimes, also some lines cut inwa…
-