X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..374ca955a76ecab1204ca8bfa63ff9238d998416:/icuSources/layout/AnchorTables.cpp diff --git a/icuSources/layout/AnchorTables.cpp b/icuSources/layout/AnchorTables.cpp index d9f6fb1b..94980da6 100644 --- a/icuSources/layout/AnchorTables.cpp +++ b/icuSources/layout/AnchorTables.cpp @@ -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; } }