Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-09-24 16:09:05 -03:00
parent 1b3745b58b
commit 844900db39
37 changed files with 129 additions and 129 deletions
+2 -2
View File
@@ -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