Usermanual-buffers-chapter: trim out fallback-of-ufuncs talk and just mention that stuff exists if you care to go find it.
This commit is contained in:
parent
240540ff9a
commit
dd5ad6b6b5
|
@ -300,12 +300,13 @@
|
||||||
decomposing code points.
|
decomposing code points.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
At build time, HarfBuzz looks first for the GLib library. If
|
HarfBuzz includes its own internal, lightweight set of Unicode
|
||||||
it is found, HarfBuzz will use GLib's Unicode functions by
|
functions. At build time, it is also possible to compile support
|
||||||
default. If there is no GLib, HarfBuzz will look for the
|
for some other options, such as the Unicode functions provided
|
||||||
International Components for Unicode (ICU) library. If neither
|
by GLib or the International Components for Unicode (ICU)
|
||||||
GLib nor ICU is found, HarfBuzz will fall back to its own
|
library. Generally, this option is only of interest for client
|
||||||
internal, lightweight set of Unicode functions instead.
|
programs that have specific integration requirements or that do
|
||||||
|
a significant amount of customization.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
If your program has access to other Unicode functions, however,
|
If your program has access to other Unicode functions, however,
|
||||||
|
|
Loading…
Reference in New Issue