]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/AnchorTables.cpp
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / layout / AnchorTables.cpp
index d9f6fb1bf94904d6eca7d1412b159e788df1440e..24f3cf31df468d6487e8c31938bef3a4318c8983 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-2005 - All Rights Reserved
  *
  */
 
@@ -42,6 +41,10 @@ void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstanc
     }
 
     default:
+        // unknown format: just use x, y coordinate, like format 1...
+        const Format1AnchorTable *f1 = (const Format1AnchorTable *) this;
+
+        f1->getAnchor(fontInstance, anchor);
         break;
     }
 }