Add fcft_rasterize_glyph_index() for rasterizing by FreeType glyph index with caching, and fcft_rasterize_shaped_run() which shapes a codepoint array with HarfBuzz and returns individually-cached glyphs per input position.
Falls back to fcft_rasterize_char_utf32 for characters missing from the primary font.
Add fcft_rasterize_glyph_index() for rasterizing by FreeType glyph index with caching, and fcft_rasterize_shaped_run() which shapes a codepoint array with HarfBuzz and returns individually-cached glyphs per input position.
Falls back to fcft_rasterize_char_utf32 for characters missing from the primary font.