http://bugs.winehq.org/show_bug.cgi?id=6546
mikolaj.zalewski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-16-01 12:16 -------
So I'm closing the bug
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7185
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Castle of the Winds game |Castle of the Winds game
------- Additional Comments From flexo(a)holycrap.org 2007-16-01 11:09 -------
A savegame & instructions to trigger the bug (if possible) would be nice.
Shame it's broken. I remember playing it for hours before I even knew what a
roguelike is. :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7181
------- Additional Comments From htl10(a)users.sourceforge.net 2007-16-01 10:07 -------
Thanks a million - patched wine 0.9.29, and all the R Rgui binaries compiled
by recent mingw cross on x86_64, in addition to the official R 2.4.1 and
R 2.5dev (built by mingw on windows) now work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6546
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-16-01 09:33 -------
You need the latest Git version or wait for wine 0.9.30 to see any change
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7186
------- Additional Comments From leidola(a)newcon.de 2007-16-01 09:29 -------
UPDATE: after installing corefonts I can reproduce the GTK+-sympthom I noticed
(on an another machine) -- the fonts are much too big:
BUT when using "Sans" as font I get [1] back.
[3] http://gordon.cip.physik.uni-saarland.de/~oleid/cairo-wine-corefonts_size1.…
This is a screenshot with "Arial" and font-size set to 1.
The console output is:
fixme:font:GetCharacterPlacementW flags 0x00000132 ignored
fixme:font:GetCharacterPlacementW flags 0x00000132 ignored
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6546
------- Additional Comments From alanny(a)e1.ru 2007-16-01 09:16 -------
In Wine 0.9.29 it doesn't work! Still double drawing :(
screenshot in attach
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7186
------- Additional Comments From leidola(a)newcon.de 2007-16-01 09:09 -------
Created an attachment (id=4618)
--> (http://bugs.winehq.org/attachment.cgi?id=4618&action=view)
example source code
Compile e.g. with:
i386-mingw32-gcc win32.c -I$WIN32_HEADERS -I$CAIRO_HEADERS -L$WIN32_LIBS
-lgdi32 -lodbc32 -lwsock32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32
-lodbc32 -ladvapi32 -lodbc32 -lwsock32 -lopengl32 -lglu32 -lole32 -loleaut32
-luuid -L$CAIRO_LIBS -lcairo
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7186
Summary: fonts in applications using cairo ( not only through GTK
)
Product: Wine
Version: 0.9.29.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leidola(a)newcon.de
Any GTK+ application running in wine, where gtk >= 2.8, has wrong fonts -
sometimes they are too big, sometimes there are wrong symbols all over.
Just install mono-win32 and have a look at the gtk#-examples.
GTK >= 2.8 uses cairo for font rendering and cairo in turn uses the native win32
font api (not pango!). Therefore I looked for some sample code using __only__
cairo on win32 to see if it works -- it doesn't. The sample code is attached,
here are two screenshots:
[1] http://gordon.cip.physik.uni-saarland.de/~oleid/cairo-wine.png
[2] http://gordon.cip.physik.uni-saarland.de/~oleid/cairo-win32.png
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.