summaryrefslogtreecommitdiff
path: root/Software.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Software.mdwn')
-rw-r--r--Software.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software.mdwn b/Software.mdwn
index 40bba286..d5ff54c5 100644
--- a/Software.mdwn
+++ b/Software.mdwn
@@ -63,6 +63,7 @@ These projects provide support for keyboard, pointer, tablet, and other input, a
* [[fontconfig|Software/fontconfig]] is a library for configuring and customizing font access.
* [[Xft|Software/Xft]] is a library for client-side font rendering.
+* [[FreeType|https://gitlab.freedesktop.org/freetype]] is a TrueType font rendering library.
* [[libinput|Software/libinput]] is a higher-level wrapper library for input devices, providing access to keyboard, pointer, touchpad, touchscreen, and tablet devices.
* [[libevdev|Software/libevdev]] is a low-level wrapper library for Linux kernel event devices.
* [[uchardet|Software/uchardet]] is an encoding detector library, which takes a sequence of bytes in an unknown character encoding and attempts to determine the encoding of the text.
@@ -116,7 +117,6 @@ These projects were formerly hosted with freedesktop.org, but have moved elsewhe
* [[colord|https://github.com/hughsie/colord]] is a colour-management daemon.
* [[epoxy|https://github.com/anholt/libepoxy]] handles OpenGL function pointers.
* [[Flatpak|https://flatpak.org/]] installs, manages and runs sandboxed desktop application bundles.
-* [[FreeType|https://www.freetype.org/]] is a TrueType font rendering library.
* [[Galago|http://www.galago-project.org]] is a desktop-neutral presence system.
* [[FriBidi|https://fribidi.org/]] is a library implementing the Unicode Bidirectional Algorithm and Arabic Joining/Shaping.
* [[HarfBuzz|https://github.com/harfbuzz/harfbuzz]] is the common [[OpenType|OpenType]] Layout engine shared by Pango, Qt, and possibly others.