GlyphData
Available since LÖVE 0.7.0
This type is not supported in earlier versions.
A GlyphData represents a drawable symbol of a font Rasterizer.
Constructors
Rasterizer:getGlyphData | Gets glyph data of a specified glyph. | 0.7.0 | |
love.font.newGlyphData | Creates a new GlyphData. | 0.7.0 |
Functions
Data:clone | Creates a new copy of the Data object. | 11.0 | |
Data:getFFIPointer | Gets an FFI pointer to the Data. | 11.3 | |
Data:getPointer | Gets a pointer to the Data. | ||
Data:getSize | Gets the Data's size in bytes. | ||
Data:getString | Gets the full Data as a string. | 0.9.0 | |
GlyphData:getAdvance | Gets glyph advance. | 0.7.0 | |
GlyphData:getBearing | Gets glyph bearing. | 0.7.0 | |
GlyphData:getBoundingBox | Gets glyph bounding box. | 0.7.0 | |
GlyphData:getDimensions | Gets glyph dimensions. | 0.7.0 | |
GlyphData:getFormat | Gets glyph pixel format. | 11.0 | |
GlyphData:getGlyph | Gets glyph number. | 0.7.0 | |
GlyphData:getGlyphString | Gets glyph string. | 0.7.0 | |
GlyphData:getHeight | Gets glyph height. | 0.7.0 | |
GlyphData:getWidth | Gets glyph width. | 0.7.0 | |
Object:release | Immediately destroys the object's Lua reference. | 11.0 | |
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. |
Supertypes
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/GlyphData