mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
--HG-- branch : minor
This commit is contained in:
@@ -102,9 +102,9 @@ float Rasterizer::getKerning(uint32 /*leftglyph*/, uint32 /*rightglyph*/) const
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
float Rasterizer::getPixelDensity() const
|
||||
float Rasterizer::getDPIScale() const
|
||||
{
|
||||
return pixelDensity;
|
||||
return dpiScale;
|
||||
}
|
||||
|
||||
} // font
|
||||
|
||||
Reference in New Issue
Block a user