This PR adds two new functions, fcft_text_run_rasterize(), and fcft_text_run_destroy().
fcft_text_run_rasterize() is like fcft_glyph_rasterize() and fcft_grapheme_rasterize(), but takes a whole string, instead of a single character, or grapheme cluster.
fcft does not cache the resulting set of glyphs - this can be done by the calling application.
TODO
- documentation (including example code? Or refer to the example program)
- changelog
- bump fcft version to at least 2.3.91,
(削除) or maybe go straight to 2.4.0 (削除ここまで) - update README
Closes #12