[Bug 10660] title bar buttons incorrectly drawed

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 5 18:28:36 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10660





--- Comment #12 from Stephan Wezel <s.wezel at web.de>  2008-02-05 18:28:36 ---
here is the result of the bugreport on fontforge:

There is no bug in fontforge which reproduces the problem. But rather the
build-system part for generating the truetype font-files relies on a behaviour
of fontforge which has gone in newer version than 20070831.

So this is a bug in the wine build system.

In version 20070831 or older (i haven't tested older version then 20070831) it
seems(i guess so) that fontforge can detect if the generated ttf font file
should be a symbol font-file as the marlett font is. But in newer Version this
detection (if there where a detection mechanism) is gone. The type of the
generated font-file is determined by the file extension.
In case for the marlett symbol ttf font the right extension is .sym.ttf.

I have generated a patch(wine-fontforge-symbol-font.patch) which modifies the
Makefile.in so that for the marlett.ttf file following commands are invoked:

fontforge -script ../fonts/genttf.ff marlett.sfd marlett.sym.ttf
mv marlett.sym.ttf marlett.ttf


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list