Docs: note about macos fontconfig vs coretext

This commit is contained in:
Lovell Fuller 2022-08-18 16:40:42 +01:00
parent 212a6e7519
commit cc9f91f37c
2 changed files with 5 additions and 1 deletions

View File

@ -295,6 +295,10 @@ When creating text images or rendering SVG images that contain text elements,
On Windows and macOS systems, all system fonts are available for use.
On macOS systems using Homebrew, you may need to set the
`PANGOCAIRO_BACKEND` environment variable to a value of `fontconfig`
to ensure it is used for font discovery instead of Core Text.
On Linux systems, fonts that include the relevant
[`fontconfig` configuration](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html)
when installed via package manager are available for use.

File diff suppressed because one or more lines are too long