Difference between revisions of "Rasterizer:getGlyphData"
m |
m |
||
Line 23: | Line 23: | ||
== See Also == | == See Also == | ||
* [[parent::Rasterizer]] | * [[parent::Rasterizer]] | ||
− | * [[GlyphData]] | + | * [[Constructs::GlyphData]] |
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets glyph data of a specified glyph.}} | {{#set:Description=Gets glyph data of a specified glyph.}} |
Latest revision as of 13:58, 16 April 2020
Available since LÖVE 0.7.0 |
This function is not supported in earlier versions. |
Gets glyph data of a specified glyph.
Contents
Function
Synopsis
glyphData = Rasterizer:getGlyphData( glyph )
Arguments
string glyph
- Glyph
Returns
GlyphData glyphData
- Glyph data
Function
Synopsis
glyphData = Rasterizer:getGlyphData( glyphNumber )
Arguments
number glyphNumber
- Glyph number
Returns
GlyphData glyphData
- Glyph data
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