01-12-2026, 07:54 PM
(01-12-2026, 07:33 PM)cage Wrote: The example above is an absolute path. I found a solution that does work with a relative path but I am still testing things out. What I did find what does work is the following:Are you loading the font FOR that Window. Each New Image starts up with the default font until you change it for THAT Image Handle
_Font _LoadFont("DejaVuSansMono-Bold.ttf", 14, "monospace")
I works for screen 0 but not for image windows.

