Nikolay Sivov : dwrite: Add a notice regarding HarfBuzz.

Alexandre Julliard julliard at winehq.org
Tue Dec 22 15:49:57 CST 2020


Module: wine
Branch: master
Commit: 4539525c07046cc9476caa57197fb4a02477f71a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4539525c07046cc9476caa57197fb4a02477f71a

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Dec 22 14:12:31 2020 +0300

dwrite: Add a notice regarding HarfBuzz.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dwrite/shape.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dlls/dwrite/shape.c b/dlls/dwrite/shape.c
index 82eb5308da6..be8a69c27c4 100644
--- a/dlls/dwrite/shape.c
+++ b/dlls/dwrite/shape.c
@@ -17,6 +17,11 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ *
+ *
+ * Shaping features processing, default features, and lookups handling logic are
+ * derived from HarfBuzz implementation. Consult project documentation for the full
+ * list of its authors.
  */
 
 #define COBJMACROS




More information about the wine-cvs mailing list