mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph.
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
virtual int getLineHeight() const;
|
||||
virtual GlyphData *getGlyphData(unsigned int glyph) const;
|
||||
virtual int getGlyphCount() const;
|
||||
virtual bool hasGlyph(unsigned int glyph) const;
|
||||
|
||||
private:
|
||||
// Load all the glyph positions into memory
|
||||
|
||||
Reference in New Issue
Block a user