{{newin (日本語)|[[0.10.0 (日本語)|0.10.0]]|100|type=関数}}
Creates a new drawable [[Text]] object.
{{newobjectnotice (日本語)}}
== 関数 ==
=== 概要 ===
<source lang="lua">
text = love.graphics.newText( font, textstring )
</source>
=== 引数 ===
{{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.}}
=== 返値 ===
{{param (日本語)|Text|text|The new drawable Text object.}}

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[Constructs::Text (日本語)]]
* [[Font (日本語)]]
[[Category:Functions (日本語)]]
[[Sub-Category::Object Creation (日本語)| ]]
{{#set:Description=Creates a new drawable [[Text]] object.}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.newText}}