X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..efa1e6592fb03ce23b15276b2b91d885a3ee7da5:/icuSources/samples/layout/ScriptCompositeFontInstance.h?ds=inline diff --git a/icuSources/samples/layout/ScriptCompositeFontInstance.h b/icuSources/samples/layout/ScriptCompositeFontInstance.h index 24146176..2a85480d 100644 --- a/icuSources/samples/layout/ScriptCompositeFontInstance.h +++ b/icuSources/samples/layout/ScriptCompositeFontInstance.h @@ -1,7 +1,7 @@ /* * %W% %E% * - * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved * */ @@ -71,8 +71,6 @@ public: * NULL if there is an error. * * @see LEScripts.h - * - * @draft ICU 2.6 */ virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const; @@ -83,8 +81,6 @@ public: * @param ch - the character * * @return the glyph index - * - * @draft ICU 2.6 */ virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const; @@ -112,15 +108,11 @@ public: /** * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @draft ICU 2.2 */ virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } /** * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @draft ICU 2.2 */ static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }