-
Would you be open to a PR that includes your glyphs and a python script to generate the .ttf? Looks like there have been a number of security vulnerabilities from .ttf files historically, so this way…
-
Building a cache that keeps already computed table for the fonts to be reused later. This will speed up the operation, especially on low end systems.
-
When I run ./scripts/build_ttf.sh, I keep coming across this issue. Any way I can fix this?
-
v7
![v7-screenshot](https://github.com/user-attachments/assets/7a2d095c-ed44-4479-82b2-f6166d868c81)
v6
![v6-screenshot](https://github.com/user-attachments/assets/1a26f064-6bd5-45f2-8bc7-a7a7d2715…
-
Terminus TTF can easily be dropped into the project. It is very clean at size 12, and can be fetched [here](https://files.ax86.net/terminus-ttf/). It looks much nicer to my eyes over the ones that are…
-
Hi, I am trying to use react-native-skia with remotion and I followed the steps in the documentation to add Skia to Remotion. However, I am facing issues when trying to use `Skia.ParagraphBuilder.Make…
-
I have installed Briefer using Docker on Ubuntu, but an error occurred where some font files could not be loaded.
404 not found : workspaces/484f35d1-f7fa-4b7b-9ce4-70aed78a4406/~@/assets/fonts/Int…
-
In the latest version (2.13.4), NotoColorEmojiCompat.ttf (10.27MiB) was added to the `assets` folder of the apk. I'd like to know if it is actually being used by the app, how to select it in the font …
-
The framework displays Khmer TTF text content incorrectly. The text content pattern displayed is different from the original text content pattern that needs to be displayed, and the Khmer TTF text con…
-
I'm having an issue with this and I've isolated it to a simple project with a main like so
```
#include
#include
int main(int argc, char *argv[]) {
int sdlVer = SDL_GetVersion();
SDL_…