[Bug 20456] FEAR's installer will not let me enter the serial number due to wrong font

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 18 11:26:10 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=20456

Erich Hoover <erich.e.hoover at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erich.e.hoover at gmail.com

--- Comment #33 from Erich Hoover <erich.e.hoover at gmail.com> ---
Could you try with this patch (uses Courier Prime as a replacement)?:
https://raw.githubusercontent.com/compholio/wine-compholio/master/patches/fonts-Missing_Fonts/0003-fonts-Add-Courier-Prime-as-a-Courier-New-replacement.patch

You need to apply it with "git am", otherwise the binary portion (the TTF) will
be ignored.  You will need to manually edit the fonts/Makefile.in file since
this patch assumes that you have the Arial replacement as well.  Just make sure
you add "cour.sfd" to FONT_SRCS in that file before reconfiguring and
compiling:
FONT_SRCS = \
    cour.sfd \
...

-- 
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