mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
--HG-- branch : minor
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
||||
|
||||
void setFallbacks(const std::vector<Font *> &fallbacks);
|
||||
|
||||
float getPixelDensity() const;
|
||||
float getDPIScale() const;
|
||||
|
||||
uint32 getTextureCacheID() const;
|
||||
|
||||
@@ -228,7 +228,7 @@ private:
|
||||
|
||||
Texture::Filter filter;
|
||||
|
||||
float pixelDensity;
|
||||
float dpiScale;
|
||||
|
||||
int textureX, textureY;
|
||||
int rowHeight;
|
||||
|
||||
Reference in New Issue
Block a user