infra: enable ttf loader in default.

This commit is contained in:
Hermet Park 2024-04-19 10:25:58 +09:00 committed by Hermet Park
parent 3399b36679
commit 5d22b6fb9e

View file

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