[Bug 695] New - Add support for .fon files using FreeType

wine-bugs at winehq.com wine-bugs at winehq.com
Fri May 17 02:29:16 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=695

*** shadow/695	Fri May 17 02:29:16 2002
--- shadow/695.tmp.27432	Fri May 17 02:29:16 2002
***************
*** 0 ****
--- 1,32 ----
+ +============================================================================+
+ | Add support for .fon files using FreeType                                  |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 695                         Product: Wine                    |
+ |       Status: UNCONFIRMED                 Version: unspecified             |
+ |   Resolution:                            Platform:                         |
+ |     Severity: normal                   OS/Version: All                     |
+ |     Priority: P1                        Component: wine-gdi                |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: wine-bugs at winehq.com                                         |
+ |  Reported By: fgouget at codeweavers.com                                      |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |    Milestone: TargetMilestone: ---                                         |
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Rationale:
+ FreeType supports .fon files but not Wine. This means that a Windows application
+ cannot just drop a .fon file in c:\Windows\Fonts and expect it to work like on
+ Windows. Instead the Wine user has to marshall the
+ font, copy it to the right X font server directory, restart the font server,
+ etc. in addition to that, currently if Wine is using FreeType it will not even
+ try to use X fonts so this .fon file will be ignored anyway.
+ So Wine's FreeType support should be extended to also support .fon files.
+ 
+ Huw adds:
+ We have to have the apis GetGlyphOutline and GetOutlineTextMetrics return
+ something sensible.  Actually maybe GetOutlineTextMetrics should just fail.  Not
+ sure how hard it is to get the metrics for GetTextMetrics correct.
+ 
+ We also get support for .pcf/.bdf's almost for free if we get .fon's working.
\ No newline at end of file



More information about the wine-bugs mailing list