Difference between revisions of "Mac OS X Porting - Comparison to Toolkit Ports"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 2: Line 2:
 
|+'''Comparison between OpenOffice.org and toolkit ports'''
 
|+'''Comparison between OpenOffice.org and toolkit ports'''
 
|-
 
|-
!   !! style="background:#ffc0ff;" | OpenOffice.org !! style="background:#ffc0ff;" | GTK !! style="background:#ffc0ff;" | Mozilla   
+
!   !! style="background:#abcdef;" | OpenOffice.org !! style="background:#abcdef;" | GTK !! style="background:#abcdef;" | Mozilla   
 
|-
 
|-
 
! Fonts
 
! Fonts
 
|-
 
|-
| Enumeration (Getting and showing the list of available fonts to user || 1 || 2
+
| Enumeration<br> (Getting and showing the list of available fonts to user || 1 || 2
 
|-
 
|-
| Shaping (text strings to glyphs) || 1 || 2
+
| Shaping<br> (text strings to glyphs) || 1 || 2
 
|-  
 
|-  
| Rendering (Glyphs to screen/print) || 1 || 2
+
| Rendering<br> (Glyphs to screen/print) || 1 || 2
 
|-
 
|-
| Metrics (font analysis and information) || 1 || 2
+
| Metrics<br> (font analysis and information) || 1 || 2
 
|-
 
|-
 
! Main Loop integration
 
! Main Loop integration

Revision as of 13:00, 2 January 2007

Comparison between OpenOffice.org and toolkit ports
  OpenOffice.org GTK Mozilla
Fonts
Enumeration
(Getting and showing the list of available fonts to user
1 2
Shaping
(text strings to glyphs)
1 2
Rendering
(Glyphs to screen/print)
1 2
Metrics
(font analysis and information)
1 2
Main Loop integration
Personal tools