From 8a931f01b958ad5862433ece6024bbde0aa4ecb8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 23 May 2018 14:02:53 +0100 Subject: Plotters: Expose array of font family strings to front ends. --- content/handlers/html/font.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content') diff --git a/content/handlers/html/font.c b/content/handlers/html/font.c index 71843e108..7ebe16825 100644 --- a/content/handlers/html/font.c +++ b/content/handlers/html/font.c @@ -144,6 +144,7 @@ void font_plot_style_from_css( fstyle->family = plot_font_generic_family( css_computed_font_family(css, &families)); + fstyle->families = families; css_computed_font_size(css, &length, &unit); fstyle->size = FIXTOINT(FMUL(nscss_len2pt(len_ctx, length, unit), -- cgit v1.2.3