Difference between revisions of "love.graphics.getFont"
m (1 revision: Importing from potato (again).) |
m |
||
Line 1: | Line 1: | ||
− | |||
Gets the current Font object. | Gets the current Font object. | ||
== Function == | == Function == | ||
Line 14: | Line 13: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets the current Font object.}} | {{#set:Description=Gets the current Font object.}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.graphics.getFont}} |
Revision as of 20:13, 18 November 2010
Gets the current Font object.
Function
Synopsis
font = love.graphics.getFont( )
Arguments
None.
Returns
Font font
- The current Font, or nil of none is set.
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