mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fix issue #136 - Filter for Imagefonts.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
// LOVE
|
||||
#include <common/Object.h>
|
||||
#include <font/FontData.h>
|
||||
#include <graphics/Image.h>
|
||||
#include "Glyph.h"
|
||||
|
||||
namespace love
|
||||
@@ -69,7 +70,7 @@ namespace opengl
|
||||
*
|
||||
* @param data The font data to construct from.
|
||||
**/
|
||||
Font(love::font::FontData * data);
|
||||
Font(love::font::FontData * data, const Image::Filter& filter = Image::Filter());
|
||||
|
||||
virtual ~Font();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user