Replies: 1 comment
-
Why do you called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure how to create a Font Face using LWJGL Freetype binding. Couldn't find enough documentation or any examples around it.
I can load the library, but I get a SIGSEGV error when I try to load the font file (a woff file).
Here is what I tried to do:
Here is the error I get:
Task :org.example.Main.main() FAILED Loaded FreeType 2.13.3
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x000000012f240600, pid=44875, tid=259
JRE version: OpenJDK Runtime Environment Temurin-17.0.7+7 (17.0.7+7) (build 17.0.7+7) Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (17.0.7+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64) Problematic frame: C [libfreetype.dylib+0x8600]
Beta Was this translation helpful? Give feedback.
All reactions