mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Merged default into minor
--HG-- branch : minor
This commit is contained in:
@@ -54,4 +54,4 @@ public:
|
||||
} // font
|
||||
} // love
|
||||
|
||||
#endif // LOVE_FONT_FONT_H
|
||||
#endif // LOVE_FONT_FONT_H
|
||||
|
||||
@@ -46,7 +46,6 @@ struct GlyphMetrics
|
||||
int advance;
|
||||
int bearingX;
|
||||
int bearingY;
|
||||
int spacing;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -79,4 +79,4 @@ private:
|
||||
} // font
|
||||
} // love
|
||||
|
||||
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
|
||||
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
|
||||
|
||||
@@ -96,4 +96,4 @@ bool Rasterizer::hasGlyphs(const std::string &text) const
|
||||
}
|
||||
|
||||
} // font
|
||||
} // love
|
||||
} // love
|
||||
|
||||
@@ -114,4 +114,4 @@ protected:
|
||||
} // font
|
||||
} // love
|
||||
|
||||
#endif // LOVE_FONT_RASTERIZER_H
|
||||
#endif // LOVE_FONT_RASTERIZER_H
|
||||
|
||||
@@ -146,4 +146,4 @@ bool TrueTypeRasterizer::hasGlyph(uint32 glyph) const
|
||||
|
||||
} // freetype
|
||||
} // font
|
||||
} // love
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user