Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
The problem occurs, if ros use the same font for twice. I think there is a
design problem in the font support. The member face from the structure FONTGDI
is global. Each font render operation does change values from FONTGDI->face.
FONTGDI->face should be a part of the local font datas.