kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

README (2719B)


      1 freetype-harfbuzz
      2 ________________________________________________________________________________
      3 
      4 +------------------------------------------------------------------------------+
      5 |                                                                              |
      6 | This package is actually two packages: freetype and harfbuzz. To circumvent  |
      7 | the circular dependency between them, they have been merged together.        |
      8 |                                                                              |
      9 +------------------------------------------------------------------------------+
     10 
     11 FreeType is a popular software development library used to render text onto
     12 bitmaps, and provides support for other font-related operations. The FreeType
     13 font rasterization engine is free and open-source software with the source code
     14 dual-licensed under a BSD-like license and the GPL. FreeType supports a number
     15 of font formats, including TrueType, Type 1, and OpenType and "is designed to
     16 be small, efficient, highly customizable, and portable while capable of
     17 producing high-quality output (glyph images)." [0]
     18 
     19 HarfBuzz is a software development library for text shaping, which is the
     20 process of converting Unicode text to glyph indices and positions. The newer
     21 version, New HarfBuzz (2012–), targets various font technologies while the first
     22 version, Old HarfBuzz (2006–2012), targeted only OpenType fonts. [1]
     23 
     24 Upstream: https://www.freetype.org/ https://github.com/harfbuzz/harfbuzz
     25 
     26 
     27 [000] Index
     28 ________________________________________________________________________________
     29 
     30 * Installation ........................................................... [001]
     31 * Usage .................................................................. [002]
     32 * References ............................................................. [003]
     33 
     34 
     35 [001] Installation
     36 ________________________________________________________________________________
     37 
     38 +------------------------------------------------------------------------------+
     39 |                                                                              |
     40 |  $ kiss b freetype-harfbuzz                                                  |
     41 |                                                                              |
     42 +------------------------------------------------------------------------------+
     43 
     44 
     45 [002] Usage
     46 ________________________________________________________________________________
     47 
     48 No documentation is currently provided with the package, refer to online
     49 documentation for the time being.
     50 
     51 
     52 [003] References
     53 ________________________________________________________________________________
     54 
     55 [0] https://en.wikipedia.org/wiki/FreeType
     56 [1] https://en.wikipedia.org/wiki/HarfBuzz
     57