mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[FONT][WIN32SS] Optimize a bit
This commit is contained in:
parent
d1de19002a
commit
6ee576f91d
1 changed files with 2 additions and 0 deletions
|
@ -5806,6 +5806,8 @@ GreExtTextOutW(
|
|||
DxShift = fuOptions & ETO_PDY ? 1 : 0;
|
||||
use_kerning = FT_HAS_KERNING(face);
|
||||
previous = 0;
|
||||
if ((fuOptions & ETO_OPAQUE) ||
|
||||
(pdcattr->lTextAlign & (TA_CENTER | TA_RIGHT)))
|
||||
{
|
||||
TextLeft = RealXStart;
|
||||
TextTop = YStart;
|
||||
|
|
Loading…
Reference in a new issue