mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
infra: enable ttf loader in default.
This commit is contained in:
parent
3399b36679
commit
5d22b6fb9e
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue