Difference between revisions of "TextField.new"

From GiderosMobile
Line 4: Line 4:
 
<translate><br />
 
<translate><br />
 
Creates a new [[TextField]] object with the specified font and text. Gideros runtime includes a<br />
 
Creates a new [[TextField]] object with the specified font and text. Gideros runtime includes a<br />
default font. If you specify [[nil` for the font parameter while creating the `TextField]] object, default font is used.<br />
+
default font. If you specify [[nil]] for the font parameter while creating the [[TextField]] object, default font is used.<br />
 
<br /></translate>
 
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">

Revision as of 14:59, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new TextField object with the specified font and text. Gideros runtime includes a
default font. If you specify nil for the font parameter while creating the TextField object, default font is used.

 TextField.new(font,text,sample,layout)

Parameters

font: (FontBase) The font used for displaying this TextField object. If nil, default font is used.
text: (string, optional) The text to be displayed.
sample: (string) sample to determine line height optional
layout: (table) Layout parameters, see TextField:setLayout optional