mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fix issue #136 - Filter for Imagefonts.
This commit is contained in:
@@ -261,7 +261,7 @@ namespace opengl
|
||||
/**
|
||||
* Creates a Font object.
|
||||
**/
|
||||
Font * newFont(love::font::FontData * data);
|
||||
Font * newFont(love::font::FontData * data, const Image::Filter& filter = Image::Filter());
|
||||
|
||||
SpriteBatch * newSpriteBatch(Image * image, int size, int usage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user