mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Updated love.font, and added Glyph object in love.graphics.
This commit is contained in:
@@ -26,6 +26,10 @@ namespace love
|
||||
namespace font
|
||||
{
|
||||
|
||||
Rasterizer::~Rasterizer()
|
||||
{
|
||||
}
|
||||
|
||||
int Rasterizer::getHeight() const
|
||||
{
|
||||
return metrics.height;
|
||||
|
||||
Reference in New Issue
Block a user