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 (1723B)


      1 pango
      2 ________________________________________________________________________________
      3 
      4 Pango is a text (i.e. glyph) layout engine library which works with the HarfBuzz
      5 shaping engine for displaying multi-language text. Full-function rendering of
      6 text and cross-platform support is achieved when Pango is used with platform
      7 APIs or third-party libraries, such as Uniscribe and FreeType, as text rendering
      8 backends. Pango-processed text will appear similar under different operating
      9 systems. [0]
     10 
     11 Upstream: https://pango.gnome.org/
     12 
     13 
     14 [000] Index
     15 ________________________________________________________________________________
     16 
     17 * Installation ........................................................... [001]
     18 * Usage .................................................................. [002]
     19 * References ............................................................. [003]
     20 
     21 
     22 [001] Installation
     23 ________________________________________________________________________________
     24 
     25 +------------------------------------------------------------------------------+
     26 |                                                                              |
     27 |  $ kiss b pango                                                              |
     28 |                                                                              |
     29 +------------------------------------------------------------------------------+
     30 
     31 
     32 [002] Usage
     33 ________________________________________________________________________________
     34 
     35 No documentation is currently provided with the package, refer to online
     36 documentation for the time being.
     37 
     38 
     39 [003] References
     40 ________________________________________________________________________________
     41 
     42 [0] https://en.wikipedia.org/wiki/Pango
     43