mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Use unsigned ints instead of unsigned shorts to represent UTF8 font glyphs
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
* Gets a specific glyph.
|
||||
* @param glyph The (UNICODE) glyph to get data for
|
||||
**/
|
||||
virtual GlyphData *getGlyphData(unsigned short glyph) const = 0;
|
||||
virtual GlyphData *getGlyphData(unsigned int glyph) const = 0;
|
||||
|
||||
/**
|
||||
* Gets the number of glyphs the rasterizer has data for.
|
||||
|
||||
Reference in New Issue
Block a user