Blockland Forums > General Discussion
Darren's TTDM - Development stage
Wordy:
--- Quote from: jes00 on July 11, 2012, 06:11:49 AM ---No, I think it's 23.
--- End quote ---
Well I know you use a Mac so would it be alright if you could experiment?
Thanks.
jes00:
--- Quote from: Wordy on July 11, 2012, 06:15:01 AM ---Well I know you use a Mac so would it be alright if you could experiment?
Thanks.
--- End quote ---
I did some testing and the max size I could go up to is 23. Not sure if the font or screen size effects anything.
Wordy:
Lets just hope V21 comes out fairly soon.
In the meantime I'll add a command for mac users to make the font size smaller.
jes00:
--- Quote from: Wordy on July 11, 2012, 06:52:58 AM ---Lets just hope V21 comes out fairly soon.
In the meantime I'll add a command for mac users to make the font size smaller.
--- End quote ---
Just do something like this:
--- Code: ---if(isMacintosh())
{
//Do stuff with size 23 font
}
--- End code ---
Not exactly sure how to use isMacintosh().
Danny Boy:
I think isMacintosh() is client sided.