infra: enable ttf loader in default.

This commit is contained in:
Hermet Park 2024-04-19 10:25:58 +09:00
parent fa118aa590
commit d1020445e3

View file

@ -7,7 +7,7 @@ option('engines',
option('loaders', option('loaders',
type: 'array', type: 'array',
choices: ['', 'tvg', 'svg', 'png', 'jpg', 'lottie', 'ttf', 'webp', 'all'], choices: ['', 'tvg', 'svg', 'png', 'jpg', 'lottie', 'ttf', 'webp', 'all'],
value: ['svg', 'tvg', 'lottie'], value: ['svg', 'tvg', 'lottie', 'ttf'],
description: 'Enable File Loaders in thorvg') description: 'Enable File Loaders in thorvg')
option('savers', option('savers',