diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:13:20 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:13:20 +0100 |
| commit | e71a2b04c31b46be0b629d5c21d6c3b1166ca6a7 (patch) | |
| tree | c90dc306b6956887a87f28768e54b088b7848124 /README | |
| parent | Fix typos (diff) | |
| download | libglitter-1.1.2.tar.gz libglitter-1.1.2.tar.bz2 libglitter-1.1.2.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ NAME libglitter - Subpixel-rendering library DESCRIPTION - libglitter is a C library for subpixel-rendered text from an + libglitter is a C library for subpixel-rendered text from a greyscale-antialiased text image. libglitter is designed to be used in conjunction with other font libraries: it can neither rasterise glyphs nor does it know about the monitor's subpixel layout or rendering configurations. To use libglitter you first (optionally) apply hinting to the - text so that the glyph outlines aligns with the output's + text so that the glyph outlines align with the output's pixel-grid as closely as possible. The next step is to get the output's subpixel arrangement and scaling factor, then assuming that the output's subpixel arrangement is subpixel- |
