]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/AnchorTables.cpp
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / layout / AnchorTables.cpp
index d9f6fb1bf94904d6eca7d1412b159e788df1440e..94980da676a85cc508714e57eaeee13fbabc2139 100644 (file)
@@ -1,7 +1,6 @@
 /*
- * @(#)AnchorTables.cpp        1.6 00/03/15
  *
- * (C) Copyright IBM Corp. 1998, 1999, 2000, 2001 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
  *
  */
 
@@ -42,6 +41,9 @@ void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstanc
     }
 
     default:
+        // Unknown format, set the anchor point to (0, 0)
+        anchor.fX = 0;
+        anchor.fY = 0;
         break;
     }
 }