I am using skottie to run some animations, but none of the animations have any text.
I tried to compile canvaskit with the `no_font` flag but it kept failing, until I found a comment deep in here that mentioned that skottie had a dependency on `SkTypeface_FreeType`.
At first glance that doesn't seem right, not all animations have text. Seems like it should be possible.