{{newin|[[0.10.0]]|100|type=function}}
Creates a new drawable [[Text]] object.
{{newobjectnotice}}
== Function ==
=== Synopsis ===
<source lang="lua">
text = love.graphics.newText( font, textstring )
</source>
=== Arguments ===
{{param|Font|font|The font to use for the text.}}
{{param|string|textstring (nil)|The initial string of text that the new Text object will contain. May be nil.}}
=== Returns ===
{{param|Text|text|The new drawable Text object.}}

== See Also ==
* [[parent::love.graphics]]
* [[Constructs::Text]]
* [[Font]]
[[Category:Functions]]
[[Sub-Category::Object Creation| ]]
{{#set:Description=Creates a new drawable [[Text]] object.}}
== Other Languages ==
{{i18n|love.graphics.newText}}