diff options
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r-- | src/sc_interp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c index 50a582b..9226c76 100644 --- a/src/sc_interp.c +++ b/src/sc_interp.c @@ -834,6 +834,8 @@ static int check_outputs(SCBlock *bl, SCInterpreter *scin) return 1; } + fr->fontdesc = sc_interp_get_fontdesc(scin); + parse_frame_options(fr, sc_interp_get_frame(scin), options); |