mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
did a bunch of other stuff, sorry about the monolithic changeset but the diffs should be understandable enough
This commit is contained in:
@@ -82,6 +82,11 @@ namespace font
|
||||
* @param glyph The (UNICODE) glyph to get data for
|
||||
**/
|
||||
virtual GlyphData * getGlyphData(unsigned short glyph) const = 0;
|
||||
|
||||
/**
|
||||
* Gets the number of glyphs the rasterizer has data for.
|
||||
**/
|
||||
virtual int getNumGlyphs() const = 0;
|
||||
|
||||
|
||||
}; // Rasterizer
|
||||
|
||||
Reference in New Issue
Block a user