X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/layout/ValueRecords.h diff --git a/icuSources/layout/ValueRecords.h b/icuSources/layout/ValueRecords.h index c68d7cc7..83db7b31 100644 --- a/icuSources/layout/ValueRecords.h +++ b/icuSources/layout/ValueRecords.h @@ -1,6 +1,6 @@ /* * - * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved * */ @@ -16,7 +16,6 @@ #include "LEFontInstance.h" #include "OpenTypeTables.h" #include "GlyphIterator.h" -#include "GlyphPositionAdjustments.h" U_NAMESPACE_BEGIN @@ -29,9 +28,9 @@ struct ValueRecord le_int16 getFieldValue(ValueFormat valueFormat, ValueRecordField field) const; le_int16 getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const; - void adjustPosition(ValueFormat valueFormat, const char *base, GlyphPositionAdjustment &positionAdjustment, + void adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, const LEFontInstance *fontInstance) const; - void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphPositionAdjustment &positionAdjustment, + void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, const LEFontInstance *fontInstance) const; static le_int16 getSize(ValueFormat valueFormat);