[cairo-commit] [cairo-www] src/documentation

Carl Worth cworth at freedesktop.org
Wed Sep 30 14:56:46 PDT 2009


 src/documentation/using_the_postscript_surface.mdwn |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d01744617de4a2db35d77860c18d5bc49267b869
Author: ajohnson <ajohnson at web>
Date:   Wed Sep 30 14:56:46 2009 -0700

diff --git a/src/documentation/using_the_postscript_surface.mdwn b/src/documentation/using_the_postscript_surface.mdwn
index 1f5b656..0df468b 100644
--- a/src/documentation/using_the_postscript_surface.mdwn
+++ b/src/documentation/using_the_postscript_surface.mdwn
@@ -136,14 +136,14 @@ For example:
 
 # Fonts
 
-PS surface natively supports Type 1 and TrueType fonts. All other fonts types (including OpenType/PS) are converted to Type 1.
+The PostScript surface natively supports Type 1 and TrueType fonts. All other fonts types (including OpenType/PS) are converted to Type 1.
 
 Fonts are always subsetted and embedded.
 
 
 #Fallback images
 
-Cairo will ensure that the PostScript output looks the same as the image surface for the same set of cairo commands. When cairo drawing operations are performed that can be be natively represented in PostScript, the drawing is rasterized and embedded in the output.
+Cairo will ensure that the PostScript output looks the same as the image surface for the same set of cairo commands. When cairo drawing operations are performed that can not be natively represented in PostScript, the drawing is rasterized and embedded in the output.
 
 Since cairo 1.6 the rasterization of unsupported operations is limited to the smallest rectangle or set of rectangles required to draw the unsupported operations. 
 


More information about the cairo-commit mailing list