Skip to content

Commit

Permalink
win32u: Store effective AA flags in gdi_font.
Browse files Browse the repository at this point in the history
CW-Bug-Id: #22992
  • Loading branch information
Paul Gofman authored and ivyl committed Feb 15, 2024
1 parent aa91d77 commit d098d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/win32u/font.c
Original file line number Diff line number Diff line change
Expand Up @@ -4689,6 +4689,7 @@ static HFONT font_SelectFont( PHYSDEV dev, HFONT hfont, UINT *aa_flags )
*aa_flags = font_smoothing;
}
*aa_flags = font_funcs->get_aa_flags( font, *aa_flags, antialias_fakes );
font->aa_flags = *aa_flags;
}
TRACE( "%p %s %d aa %x\n", hfont, debugstr_w(lf.lfFaceName), (int)lf.lfHeight, *aa_flags );
pthread_mutex_unlock( &font_lock );
Expand Down

0 comments on commit d098d5c

Please sign in to comment.