]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/ScriptCompositeFontInstance.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / ScriptCompositeFontInstance.h
index 241461769d067b9722d51c4c571a6d06df26509d..151d68230c46896f857747b102467005edc65194 100644 (file)
@@ -1,7 +1,10 @@
 /*
  * %W% %E%
  *
 /*
  * %W% %E%
  *
- * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved
+ * © 2016 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html#License
+ *
+ * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved
  *
  */
 
  *
  */
 
@@ -71,8 +74,6 @@ public:
      *         <code>NULL</code> if there is an error.
      *
      * @see LEScripts.h
      *         <code>NULL</code> 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;
 
      */
     virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
 
@@ -83,8 +84,6 @@ public:
      * @param ch - the character
      *
      * @return the glyph index
      * @param ch - the character
      *
      * @return the glyph index
-     *
-     * @draft ICU 2.6
      */
     virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
 
      */
     virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
 
@@ -112,15 +111,11 @@ public:
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for the actual class.
 
     /**
      * 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.
      */
     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; }
 
      */
     static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }