http://bugs.winehq.org/show_bug.cgi?id=19023
Summary: Not possible to create BOLD font with CreateFontIndirect() Product: Wine Version: 1.1.24 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: martinez.pr0team@gmail.com
Created an attachment (id=21936) --> (http://bugs.winehq.org/attachment.cgi?id=21936) Application demonstrates the problem.
Can't create a ITALIC+BOLD font with CreateFontIndirect(). Attached application demostrates the problem (C++ WinApi).
http://bugs.winehq.org/show_bug.cgi?id=19023
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase
http://bugs.winehq.org/show_bug.cgi?id=19023
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |-unknown Summary|Not possible to create BOLD |A font returned by Listview |font with |doesn't have a bold |CreateFontIndirect() |counterpart
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-22 11:37:20 --- There is nothing to attribute to gdi32/CreateFontIndirect. What font is returned by listview? Do you have corefonts installed?
http://bugs.winehq.org/show_bug.cgi?id=19023
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=19023
martinez.pr0team@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #2 from martinez.pr0team@gmail.com 2009-06-22 16:23:03 --- Yes, I had corefonts installed. It was fault of Tahoma font which existed before I've installed it with "sh winetricks tahoma" (?). After installing it with winetricks the font is working fine.
http://bugs.winehq.org/show_bug.cgi?id=19023
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-06-22 16:29:20 --- (In reply to comment #2)
Yes, I had corefonts installed. It was fault of Tahoma font which existed before I've installed it with "sh winetricks tahoma" (?). After installing it with winetricks the font is working fine.
Dmitry, does it mean it's a Wine fonts problem?
http://bugs.winehq.org/show_bug.cgi?id=19023
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |INVALID
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-23 02:17:21 --- Then this bug is invalid.
http://bugs.winehq.org/show_bug.cgi?id=19023
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-23 02:17:36 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=19023
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-23 02:18:46 --- (In reply to comment #3)
Dmitry, does it mean it's a Wine fonts problem?
I'm not sure. This needs a real test case and a separate bug report.