[Bug 697] New - Add support for Type1 fonts using FreeType

wine-bugs at winehq.com wine-bugs at winehq.com
Fri May 17 02:44:48 CDT 2002


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

*** shadow/697	Fri May 17 02:44:48 2002
--- shadow/697.tmp.28410	Fri May 17 02:44:48 2002
***************
*** 0 ****
--- 1,106 ----
+ +============================================================================+
+ | Add support for Type1 fonts using FreeType                                 |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 697                         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                                   |
+ g List: (1 of 1) First Last Prev Next   Show list      Query page      Enter new
+ bug 
+ 
+ 
+                                                         Bug Details for Bug 695 
+ 
+ 
+                     Summary:
+ 
+                         Bug#:
+                              695
+                                                         
+                                                           Reporter:
+                                                                  
+ fgouget at codeweavers.com (François Gouget)
+                      Product:
+ 
+                                                         
+                                                            Add CC:
+ 
+                    
+                                                                Cc:
+                    Component:
+ 
+                                                         
+                                                            Version:
+ 
+                        Status:
+                              NEW
+                                                         
+                                                            Severity:
+ 
+                   Assigned To:
+                              hdavies at codeweavers.com (Huw
+                              Davies)
+                                                         
+                                                              Target
+                                                           Milestone:
+ 
+                                                                                                        
+                   Attachments:
+                              Create a new attachment (proposed patch, testcase,
+ etc.)
+ 
+                   Bug 695 depends on:
+ 
+                                                                 Show dependency
+ tree 
+                                                                 Show dependency
+ graph 
+                       Bug 695 blocks:
+                                    395 
+ 
+ 
+                   Votes for bug 695:
+                                  0    Vote for this bug 
+ 
+ 
+                   Additional Comments:
+                                                                                                       
+ 
+ 
+                      Leave as NEW 
+                      Accept bug (change status to ASSIGNED)
+                      Resolve bug 
+                      Resolve bug, mark it as duplicate of bug # 
+                      Reassign bug to  
+ 
+                             
+ 
+ 
+ 
+                   Comments:
+                                                                                         
+ Opened: 2002-05-17 02:29
+ 
+ Same rationale as for .fon files (bug 695) except Type1 fonts are less common,
+ except maybe in publishing houses, and that Windows does not support Postscript
+ fonts out of the box.
+ However, Postscript fonts tend to be more popular on the Unix side so Wine users
+ may be interested in being able to take advantage of the client-side
+ capabilities of FreeType with Wine for their stash of Type1 fonts.
+ 
+ Huw adds:
+ Care has to be taken with GetGlyphOutline as TT outlines are 2nd order Beziers
+ and Type1 outlines are 3rd order.  There's a GGO_NATIVE flag which probably
+ covers us.  The trick is to install some Type1 fonts under Windows and find out
+ what it does.
+ Again we have to worry about GetOutlineTextMetrics too.
\ No newline at end of file



More information about the wine-bugs mailing list