-
Attached are fixed versions of the v1.143 release (OTF and TTF).
The names have been fixed to have proper RIBBI style groups.
These should work in many applications.
These may fix #68, #70, and #82…
-
Is there any way to avoid these logs which are printed whenever pdf is generated?
`Undefined CHARARRAY encountered and treated as an empty string. This is probably caused by a missing glyph name. `…
-
Thanks for the fantastic addition!
I just wondering, is it possible to load the Google Font from the link (not a static) as the font object, to use it with the textToPoints function?
-
Unless I'm missing something, there doesn't seem to be an option to make text bold, strikethrough, etc.
When using an Arial font for example, there's no way to use Arial Bold, only Arial regular.
-
I'm trying to subset FA's v6 files, by creating a new font, copying over the glyphs, reading the ligature lookup tables and mapping to new lookup tables in the new font.
## Expected Behavior
Copy …
-
We transpile our angular with buildOptimizer=true and optimization=true. I think under the wraps this sends our bundle through terser. Terser removes the line "glyph.path" from "defineDependentPropert…
-
## Expected Behavior
## Current Behavior
## Possible Solution
## Steps to Reproduce (for bugs)
1. Could we have any methods or way to check a font will be `broken` when l…
-
## Expected Behavior
`Font.getKerningValue` returns kerning value from KERN table if GPOS table is empty.
## Current Behavior
`Font.getKerningValue` returns 0 if GPOS table is empty, even if ther…
-
hi , i have problem with writing marks( ! , . , ... ) in arabic and persian text
The text is reversed when I use marks just like picture
![image](https://user-images.githubusercontent.com/28533048/…
-
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. …