-
Given a feature file generate two, one for GSUB and one for GPOS (...and one(s) for the table entries perhaps) and compile them in parallel.
Expert feedback suggests this should be doable.
-
In the new Oct 17, 2024 release of the variable fonts the codepoint files have these duplicate entries:
```
expansion_panels ef90
expension_panels ef90
```
Is this intentional ? It would appear that…
-
The next issue I want to attack:
When you render an invalid character, freetype-gl only caches it for the actual code point, instead of caching it once for a given font face.
This is because fre…
-
### What were you trying to do?
Hey folks,
first of all. Thanks for the nice library. I am currently building a free project for schools which create certificates and the teacher love the results.…
-
Currently, Cascadia code displays the same glyph (phi with straight vertical bar) for both `U+03D5` and `U+03C6`. It would be nice if the "curvy phi" glyph was added. Note that there exists confusion …
jebej updated
3 years ago
-
Cluster ranges describe what characters are combined into a cluster (i.e., combining character sequences). These ranges can be computed without shaping anything.
In cases where the font is missing so…
-
``` python
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> im…
-
The lining figures and text figures versions of the font could be rolled into single font files containing both, using OpenType features to select between the two. (The features `lnum` and `onum` in p…
-
Read the source code,find a little hard to replace nuklear font with my font.
The reason why I request a bmfont support is the bake font system work well for ANSI few font characters,not good for u…
-
Currently if a user gives ebookmaker an `—` or a `—` or a literal `—` it will show up in the epub as `—`, which is as expected. But it appears that only some named entities are converted. …