调整增加真实300DPI字典

This commit is contained in:
lovelyyoung 2020-04-03 09:27:13 +08:00
parent 19ce266a4d
commit 1dc154a95b
1 changed files with 4 additions and 1 deletions

View File

@ -34,8 +34,11 @@ static std::map<unsigned short, unsigned int> SupPixelTypes = {
}; };
static std::map<float, unsigned int> SupResolutions = { static std::map<float, unsigned int> SupResolutions = {
{300.0f, 0}, {100.0f, 1},
{150.0f, 1},
{200.0f, 1}, {200.0f, 1},
{240.0f, 1},
{300.0f, 0},
{600.0f, 2} {600.0f, 2}
}; };