[manual] We don’t use ucdn library anymore
This commit is contained in:
parent
68d2e1b221
commit
84d4d9fc4d
|
@ -10,8 +10,7 @@
|
||||||
HarfBuzz includes several auxiliary components in addition to the
|
HarfBuzz includes several auxiliary components in addition to the
|
||||||
main APIs. These include a set of command-line tools, a set of
|
main APIs. These include a set of command-line tools, a set of
|
||||||
lower-level APIs for common data types that may be of interest to
|
lower-level APIs for common data types that may be of interest to
|
||||||
client programs, and an embedded library for working with
|
client programs.
|
||||||
Unicode Character Database (UCD) data.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<section id="utilities-command-line-tools">
|
<section id="utilities-command-line-tools">
|
||||||
|
@ -216,29 +215,4 @@
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="utilities-ucdn">
|
|
||||||
<title>UCDN</title>
|
|
||||||
<para>
|
|
||||||
HarfBuzz includes a copy of the <ulink
|
|
||||||
url="https://github.com/grigorig/ucdn">UCDN</ulink> (Unicode
|
|
||||||
Database and Normalization) library, which provides functions
|
|
||||||
for accessing basic Unicode character properties, performing
|
|
||||||
canonical composition, and performing both canonical and
|
|
||||||
compatibility decomposition.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
Currently, UCDN supports direct queries for several more character
|
|
||||||
properties than HarfBuzz's built-in set of Unicode functions
|
|
||||||
does, such as the BiDirectional Class, East Asian Width, Paired
|
|
||||||
Bracket and Resolved Linebreak properties. If you need to access
|
|
||||||
more properties than HarfBuzz's internal implementation
|
|
||||||
provides, using the built-in UCDN functions may be a useful solution.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
The built-in UCDN functions are compiled by default when
|
|
||||||
building HarfBuzz from source, but this can be disabled with a
|
|
||||||
compile-time switch.
|
|
||||||
</para>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
Loading…
Reference in New Issue