mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
--HG-- branch : minor
This commit is contained in:
@@ -120,12 +120,12 @@ public:
|
||||
|
||||
virtual DataType getDataType() const = 0;
|
||||
|
||||
float getPixelDensity() const;
|
||||
float getDPIScale() const;
|
||||
|
||||
protected:
|
||||
|
||||
FontMetrics metrics;
|
||||
float pixelDensity;
|
||||
float dpiScale;
|
||||
|
||||
}; // Rasterizer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user