Re: Client Update for 0.4 Released (2017-05-24)
« Reply #30, on May 25th, 2017, 09:05 AM »
CooL
I tought devs are active again.Quote from Mohamed on December 26th, 2017, 11:29 PM CooL
Where is the download link, please? or how do i update?? thanks
Is it not working for me only or for all?Quote Added custom font loading. Windows font files can be placed in a new directory on the server, store/fonts/, and can then be used in GUIs.
Strange, it seems it working for me only with installed fonts (in windows) like Impact but not working with FjallaOne (in store/fonts dir)Code: [Select] label <- ::GUILabel();
label.Text = "[TEST]TestFont";
label.FontName = "FjallaOne";
label.Colour = Colour(0,0,0,220);
label.TextColour = Colour(255,80,80,255);
label.Position = VectorScreen(0,0);
label.Size = VectorScreen(100,100);
label.FontSize = 32;