• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-42,19728,557

BUILD.gnD03-May-20244.6 KiB154145

COPYINGD03-May-20241.7 KiB3730

NEWSD03-May-202423.6 KiB889628

OWNERSD03-May-202483 54

READMED03-May-2024182 84

README.chromiumD03-May-2024789 2822

harfbuzz-ng.target.darwin-arm.mkD03-May-20249.3 KiB346295

harfbuzz-ng.target.darwin-arm64.mkD03-May-20248.7 KiB314263

harfbuzz-ng.target.darwin-mips.mkD03-May-20249 KiB332281

harfbuzz-ng.target.darwin-x86.mkD03-May-20248.9 KiB330279

harfbuzz-ng.target.darwin-x86_64.mkD03-May-20248.9 KiB328277

harfbuzz-ng.target.linux-arm.mkD03-May-20249.3 KiB346295

harfbuzz-ng.target.linux-arm64.mkD03-May-20248.7 KiB314263

harfbuzz-ng.target.linux-mips.mkD03-May-20249 KiB332281

harfbuzz-ng.target.linux-x86.mkD03-May-20248.9 KiB330279

harfbuzz-ng.target.linux-x86_64.mkD03-May-20248.9 KiB328277

harfbuzz.gypD03-May-20246.5 KiB201197

README

1This is HarfBuzz, a text shaping library.
2
3For bug reports, mailing list, and other information please visit:
4
5  http://harfbuzz.org/
6
7For license information, see the file COPYING.
8

README.chromium

1Name: harfbuzz-ng
2Short Name: harfbuzz-ng
3URL: http://harfbuzz.org
4Version: 0.9.27
5Date: 20140318
6Security Critical: yes
7License: MIT
8License File: COPYING
9
10Description:
11This is harfbuzz-ng, a new implementation of harfbuzz with a different
12API from the old one.
13
14The following header files are generated by running 'sh autogen.sh; make'
15in a separate tree.
16
17 hb-buffer-deserialize-json.hh
18 hb-buffer-deserialize-text.hh
19 hb-ot-shape-complex-indic-machine.hh
20 hb-ot-shape-complex-myanmar-machine.hh
21 hb-ot-shape-complex-sea-machine.hh
22
23In addition, all unneeded files from the root directory and src/ directory
24(hb-icu-le, hb-ucdn, hb-old, scripts to generate data tables, automake/conf
25files) are deleted.
26
27Besides, _POSIX_C_SOURCE is undefined in src/hb-blob.cc before (re)defining it.
28