Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Jliu11

#1
Help requests / Re: Error with setGlobalFont()
30 January 2016, 18:26:25
Works!!!

Thanks!
#2
Help requests / Re: Error with setGlobalFont()
30 January 2016, 17:56:26
Checked again. Does't work.

TGUI-0.6.10 Visual C++10 (2010) - 32bit          from official website
SFML-2.0-windows-vc10-32bits                         from official website

See attached file.
#3
Help requests / Error with setGlobalFont()
30 January 2016, 08:59:35
I am new to TGUI and just tested the sample code on the link https://tgui.eu/example-code/v0.6/loading-from-file/

But the complier throws an unhandled exception when the code runs to line "if (gui.setGlobalFont("../../fonts/DejaVuSans.ttf") == false)". I am using visual studio 2010. I don't know what is the problem.