Difference between revisions of "love.graphics.setPointSize"
m (Add more see alsos.) |
|||
Line 1: | Line 1: | ||
− | Sets the point size. | + | Sets the [[love.graphics.setPoint|point]] size. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 11: | Line 11: | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
+ | * [[love.graphics.point]] | ||
+ | * [[love.graphics.setPoint]] | ||
+ | * [[love.graphics.setPointStyle]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Sets the point size.}} | {{#set:Description=Sets the point size.}} |
Revision as of 01:03, 27 September 2011
Sets the point size.
Function
Synopsis
love.graphics.setPointSize( size )
Arguments
number size
- The new point size.
Returns
Nothing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info