]> 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 e628383b30944920cadb4ef8b0cb27f97f17af55..151d68230c46896f857747b102467005edc65194 100644 (file)
@@ -1,7 +1,10 @@
 /*
  * %W% %E%
  *
- * (C) Copyright IBM Corp. 1998-2003 - 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
-     *
-     * @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 +84,6 @@ public:
      * @param ch - the character
      *
      * @return the glyph index
-     *
-     * @draft ICU 2.6
      */
     virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
 
@@ -112,15 +111,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; }
 
@@ -136,7 +131,7 @@ private:
     static const char fgClassID;
 };
 
-inline const void *ScriptCompositeFontInstance::getFontTable(LETag tableTag) const
+inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const
 {
     return NULL;
 }