repo/extra/freetype-harfbuzz
Owen Rafferty e06b09caa6
freetype-harfbuzz: 2.13.2+8.2.2
2023-10-17 22:48:56 -05:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums freetype-harfbuzz: 2.13.2+8.2.2 2023-10-17 22:48:56 -05:00
depends freetype-harfbuzz: 2.12.1+4.3.0, re-disable harfbuzz-glib 2022-05-20 15:56:43 -05:00
sources freetype-harfbuzz: 2.13.2+8.2.2 2023-10-17 22:48:56 -05:00
version freetype-harfbuzz: 2.13.2+8.2.2 2023-10-17 22:48:56 -05:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

freetype-harfbuzz
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
| This package is actually two packages: freetype and harfbuzz. To circumvent  |
| the circular dependency between them, they have been merged together.        |
|                                                                              |
+------------------------------------------------------------------------------+

FreeType is a popular software development library used to render text onto
bitmaps, and provides support for other font-related operations. The FreeType
font rasterization engine is free and open-source software with the source code
dual-licensed under a BSD-like license and the GPL. FreeType supports a number
of font formats, including TrueType, Type 1, and OpenType and "is designed to
be small, efficient, highly customizable, and portable while capable of
producing high-quality output (glyph images)." [0]

HarfBuzz is a software development library for text shaping, which is the
process of converting Unicode text to glyph indices and positions. The newer
version, New HarfBuzz (2012), targets various font technologies while the first
version, Old HarfBuzz (20062012), targeted only OpenType fonts. [1]

Upstream: https://www.freetype.org/ https://github.com/harfbuzz/harfbuzz


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b freetype-harfbuzz                                                  |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

No documentation is currently provided with the package, refer to online
documentation for the time being.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/FreeType
[1] https://en.wikipedia.org/wiki/HarfBuzz