You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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