Currently the SamsaFont constructor only accepts a SamsaBuffer containing a TTF. It makes sense to allow it to accept:
- ArrayBuffer containing a TTF
- ArrayBuffer containing a WOFF2-compressed TTF
- SamsaBuffer containing a TTF
- SamsaBuffer containing a WOFF2-compressed TTF
Currently the SamsaFont constructor only accepts a SamsaBuffer containing a TTF. It makes sense to allow it to accept: