mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Fixed ImageFonts and BMFonts with colored bitmap images to proper sRGB conversions when gamma correction is enabled.
This commit is contained in:
@@ -222,6 +222,7 @@ private:
|
||||
};
|
||||
|
||||
TextureSize getNextTextureSize() const;
|
||||
GLenum getTextureFormat(FontType fontType, GLenum *internalformat = nullptr) const;
|
||||
void createTexture();
|
||||
love::font::GlyphData *getRasterizerGlyphData(uint32 glyph);
|
||||
const Glyph &addGlyph(uint32 glyph);
|
||||
|
||||
Reference in New Issue
Block a user