mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-04-19 20:17:19 +00:00

This is no longer needed as kodi Matrix/Nexus already make .kodi/media/Fonts available to libass. Large collections of fonts should better be stored in the default XDG_DATA_HOME fonts location of fontconfig (/storage/.local/share/fonts) though to avoid slow movie startup and kodi potentially running out of memory as kodi/libass will load all fonts from .kodi/media/Fonts into RAM. Making the fonts available to libass via fontconfig avoids this issue. Signed-off-by: Matthias Reichl <hias@horus.com>