Closed
Description
I am developing a stk based windows gui application and for that using fyne library
but unfortunately it seems fyne package unable to parse unicode character properly, but in golang codebase i can successfully print unicode character...so whats wrong?
I already set environtment variable using
os.Setenv("FYNE_FONT", "SolaimanLipi.ttf")
Activity