Difference between revisions of "love.graphics.getFont (Português)"
(versão inicial em Português) |
(translation update) |
||
Line 1: | Line 1: | ||
− | Obtém | + | <span style="color: #597E9A; font-size: 18pt">love.graphics.getFont</span> |
+ | {{#set:RealLink=love.graphics.getFont (Português)}} | ||
+ | {{#set:DisplayName=love.graphics.getFont}} | ||
+ | Obtém o objeto Fonte atual. | ||
+ | |||
== Função == | == Função == | ||
+ | {{newin (Português)|[[0.9.0]]|090|type=variant|text=Esta variante não é suportada em versões anteriores}} | ||
=== Sinopse === | === Sinopse === | ||
<source lang="lua"> | <source lang="lua"> | ||
Line 7: | Line 12: | ||
=== Argumentos === | === Argumentos === | ||
Nenhum. | Nenhum. | ||
− | === | + | === Retorna === |
− | {{param|Font (Português)|fonte|A fonte | + | {{param|Font (Português)|fonte|A Fonte atual. Cria e define automaticamente a fonte padrão, se nenhuma tiver sido definida.|Fonte}} |
+ | |||
+ | == Função == | ||
+ | {{oldin (Português)|[[0.9.0]]|090|type=variant|text=Esta variante não é suportada nessa versão e posteriores}} | ||
+ | === Sinopse === | ||
+ | <source lang="lua"> | ||
+ | fonte = love.graphics.getFont( ) | ||
+ | </source> | ||
+ | === Argumentos === | ||
+ | Nenhum. | ||
+ | === Retorna === | ||
+ | {{param|Font (Português)|fonte|A Fonte atual, ou nil se nenhuma estiver configurada.|Fonte}} | ||
+ | |||
== Veja Também == | == Veja Também == | ||
− | * [[parent::love.graphics (Português)]] | + | * [[parent::love.graphics (Português)|love.graphics]] |
+ | * [[love.graphics.setFont (Português)|love.graphics.setFont]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Obtém | + | {{#set:Description=Obtém o objeto Fonte atual.}} |
− | == | + | {{#set:Since=000}} |
+ | {{#set:Sub-Category=State}} | ||
+ | == Outras Línguas == | ||
{{i18n|love.graphics.getFont}} | {{i18n|love.graphics.getFont}} |
Latest revision as of 16:05, 22 October 2014
love.graphics.getFont
Obtém o objeto Fonte atual.
Contents
Função
Disponível desde o LÖVE 0.9.0 |
Esta variante não é suportada em versões anteriores. |
Sinopse
fonte = love.graphics.getFont( )
Argumentos
Nenhum.
Retorna
Fonte fonte
- A Fonte atual. Cria e define automaticamente a fonte padrão, se nenhuma tiver sido definida.
Função
Removido no LÖVE 0.9.0 |
Esta variante não é suportada nessa versão e posteriores. |
Sinopse
fonte = love.graphics.getFont( )
Argumentos
Nenhum.
Retorna
Fonte fonte
- A Fonte atual, ou nil se nenhuma estiver configurada.
Veja Também
Outras Línguas
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