]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layoutex/layout/ParagraphLayout.h
ICU-551.24.tar.gz
[apple/icu.git] / icuSources / layoutex / layout / ParagraphLayout.h
index e3d58280deb9dacb8c58d4c922a4c41d0df7bc23..4d0319256264de83f2b5bf5e5360e0a9ce8fcb4a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 2002-2011, International Business Machines
+ *   Copyright (C) 2002-2014, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -40,6 +40,13 @@ U_NAMESPACE_BEGIN
  *
  * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
  *
+ * Note that {@link icu::LayoutEngine} is deprecated, but this class is not.
+ * You may use this class with the HarfBuzz icu-le-hb wrapper,
+ *  see http://www.freedesktop.org/wiki/Software/HarfBuzz/
+ *
+ *  See http://userguide.icu-project.org/layoutengine for special build instructions.
+ *
+ * @see icu::LayoutEngine
  */
 class U_LAYOUTEX_API ParagraphLayout : public UObject
 {