Difference between revisions of "FontData (Português)"
m (list fixed) |
m (translation update) |
||
Line 1: | Line 1: | ||
{{newin|[[0.7.0]]|type=type}} | {{newin|[[0.7.0]]|type=type}} | ||
Um FontData representa uma fonte, contendo a fonte Rasterizer e seus hieróglifos. | Um FontData representa uma fonte, contendo a fonte Rasterizer e seus hieróglifos. | ||
+ | |||
== Constructores == | == Constructores == | ||
{{#ask: [[Category:Functions]] [[Constructs::FontData (Português)]] | {{#ask: [[Category:Functions]] [[Constructs::FontData (Português)]] | ||
Line 7: | Line 8: | ||
| ?Description | | ?Description | ||
}} | }} | ||
+ | |||
== Funções == | == Funções == | ||
− | {{#ask: [[Category:Functions]] [[parent::FontData | + | {{#ask: [[Category:Functions]] [[parent::FontData (Português)]] |
| headers=hide | | headers=hide | ||
| ?Description | | ?Description | ||
}} | }} | ||
+ | {{#ask: [[Category:Functions]] [[parent::Data (Português)]] | ||
+ | | headers=hide | ||
+ | | ?Description | ||
+ | }} | ||
+ | {{#ask: [[Category:Functions]] [[parent::Object (Português)]] | ||
+ | | headers=hide | ||
+ | | ?Description | ||
+ | }} | ||
+ | |||
+ | == Supertipos == | ||
+ | [[Data (Português)]] | ||
+ | |||
+ | [[Object (Português)]] | ||
+ | |||
== Veja Também == | == Veja Também == | ||
* [[parent::love.font (Português)]] | * [[parent::love.font (Português)]] | ||
Line 17: | Line 33: | ||
[[Category:Types]] | [[Category:Types]] | ||
{{#set:Description=Um FontData representa uma fonte.}} | {{#set:Description=Um FontData representa uma fonte.}} | ||
+ | |||
== Outros Idiomas == | == Outros Idiomas == | ||
{{i18n|FontData}} | {{i18n|FontData}} |
Latest revision as of 22:04, 16 February 2011
Available since LÖVE 0.7.0 |
This type is not supported in earlier versions. |
Um FontData representa uma fonte, contendo a fonte Rasterizer e seus hieróglifos.
Constructores
love.font.newFontData (Português) | Cria um novo DadoDeFonte. |
Funções
Data:getPointer (Português) | Obtém um ponteiro para o dado. |
Data:getSize (Português) | Obtém o tamanho do dado em bytes. |
Data:getString (Português) | Obtém o dado todo como um string. |
Object:type (Português) | Obtém o tipo do objeto como um string. |
Object:typeOf (Português) | Verifica se um objeto é de um certo tipo. |
Supertipos
Veja Também
Outros Idiomas
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