diff options
Diffstat (limited to 'src/ftcrfont.c')
-rw-r--r-- | src/ftcrfont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ftcrfont.c b/src/ftcrfont.c index 79bf68141dc..0c3b74ff289 100644 --- a/src/ftcrfont.c +++ b/src/ftcrfont.c @@ -612,8 +612,8 @@ syms_of_ftcrfont_for_pdumper (void) ftcrhbfont_driver.type = Qftcrhb; ftcrhbfont_driver.list = ftcrhbfont_list; ftcrhbfont_driver.match = ftcrhbfont_match; - ftcrhbfont_driver.shape = fthbfont_shape; - ftcrhbfont_driver.combining_capability = fthbfont_combining_capability; + ftcrhbfont_driver.shape = hbfont_shape; + ftcrhbfont_driver.combining_capability = hbfont_combining_capability; ftcrhbfont_driver.begin_hb_font = ftcrhbfont_begin_hb_font; ftcrhbfont_driver.end_hb_font = ftcrhbfont_end_hb_font; register_font_driver (&ftcrhbfont_driver, NULL); |