mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
The TrueType rasterizer now properly recognizes the monochrome bitmap pixel mode for glyphs (resolves issue #818)
This commit is contained in:
@@ -36,7 +36,7 @@ namespace font
|
||||
GlyphData::GlyphData(uint32 glyph, GlyphMetrics glyphMetrics, GlyphData::Format f)
|
||||
: glyph(glyph)
|
||||
, metrics(glyphMetrics)
|
||||
, data(0)
|
||||
, data(nullptr)
|
||||
, format(f)
|
||||
{
|
||||
if (metrics.width > 0 && metrics.height > 0)
|
||||
|
||||
Reference in New Issue
Block a user