mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
--HG-- branch : minor
This commit is contained in:
@@ -42,7 +42,7 @@ class BMFontRasterizer : public Rasterizer
|
||||
{
|
||||
public:
|
||||
|
||||
BMFontRasterizer(love::filesystem::FileData *fontdef, const std::vector<image::ImageData *> &imagelist, float pixeldensity);
|
||||
BMFontRasterizer(love::filesystem::FileData *fontdef, const std::vector<image::ImageData *> &imagelist, float dpiscale);
|
||||
virtual ~BMFontRasterizer();
|
||||
|
||||
// Implements Rasterizer.
|
||||
|
||||
Reference in New Issue
Block a user