Skip to content

Commit

Permalink
fixed a bug where font individual settings are not properly returned.
Browse files Browse the repository at this point in the history
  • Loading branch information
snowie2000 committed Jul 29, 2022
1 parent 7034342 commit 585d484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,7 @@ const CFontSettings& CGdippSettings::FindIndividual(LPCTSTR lpFaceName) const
CFontSettings& result = p->GetIndividual();
if (result.GetAntiAliasMode() > 2 && HarmonyLCD())
result.SetAntiAliasMode(2);
return result;
}
}
return GetFontSettings();
Expand Down

0 comments on commit 585d484

Please sign in to comment.