jdk/src/share/native/sun/font/freetypeScaler.c
changeset 5579 1a5e995a710b
parent 4243 657b5136de1a
child 5580 629274e4c99f
--- a/jdk/src/share/native/sun/font/freetypeScaler.c	Thu May 27 08:53:45 2010 -0700
+++ b/jdk/src/share/native/sun/font/freetypeScaler.c	Fri May 28 11:37:44 2010 -0700
@@ -782,6 +782,7 @@
         return ptr_to_jlong(glyphInfo);
     }
     glyphInfo->cellInfo  = NULL;
+    glyphInfo->managed   = UNMANAGED_GLYPH;
     glyphInfo->rowBytes  = width;
     glyphInfo->width     = width;
     glyphInfo->height    = height;
@@ -1130,7 +1131,7 @@
                     current_type = SEG_LINETO;
                 }
             } else if (FT_CURVE_TAG(outline->tags[i]) == FT_CURVE_TAG_CUBIC) {
-                /* Bit 1 is meaningful for ‘off’ points only.
+                /* Bit 1 is meaningful for 'off' points only.
                    If set, it indicates a third-order Bezier arc control
                    point; and a second-order control point if unset.  */
                 current_type = SEG_CUBICTO;