summaryrefslogtreecommitdiff
path: root/chromium/third_party/harfbuzz-ng/README.chromium
blob: c19ca4c8c6894ceb5d4837c0640dbd889fe9ff5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Name: harfbuzz-ng
Short Name: harfbuzz-ng
URL: http://harfbuzz.org
Version: 0.9.24
Date: 20131113
Security Critical: yes
License: MIT
License File: COPYING

Description:
This is harfbuzz-ng, a new implementation of harfbuzz with a different
API from the old one.

The following header files are generated by running 'sh autogen.sh; make' 
in a separate tree.

 hb-buffer-deserialize-json.hh
 hb-buffer-deserialize-text.hh
 hb-ot-shape-complex-indic-machine.hh
 hb-ot-shape-complex-myanmar-machine.hh
 hb-ot-shape-complex-sea-machine.hh

In addition, all unneeded files from the root directory and src/ directory
(hb-icu-le, hb-ucdn, hb-old, scripts to generate data tables, automake/conf
files) are deleted.

Besides, _POSIX_C_SOURCE is undefined in src/hb-blob.cc before (re)defining it.