Add motivation to README

This commit is contained in:
Emery Hemingway 2023-03-30 20:49:30 -05:00
parent d65377fe03
commit a6710d6d88
1 changed files with 8 additions and 0 deletions

View File

@ -29,3 +29,11 @@ $fontspace [
]
]
```
# Motivation
This actor is only useful with applications that already speak Syndicate. For those applications that do, getting typeface and font configuration over Syndicate has a few benefits over using Fontconfig directly.
- One less library to compile, link, and load.
- Request caching across different applications and invocations.
- Less system-calls at the application side.
- Dynamic font configuration.