From 1615b7f1d078b2bdf22a856066346e701f816b72 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 17 Jan 2014 01:57:03 +0200 Subject: Do proper script itemization with HarfBuzz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This implements http://www.unicode.org/reports/tr24/ by using ICU’s implementation of it, but since the code in question is private API, I simply copied the two self-contained files. This commit is best viewed with --ignore-space-change. Change-Id: I38c385d4fb6f8a2edc804d48f0aa14df9f0a8b3b --- vcl/Library_vcl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/Library_vcl.mk') diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index cbbae6a87609..204a0d62c530 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -464,6 +464,7 @@ vcl_generic_code= \ vcl/generic/glyphs/gcach_layout \ vcl/generic/glyphs/gcach_rbmp \ vcl/generic/glyphs/glyphcache \ + vcl/generic/glyphs/scrptrun \ vcl/generic/fontmanager/fontcache \ vcl/generic/fontmanager/fontconfig \ vcl/generic/fontmanager/fontmanager \ -- cgit