fontconfig
1.1、fontconfig简介
是什么 ?:library and utilities for configuring and customizing font access.
开发语言:C
官方主页:https://www.freedesktop.org/wiki/Software/fontconfig
源码仓库:https://gitlab.freedesktop.org/fontconfig/fontconfig
1.2、通过包管理器安装fontconfig
操作系统包管理器安装命令
macOSHomeBrewbrew install fontconfig
GNU/LinuxHomeBrewbrew install fontconfig
aptsudo apt-get install -y fontconfig
CentOSyumsudo yum install -y fontconfig
dnfsudo dnf install -y fontconfig
openSUSEzyppersudo zypper install -y fontconfig
Alpine Linuxapksudo apk add fontconfig

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm fontconfig
Gentoo LinuxPortagesudo emerge fontconfig
1.3、通过编译源码安装fontconfig
1.4、fontconfig中包含的命令
1.5、fontconfig中包含的头文件
1.6、fontconfig中包含的库文件
  • libfontconfig.{a | so | dylib}