why need installed fontconfig ? #86
-
instead of linked into the library. |
Beta Was this translation helpful? Give feedback.
Answered by
samizdatco
Aug 20, 2025
Replies: 1 comment
-
As of version 3.0 there's a static version of libfontconfig embedded in Linux versions of the library. It still looks for config files in the usual places ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samizdatco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of version 3.0 there's a static version of libfontconfig embedded in Linux versions of the library. It still looks for config files in the usual places (
/etc/fonts
,~/.config/fontconfig
, etc.) via its built-infonts.conf
so you should be able to configure it as you see fit.