set font style of native multiline
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
set font style of native multiline
Hi All,
Its sure that text font of Live Code field can be set. but Is it possible to set text font style of native multiline??
something like mobileControlSet "content", "textfont",san serif....
Thanks for your time!
Louis
Its sure that text font of Live Code field can be set. but Is it possible to set text font style of native multiline??
something like mobileControlSet "content", "textfont",san serif....
Thanks for your time!
Louis
Re: set font style of native multiline
Hi Louis,
somewhere in your stack add this;
But make sure you are using a font that's is on the system.
Simon
somewhere in your stack add this;
Code: Select all
if the platform = "iphone" then set the textFont of this stack to "Helvetica"
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: set font style of native multiline
Hi Simon,
It seems not working on a native multiline of android device. Is it only working for iphone?
Thanks,
Louis
It seems not working on a native multiline of android device. Is it only working for iphone?
Thanks,
Louis
Re: set font style of native multiline
Hi,
Are you using droid or droid sans font? Or are you including a font?
Simon
Are you using droid or droid sans font? Or are you including a font?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: set font style of native multiline
Hi simon
I tried both adding font and choosing font (Droid Serif etc) from device system. Text font setting affects a LC field and buttons but not a native multiline..
Cheers,
Louis
I tried both adding font and choosing font (Droid Serif etc) from device system. Text font setting affects a LC field and buttons but not a native multiline..
Cheers,
Louis
Re: set font style of native multiline
Hi Louis,
Sorry, it's in the Dictionary, set fontName is only iOS.
Simon
Sorry, it's in the Dictionary, set fontName is only iOS.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: set font style of native multiline
Hi Simon,
thanks! it still helped me.
Cheers,
Louis
thanks! it still helped me.
Cheers,
Louis