ImageMagick package: fontconfig - "Disabled features: fontconfig, x11"

Hello,

Apologies in advance if this does not belong here.

With the magick package, I'm trying to annotate several images using a specific font (Segoe Script). However, when I run:

install.packages("magick")
library(magick)

I get this in the console:

Linking to ImageMagick 6.9.9.14
Enabled features: cairo, freetype, fftw, ghostscript, lcms, pango, rsvg, webp
Disabled features: fontconfig, x11

My understanding is that fontconfig must be enabled to use custom fonts. I've searched a lot and haven't found a way to do this - I believe I would need a different version of magick, but every magick package I download always links me to ImageMagic 6.9.9.14 with fontconfig disabled.

Highly appreciate any assistance on this matter if anyone is familiar with this package. Thanks in advance.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.