{{oldin|[[0.9.0]]|090|type=function|text=Use [[love.graphics.setLineWidth]] and [[love.graphics.setLineStyle]]}}
Sets the line width and style.
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.setLine( width, style )
</source>
=== 引数 ===
{{param (日本語)|number|width|The width of the line.}}
{{param (日本語)|LineStyle|style ("smooth")|The LineStyle to use.}}
=== 返値 ===
ありません。
==  用例 ==
<source lang="lua">
love.graphics.setLine(2, "smooth")
love.graphics.line(15, 25, 69, 89)
</source>
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.setLineWidth (日本語)]]
* [[love.graphics.setLineStyle (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets the line width and style.}}
{{#set:Since=000}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.setLine}}